tpdance/espa-bulk-downloader
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Author: David V. Hill, SGT
License: NASA Open Source Agreement 1.3
USGS Designation: EROS Science Processing Architecture (ESPA) Bulk Downloader
ESPA Bulk Download Client Version 1.0.0. [Tested with Python 2.7]
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.
Examples:
Linux/Mac: python ./download_espa_order.py -e your_email@server.com -o ALL -d /some/directory/with/free/space
Windows: C:\python27\python download_espa_order.py -e your_email@server.com -o ALL -d C:\some\directory\with\free\space