Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.. sen2chain documentation master file, created by
sphinx-quickstart on Fri Jan 6 15:30:06 2023.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to sen2chain's documentation!
=====================================
Currently under development. -thomasG
|
Sen2Chain is a simple utility written in Python 3 to download and process Sentinel-2 images.
It uses the sentinelsat and peps_download packages 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.
All these features can be launched in multiprocessing.
Contributing
Scientific projects :
TOSCA S2-Malaria project, funded by CNES (TOSCA 2017-2020);
INTERREG Renovrisk-impact project (2018-2020).
Development and improvment :
Jérémy Commins ;
Pascal Mouquet ;
Charlotte Wolff.
Conceptualization and Coordination :
Vincent Herbreteau ;
Christophe Révillion.
|
|
Content
--------
.. toctree::
:maxdepth: 2
:caption: Contents:
getting_started/index
first_steps/index
going_further/index
package_content
.. toctree::
:maxdepth: 2
:caption: Extra:
configure_sen2cor/index
contribute
release_hist