From 22323b63a3e5a714c40c8255615350c968313069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Mesquita?= Date: Fri, 28 Jun 2024 15:12:17 -0300 Subject: [PATCH] Update index.md --- docs/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 6d129309..cd58841e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -35,7 +35,11 @@ |:-------------:|:--------------------------------------------------: |:---------| | 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 | +| 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)