From da44725e3f062712eadfd6261fce77e57873faa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Mesquita?= Date: Fri, 28 Jun 2024 18:11:13 -0300 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 863bf229..b6793e92 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,19 @@ ### How to use -- At this version of TheroPoDa (1.1.0), you could extract a series of NDVI data from Sentinel 2 for a Feature Collection of polygons simplily by adjusting some variables at the end of code: +- In this version of TheroPoDa (1.1.0), you could extract a series of median NDVI from Sentinel 2 for a Feature Collection of polygons simplily by passing arguments to the python code exemplified below: -| variable | usage | example | +| argument | usage | example | |:-------------:|:--------------------------------------------------: |:---------| -| asset | Choosed Earth Engine Vector Asset | users/vieiramesquita/LAPIG_FieldSamples/lapig_goias_fieldwork_2022_50m | -| id_field | Vector column used as ID (use unique identifiers!) | ID_POINTS | -| output_name | Output filename | LAPIG_Pasture_S2_NDVI_Monitoring_FieldWork.csv | +| --asset | Choosed Earth Engine Vector Asset | users/vieiramesquita/LAPIG_FieldSamples/lapig_goias_fieldwork_2022_50m | +| --id_field | Vector column used as ID (use unique identifiers!) | ID_POINTS | +| --output_name | Output filename | LAPIG_Pasture_S2_NDVI_Monitoring_FieldWork | + +```bash +python theropoda.py --asset users/vieiramesquita/LAPIG_FieldSamples/lapig_goias_fieldwork_2022_50m --id_field ID_POINTS --output_name LAPIG_Pasture_S2_NDVI_Monitoring_FieldWork +``` + +If you don't know how to upload your vector data in Earth Engine, you can follow the tutotial [clicking this link.](https://developers.google.com/earth-engine/guides/table_upload) ### Roadmap