diff --git a/opendm/dem/utils.py b/opendm/dem/utils.py index 45118f42..dbcc625f 100644 --- a/opendm/dem/utils.py +++ b/opendm/dem/utils.py @@ -5,5 +5,6 @@ def get_dem_vars(args): 'COMPRESS': 'LZW', 'BLOCKXSIZE': 512, 'BLOCKYSIZE': 512, + 'BIGTIFF': 'IF_SAFER', 'NUM_THREADS': args.max_concurrency, }