Commit ca06814d authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

readme MD

parent de780ea7
...@@ -28,6 +28,7 @@ print len(products) ...@@ -28,6 +28,7 @@ print len(products)
sentinel.downloadProducts(products,".") sentinel.downloadProducts(products,".")
``` ```
## WTK Polygon bounding box (`geosentinel/polygonToBox.py`)
## L2A Product generation (`tools/L1CProductListToL2A.sh`) ## 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. 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.
...@@ -48,7 +49,7 @@ L1CProductListToL2A.sh /home/geoint/NAS/sentinelImages/ 12 ...@@ -48,7 +49,7 @@ L1CProductListToL2A.sh /home/geoint/NAS/sentinelImages/ 12
``` ```
## WTK Polygon bounding box (`geosentinel/polygonToBox.py`)
......
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