Commit 3395e2ae authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

readme MD

parent 2ad4801d
......@@ -31,4 +31,14 @@ sentinel.downloadProducts(products,".")
## L2A Product generation
To convert all L1C products in a directory to L2C products ``tools/L1CProductListToL2A.sh`` is used. 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.
### Dependencies
```bash
sudo apt-get install parallel
```
### Example
```bash
L1CProductListToL2A.sh /home/geoint/NAS/sentinelImages/ 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