Skip to content

Based on ESPA original algorithm. Python code to parse and mass download from pre-filtered scenes on USGS servers.

License

Notifications You must be signed in to change notification settings

EcoDyn/USGS_parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automatically downloads all completed espa scenes. Each scene is downloaded to the --target_directory and organized by order.

Installation

  • Note: These were tested with python 2.7.

Runtime options

-e or --email The email address used to submit the order

-o or --order The order you wish to download. Maybe also use ALL

-d or --target_directory The local directory to store downloaded scenes

-u or --username Your ERS username

-p or --password Your ERS password

Linux/Mac Example: python ./download_espa_order.py -e your_email@server.com -o ALL -d /some/directory/with/free/space -u foo -p bar

Windows Example: C:\python27\python download_espa_order.py -e your_email@server.com -o ALL -d C:\some\directory\with\free\space -u foo -p bar

Notes

Retrieves all completed scenes for the user/order and places them into the target directory. Scenes are organized by order.

It is safe to cancel and restart the client, as it will only download scenes one time (per directory)

If you intend to automate execution of this script, please take care to ensure only 1 instance runs at a time. Also please do not schedule execution more frequently than once per hour.

About

Based on ESPA original algorithm. Python code to parse and mass download from pre-filtered scenes on USGS servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages