${\color{red}T} im {\color{red}e}\ Se {\color{red}r} ies\ Extracti {\color{red}o} n\ for\ {\color{red}Po} lygonal\ {\color{red}Da} ta$
- T(h)eroPoDa + - Time Series Extraction for Polygonal Data and Trend Analysis ⬛
- Toolkit created to extract Time Series information from Sentinel 2 🛰 data stored in Earth Engine, gap filling and trend analysis
- Vinícius Vieira Mesquita - vinicius.mesquita@ufg.br (Main Theropoda)
- Leandro Leal Parente - leal.parente@gmail.com (Gap Filling and Trend Analysis implementation)
- 1.1.0
- 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 the Google Colab code below:
variable | 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 |
- Implement arguments to choose other zonal reducers (i.e. percentile, variance, etc.)
- Implement arguments to choose other satellite data series (i.e. Landsat series, MODIS products)
- Implement a visualization of the processed data (or samples of it)