Skip to content

Python tool for downloading SRTM topography data

License

Notifications You must be signed in to change notification settings

dwfmarchant/getTopo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getTopo

Python tool for downloading SRTM topography data

Using getTopo requires a NASA Earthdata Login username and password. Visit here to get one.

Setup instructions

You need to setup a .gettoporc file prior to using. This file should have the following format:

{
  "username":"yourusername",
  "password":"yourpassword",
  "download_location":"~/Documents/SRTM/"
}

and it needs to be placed in your home directory, ie, the output of:

from os.path import expanduser
print(expanduser("~")

About

Python tool for downloading SRTM topography data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages