Commit 6d87c0b5 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

find Products

parent 5fe9ca1b
...@@ -74,10 +74,6 @@ L1CProductListToL2A.sh /home/geoint/NAS/sentinelImages/ 12 ...@@ -74,10 +74,6 @@ L1CProductListToL2A.sh /home/geoint/NAS/sentinelImages/ 12
``` ```
## GRDHL2 Product generation (`tools/GRDHroductListToGRDHL2.sh`) ## GRDHL2 Product generation (`tools/GRDHroductListToGRDHL2.sh`)
...@@ -88,6 +84,21 @@ This script will extract form all the products in a directory the True Colour im ...@@ -88,6 +84,21 @@ This script will extract form all the products in a directory the True Colour im
L2AProductListExtractData.sh /home/geoint/NAS/sentinelImages/ /home/geoint/sentinelImages/outimages/ 12 L2AProductListExtractData.sh /home/geoint/NAS/sentinelImages/ /home/geoint/sentinelImages/outimages/ 12
``` ```
## Find products local files(`geosentinel/findProducts.py`)
### Dependencies
```bash
```
### Example
```bash
```
## 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.
......
...@@ -56,9 +56,6 @@ def main(argv): ...@@ -56,9 +56,6 @@ def main(argv):
# print ("ln -s " + inDir+f + " " + outdir+f) # print ("ln -s " + inDir+f + " " + outdir+f)
print (str(len(matchingProducts)) + " Linked to " + outdir) print (str(len(matchingProducts)) + " Linked to " + outdir)
# print(json.dumps(productList))
if __name__ == "__main__": if __name__ == "__main__":
main(sys.argv) main(sys.argv)
......
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