/SentinelDL

Download client for ESA Sentinel scihub data

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

SentinelDL

A Python download client for ESA Sentinel scihub data

USAGE: SentinelDL.py [-h|-H|--help] URI
URI - a scihub URL for searching products
or
a scihub URL for downloading product
or
a file containing metalinks of products.

INSTRUCTIONS:

  1. Go to https://scihub.esa.int/ and register.
  2. create a file .credentials with a single line containing
    [USER]:[PASSWORD]
    where USER and PASSWORD are the scihub credentials.
  3. Enter the hub at https://scihub.esa.int/dhus/ and log in.
  4. Search for data.
  5. Add data to your cart.
  6. Save cart to a file (by default products.meta4).
  7. Run the code with the meta4 file name as a parameter.
  8. Instead of steps 5-7, provide product link as a parameter.

More data and also how to build a search URL are available at:
https://scihub.esa.int/userguide
and
https://scihub.esa.int/userguide/BatchScripting

By Ran Novitsky Nof (ran.nof@gmail.com) @ BSL, 2015