L1C to L2A

parent 98be52dc
......@@ -56,8 +56,8 @@ gdal_translate -projwin $BOX -projwin_srs WGS84 -ot Byte -scale 0 4096 0 255 -of
```
## L2A Product generation (`tools/L1CProductListToL2A.sh`)
This script uses [Sen2Cor](http://step.esa.int/main/third-party-plugins-2/sen2cor/) to convert all L1C products in a directory to L2C products. The script takes as an arguments the name of the a directory with a `L1C` Subdirectory where the products are located and the number of jobs to run in parallel.
The new L2A products will be saved in a `L2A` subdirectory
This script uses [Sen2Cor](http://step.esa.int/main/third-party-plugins-2/sen2cor/) to convert all L1C products in a directory to L2C products. The script takes as an arguments the name of the a directory where the `L1C` products are located and the number of jobs to run in parallel.
The new `L2A`products will be saved in an output directory.
### Dependencies
......@@ -70,7 +70,7 @@ chmod +x Sen2Cor-02.05.05-Linux64.run
### Example
```bash
L1CProductListToL2A.sh /home/geoint/NAS/sentinelImages/ 12
L1CProductListToL2A.sh /home/geoint/NAS/sentinelImages/L1C/ /home/geoint/NAS/sentinelImages/L2A/ 12
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment