Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleIF YOU HAVE PROBLEMS WITH THE SCRIPT

An easy alternative to the script is using wget as follows:

Code Block
languagebash
wget --user=myusername --password=mypassword -i url_list.txt

where myusername is your Earthdata userid, mypassword is your Earthdata password, and url_list.txt is a text file with one granule download link per line.

For convenience, wget can pull urls directly out of Earthdata Search's download access script, so the following will also work:

Code Block
languagebash
wget --user=myusername --password=mypassword -i download.sh

Another alternative, especially in Windows environments, is to use DownloadThemAll!, an add-in for the Firefox browser.  (TIP: By adding .txt to the end of the download script, you can use DownloadThemAll!'s "import from file" feature to download the links it contains.)

Users have also reported having success with "Chrono Download Manager," an extension for the Google Chrome browser that is similar to DownThemAll! for Firefox.

Info
titleIF YOU HAVE CONNECTION FAILURES

Connection failures like "Operation timed out" or "No route to host" are an indication that the data provider's server may be temporarily unavailable.

To see a list of known data provider outages, click the alerts button (the little bell icon) in the upper right-hand corner of Earthdata Search.

...