| ... | ... | @@ -11,7 +11,7 @@ GDAL |
|
|
|
```
|
|
|
|
sudo apt install gdal-bin libgdal-dev python3-gdal
|
|
|
|
```
|
|
|
|
`Orfeo Toolbox (OTB) and its python bindings`
|
|
|
|
Orfeo Toolbox (OTB) and its python bindings
|
|
|
|
|
|
|
|
```
|
|
|
|
wget https://www.orfeo-toolbox.org/packages/OTB-6.6.1-Linux64.run
|
| ... | ... | @@ -38,7 +38,6 @@ sudo apt install python3-numpy |
|
|
|
```
|
|
|
|
|
|
|
|
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
|
| ... | ... | @@ -46,7 +45,16 @@ chmod +x Sen2Cor-02.05.05-Linux64.run && ./Sen2Cor-02.05.05-Linux64.run |
|
|
|
|
|
|
|
### Install sen2chain from sources
|
|
|
|
|
|
|
|
Python pip
|
|
|
|
|
|
|
|
```
|
|
|
|
sudo apt install python3-pip
|
|
|
|
```
|
|
|
|
Git
|
|
|
|
```
|
|
|
|
sudo apt-get install git
|
|
|
|
```
|
|
|
|
Download Sen2Chain and install the python dependencies:
|
|
|
|
```
|
|
|
|
git clone https://framagit.org/jebins/sen2chain.git
|
|
|
|
cd sen2chain
|
| ... | ... | |
| ... | ... | |