/SentinelDownloader

SentinelDownloader is a high level wrapper to the SentinelSat api

Primary LanguageJupyter Notebook

SentinelDownloader

The SentinelDownloader package provides a very simple Python interface to download Sentinel imagery from the Copernicus Open Access Hub (https://scihub.copernicus.eu/). It should be mentioned though, that most heavy lifting tasks such are provided by the SentinelSat api (https://github.com/sentinelsat/sentinelsat), but the SentinelDownloader exposes some fancy functionalities in a convenient objected oriented interface.

Simply put, SentinelDownloader is a high level object oriented wrapper to the SentinelSat api, that wraps the Copernicus api. Something like the image bellow: image

The SentinelDownloader provides:

  • Object oriented interface
  • Asynchronous downloading
  • Quickview grid to easily identify the images to download
  • Simpler searching methods

image

Instalation

To install sentineldownloader it is necessary to clone the repository and install it from the root trough the following commands:

git clone https://github.com/cordmaur/SentinelDownloader.git
cd SentinelDownloader

pip install -r requirements.txt

pip install -e .

Manual

The manual is located in the /nbs folder. https://github.com/cordmaur/SentinelDownloader/blob/main/nbs/01_Manual.ipynb