Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vieiramesquita committed Jun 28, 2024
1 parent 45b23ed commit 22323b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 22323b6

Please sign in to comment.