Skip to content

Commit 45f88b0

Browse files
committed
use lower resolution srtm3 by default
1 parent 6076c8d commit 45f88b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: srtm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
SRTM_DICT = {'SRTM1': 3601, 'SRTM3': 1201}
66

7-
# Get the type of SRTM files or use SRTM1 by default
7+
# Get the type of SRTM files or use SRTM3 by default
88
SRTM_TYPE = os.getenv('SRTM_TYPE', 'SRTM3')
99
SAMPLES = SRTM_DICT[SRTM_TYPE]
1010

0 commit comments

Comments
 (0)