Commit dbcfd6f4 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

readme MD

parent 6730cb01
......@@ -11,7 +11,7 @@ its is currently developed by the **Remote Perception Group** in [**CentroGeo**]
# Modules
## APISentinel
## APISentinel (`geosentinel/APISentinel.py`)
This class makes easier the usage of [sentinel API](https://github.com/sentinelsat/sentinelsat).
The class constructor requires a username and password from [copernicus project](https://scihub.copernicus.eu/dhus/#/self-registration), more information about the function is available in the function's docstring.
### Dependencies
......@@ -31,6 +31,7 @@ sentinel.downloadProducts(products,".")
## L2A Product generation (`tools/L1CProductListToL2A.sh`)
This script uses [Sen2Cor](http://step.esa.int/main/third-party-plugins-2/sen2cor/) to convert all L1C products in a directory to L2C products. The script takes as an arguments the name of the a directory with a `L1C` Subdirectory where the products are located and the number of jobs to run in parallel.
The new L2A products will be saved in a `L2A` subdirectory
### 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