Commit 1c7b729c authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

parallel

parent 429770a2
...@@ -89,11 +89,11 @@ L2AProductListExtractData.sh /home/geoint/NAS/sentinelImages/ /home/geoint/senti ...@@ -89,11 +89,11 @@ 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 (`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. 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 ### Example
```bash ```bash
MergeImagesByDirectory.sh /home/geoint/NAS/images/ mergeImagesByDirectory.sh /home/geoint/NAS/images/
``` ```
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