Commit 878cfb14 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

links

parent 15af5e2f
...@@ -85,7 +85,13 @@ L2AProductListExtractData.sh /home/geoint/NAS/sentinelImages/ /home/geoint/senti ...@@ -85,7 +85,13 @@ L2AProductListExtractData.sh /home/geoint/NAS/sentinelImages/ /home/geoint/senti
``` ```
## Find Local Products(`geosentinel/findProducts.py`) ## Find Local Products(`geosentinel/findProducts.py`)
This script 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.
The script works as follows:
1. Using *APISentinel* finds the matching products from a query.
2. Find those products in a local directory (`source`).
3. If one or more products are missing from the local directory, the script prompts the user to download de missing products.
3. Creates symbolic links (```ln -s```) of this product to an other directory (`destination`)
### Dependencies ### Dependencies
......
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