Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicodebo/sentinel-downloader
(Deprecated) Download images from the Sentinel scientific data hub (https://scihub.copernicus.eu/)
https://github.com/nicodebo/sentinel-downloader
Last synced: 3 days ago
JSON representation
(Deprecated) Download images from the Sentinel scientific data hub (https://scihub.copernicus.eu/)
- Host: GitHub
- URL: https://github.com/nicodebo/sentinel-downloader
- Owner: nicodebo
- Created: 2016-08-24T11:46:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-24T13:24:25.000Z (over 8 years ago)
- Last Synced: 2024-11-10T19:34:14.055Z (2 months ago)
- Language: Python
- Homepage:
- Size: 3.86 MB
- Stars: 0
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This tool allow you to download Sentinel 1 and Sentinel 2 images from the
[Sentinels Scientific Data Hub](https://scihub.copernicus.eu/).# Features
* Download sentinel 1 and 2 images.
* Check the integrity of the downloaded files.
* For sentinel2 products, download specified tiles and/or bands or the entire
product.
* For sentinel2 products, you can filter the products by the cloud cover
percentage.
* Add a crontab entry launching `./job_linux.sh` to regularly check for new
published products without any user interaction.# Install
`git clone https://github.com/nicodebo/Sentinel-downloader.git`# Getting started
* Fill in the `user` and `pw` of the confic.cfg file with your login credential
from https://scihub.copernicus.eu/.
* Run either the main.py (`python main.py`) or the shell wrapper job_linux.sh
(`./job_linux.sh`) to download images from an exemple request stored in
request.csv. The request.csv comes with example requests. Erase them and fill
the file with your own.
* For more details, please have a look at the documentation folder of this
repository.# TODO
* Translate the documentation into english