Skip to content

Tool uses STRM hgt data to output a terrain map and a list of high places using local maxima

Notifications You must be signed in to change notification settings

d3287t328/high_places

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Enter the following with the filename of the SRTM file you want to use.

SRTM data source https://dwtkns.com/srtm30m/

Note: The file name bust be in this format AnnBnnn.hgt A = N or S North or South nn = 2 digit Lattitude B = E or W East or West nnn = 3 digit Longitude

N55E013.hgt = North 55deg East 13deg

python3 high_places.py N55E013.hgt

requirements

Python3 + numpy, scipy, matplotlib, simplekml

Background info.

The SRTM Shuttle Radar Topography Mission was flown on Space Shuttle Endeavour between Feb 11-22, 2000 The top song in the US was "What a Girl Wants" Christina Aguilera

Have fun!

About

Tool uses STRM hgt data to output a terrain map and a list of high places using local maxima

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%