Skip to content

Commit ea07b6d

Browse files
authored
Update README.md
1 parent 45f88b0 commit ea07b6d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ A python program that reads SRTM1 and SRTM3 Digital Elevation Model files.
66
Read on how this works: [https://librenepal.com/article/reading-srtm-data-with-python/](https://librenepal.com/article/reading-srtm-data-with-python/)
77

88
# Usage
9+
1. Put uncompressed *.hgt files on hgt/ directory or redefine the location of this
10+
directory with `HGT_DIR` environment variable.
11+
2. By default, the code will assume SRTM3 as the data format. You can also
12+
change it with `SRTM_TYPE` environment variable.
13+
3. Enjoy
914
```python
1015
from srtm import get_elevation
1116
print('Mt. Everest's Elevation: %d' % get_elevation(27.988056, 86.925278))

0 commit comments

Comments
 (0)