Skip to content

Commit bbef17e

Browse files
committed
Set Bigtiff as default for larger output support
1 parent f1db27d commit bbef17e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pySAHM/SpatialUtilities.py

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def createNewRaster(self, create_args=None):
8484
create_args = ['COMPRESS=LZW', 'PREDICTOR=2', 'TILED=Yes',
8585
'BLOCKXSIZE=128', 'BLOCKYSIZE=128']
8686

87+
create_args += ["BIGTIFF=Yes"]
8788
if self.signedByte:
8889
create_args += ["PIXELTYPE=SIGNEDBYTE"]
8990

0 commit comments

Comments
 (0)