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
Prerequisites
===============
Sen2Chain requires pip, GDAL, Git and Sen2Cor
pip
-----
.. code-block:: bash
sudo apt install python3-pip
GDAL
-----
.. code-block:: bash
sudo apt install gdal-bin libgdal-dev python3-gdal
Git
----
.. code-block:: bash
sudo apt-get install git
Sen2cor 2.11
----------------
1. Download Sen2Cor v2.11.00
.. code-block:: bash
wget https://step.esa.int/thirdparties/sen2cor/2.10.0/Sen2Cor-02.11.00-Linux64.run
2. Make it executable
.. code-block:: bash
chmod +x Sen2Cor-02.11.00-Linux64.run
3. Install Sen2Cor
.. code-block:: bash
./Sen2Cor-02.11.00-Linux64.run
.. note::
Installation guide and requirements for previous versions of Sen2Chain and Sen2Cor are available :ref:`here <configure_sen2cor>`. Previous versions are needed to process imagery before 2018.
| You can add extra data input to Sen2Cor in order to improve some features of Sen2Chain.
| These functions are not directly mobilized by Sen2Chain but for optimal operation you can add ESA landcover data and the SRTM. Please find the process at this :ref:`page <sen2cor>`.