From 5d96bd05acbcc4c43f6e728b0ff9fb410baf6c15 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sun, 15 Sep 2019 12:17:11 -0400 Subject: [PATCH] Add BIGTIFF IFSAFER for DEM generation --- opendm/dem/utils.py | 1 + 1 file changed, 1 insertion(+) 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, }