Commit 7edf7b76 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

links

parent 010ce542
......@@ -76,14 +76,6 @@ L1CProductListToL2A.sh /home/geoint/NAS/sentinelImages/ 12
## GRDHL2 Product generation (`tools/GRDHroductListToGRDHL2.sh`)
## Extract Images from Product ZIP File (`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
L2AProductListExtractData.sh /home/geoint/NAS/sentinelImages/ /home/geoint/sentinelImages/outimages/ 12
```
## Find Local Products(`geosentinel/findProducts.py`)
This script finds sentinel products in a local directory that match a [sentinel API](https://github.com/sentinelsat/sentinelsat) query and and creates symbolic links of this local files to and other directory.
......@@ -99,7 +91,13 @@ 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`)
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
L2AProductListExtractData.sh /home/geoint/NAS/sentinelImages/ /home/geoint/sentinelImages/outimages/ 12
```
## Merge Images Within a Polygon by Directory (`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.
......
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