Skip to content
Snippets Groups Projects
Commit e39788c5 authored by Thomas Germain's avatar Thomas Germain
Browse files

Update README.rst

parent e59c94d2
No related branches found
No related tags found
No related merge requests found
Pipeline #1925 passed
Sen2Chain
=========
Sen2Chain is a simple utility written in Python 3 to download and process Sentinel-2 images.
It uses the `sentinelsat <https://github.com/sentinelsat/sentinelsat>`_ and `peps_download <https://github.com/olivierhagolle/peps_download>`_ packages to find and download data, and ESA's `Sen2Cor <http://step.esa.int/main/third-party-plugins-2/sen2cor/>`_ processor to perform atmospheric, terrain and cirrus correction.
Sen2Chain is a simple utility written in Python 3 to download and process Sentinel-2 images.
It uses EODAG package to find and download data, and ESA’s Sen2Cor processor to perform atmospheric, terrain and cirrus correction.
Main features:
* downloading of L1C (top of atmosphere) products from Scihub and PEPS mirrors;
* processing of L1C to L2A (bottom of atmosphere) products;
* computing of radiometric indices;
* time series extraction of thoses indices;
* full automatization of the above features.
* Downloading of L1C (top of atmosphere) products from EODAG available providers;
* Processing of L1C to L2A (bottom of atmosphere) products;
* Computing of radiometric indices;
* Time series extraction of thoses indices;
* Full automatization of the above features.
All these features can be launched in multiprocessing.
Find the full documentation 'here <https://sen2chain.readthedocs.io>'_.
Contributing
------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment