We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1db27d commit bbef17eCopy full SHA for bbef17e
pySAHM/SpatialUtilities.py
@@ -84,6 +84,7 @@ def createNewRaster(self, create_args=None):
84
create_args = ['COMPRESS=LZW', 'PREDICTOR=2', 'TILED=Yes',
85
'BLOCKXSIZE=128', 'BLOCKYSIZE=128']
86
87
+ create_args += ["BIGTIFF=Yes"]
88
if self.signedByte:
89
create_args += ["PIXELTYPE=SIGNEDBYTE"]
90
0 commit comments