Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd857b1

Browse files
committed
Doc
1 parent 3918129 commit fd857b1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

srtm/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ def get_data(srtm1=True, srtm3=True, leave_zipped=False, file_handler=None,
4949
If leave_zipped is True then files will be stored locally as compressed
5050
zip files. That means less disk space but more computing space for every
5151
file loaded.
52+
53+
If use_included_urls is True urls to SRTM files included in the library
54+
will be used. Set to false if you need to reload them on first run.
55+
56+
With srtm1 or srtm3 params you can decide which SRTM format to use. Srtm3
57+
has a resolution of three arc-seconds (cca 90 meters between points).
58+
Srtm1 has a resolution of one arc-second (cca 30 meters). Srtm1 is
59+
available only for the United states. If both srtm1 ans srtm2 are True and
60+
both files are present for a location -- the srtm1 will be used.
5261
"""
5362
if not file_handler:
5463
file_handler = FileHandler()

0 commit comments

Comments
 (0)