https://github.com/phlay/srtm-dted
python code to parse SRTM DTED files
https://github.com/phlay/srtm-dted
Last synced: about 1 year ago
JSON representation
python code to parse SRTM DTED files
- Host: GitHub
- URL: https://github.com/phlay/srtm-dted
- Owner: phlay
- Created: 2015-07-16T12:44:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-16T12:44:54.000Z (almost 11 years ago)
- Last Synced: 2025-02-14T12:53:40.818Z (over 1 year ago)
- Language: Python
- Size: 97.7 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a simple python script, that uses DTED [1] files from the SRTM project
[2], to find out the height (in meters) of a location on earth.
For example to find the height of the german Zugspitze you need
to download E0104500N471500_SRTM_1_DEM.dt2 and then type
python -i srtm-dted.py
height('47.2516N 10.5911E')
Use Wikipedia to check the result :-)
This script is only a quick hack and i can't give any warranties.
[1] https://en.wikipedia.org/wiki/DTED
[2] http://www.dlr.de/eoc/Portaldata/60/Resources/dokumente/7_sat_miss/SRTM-XSAR-DEM-DTED-1.1.pdf