## 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`)