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

links

parent 7edf7b76
......@@ -91,7 +91,7 @@ The script works as follows:
findProducts.py "POLYGON((-89.62955474853516 21.05230266883862,-89.55093383789061 21.05230266883862,-89.52930450439452 20.965126493194475,-89.6484375 20.873408465645696,-89.72877502441405 20.95294341625548,-89.65805053710938 21.056788298627097,-89.62955474853516 21.05230266883862))" 20181001 20181101 Sentinel-2 30 /home/geoint/NAS/sentinelImages/L2A/ /home/geoint/NAS/merida/
```
## Extract Images from Product ZIP File (`L2AProductListExtractData.sh`)
## Extract Images from Product ZIP File (`tools/L2AProductListExtractData.sh`)
This script will extract form all the products in a directory the True Colour images (TCI) at 10m and 20m resolution and the Scene Clarification Map at 20m. The files will be saved in subdirectories named with the date of the product.
### Example
```bash
......@@ -99,7 +99,7 @@ L2AProductListExtractData.sh /home/geoint/NAS/sentinelImages/ /home/geoint/senti
```
## Merge Images Within a Polygon by Directory (`mergeImagesByDirectory.sh`)
## Merge Images Within a Polygon by Directory (`tool/mergeImagesByDirectory.sh`)
This script uses `gdal_merge.py` and `gdal_translate` to merge all the images within a directory and to crop the result using the bounding box of the input polygon.
### Example
```bash
......
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