From 27f59ab1c4b3b61fce2dbcd445993bef15edba77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Mesquita?= Date: Fri, 28 Jun 2024 18:28:40 -0300 Subject: [PATCH] Update index.md --- docs/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 04fce7f6..f2f4d96f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,12 +38,13 @@ | --id_field | Vector column used as ID (use unique identifiers!) | ID_POINTS | | --output_name | Output filename | 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) + +#### Command line example ```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 - Implement arguments to choose other zonal reducers (i.e. percentile, variance, etc.)