Commit 010ce542 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

links

parent 878cfb14
......@@ -85,7 +85,7 @@ L2AProductListExtractData.sh /home/geoint/NAS/sentinelImages/ /home/geoint/senti
```
## Find Local Products(`geosentinel/findProducts.py`)
This script finds sentinel products in a local directory that match a *SentinelAPI* query and and creates symbolic links of this local files to and other directory.
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.
The script works as follows:
1. Using *APISentinel* finds the matching products from a query.
......@@ -94,11 +94,6 @@ The script works as follows:
3. Creates symbolic links (```ln -s```) of this product to an other directory (`destination`)
### Dependencies
```bash
```
### Example
```bash
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/
......
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