Commit 7eff71b0 authored by Mario Chirinos's avatar Mario Chirinos

readme

parent fa4ed0c1
...@@ -6,6 +6,21 @@ ...@@ -6,6 +6,21 @@
* Agregar el directorio scripts al la variable de ambiente PATH * Agregar el directorio scripts al la variable de ambiente PATH
```bash ```bash
export PATH="$HOME/git/greenIndex/scripts:$PATH" export PATH="$HOME/git/greenIndex/scripts:$PATH"
```
## Configuración
El archivo **data/settings.json** contiene los parámetros de configuración para el análisis.
```json
{
"platform": "Sentinel-2",
"productLevel":"L2A",
"startDate": "20190401",
"clouds":"4",
"productsDir":"~/greenIndex/",
"username":"",
"password":""
}
``` ```
## Uso ## Uso
```bash ```bash
......
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