| ... | ... | @@ -11,7 +11,7 @@ pip3, GDAL and OTB |
|
|
|
```
|
|
|
|
sudo apt install gdal-bin libgdal-dev python3-gdal otb-bin python3-otb python3-pip
|
|
|
|
```
|
|
|
|
All the packages you need to deploy for Sen2Chain are described at this [link](https://framagit.org/jebins/sen2chain/blob/master/requirements.txt).
|
|
|
|
In addition, all the dependencies you need to deploy for Sen2Chain are described in the [requirements](https://framagit.org/jebins/sen2chain/blob/master/requirements.txt).
|
|
|
|
|
|
|
|
As indicated in the [OTB installation](https://www.orfeo-toolbox.org/CookBook/Installation.html#linux-x86-64), do not forget to initialize the environment when you launch a new terminal with
|
|
|
|
|
| ... | ... | @@ -24,7 +24,6 @@ Sen2Cor |
|
|
|
wget http://step.esa.int/thirdparties/sen2cor/2.5.5/Sen2Cor-02.05.05-Linux64.run
|
|
|
|
chmod +x Sen2Cor-02.05.05-Linux64.run && ./Sen2Cor-02.05.05-Linux64.run
|
|
|
|
```
|
|
|
|
In addition, all the dependencies you need to deploy for Sen2Chain are described in the [requirements](https://framagit.org/jebins/sen2chain/blob/master/requirements.txt).
|
|
|
|
|
|
|
|
### Install sen2chain from sources
|
|
|
|
|
| ... | ... | |
| ... | ... | |