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:
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:
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)
\ No newline at end of file
diff --git a/material/overrides/hooks/__pycache__/shortcodes.cpython-312.pyc b/material/overrides/hooks/__pycache__/shortcodes.cpython-312.pyc
index add96c79..3615e5d1 100644
Binary files a/material/overrides/hooks/__pycache__/shortcodes.cpython-312.pyc and b/material/overrides/hooks/__pycache__/shortcodes.cpython-312.pyc differ
diff --git a/material/overrides/hooks/__pycache__/translations.cpython-312.pyc b/material/overrides/hooks/__pycache__/translations.cpython-312.pyc
index f8030074..8ca1f941 100644
Binary files a/material/overrides/hooks/__pycache__/translations.cpython-312.pyc and b/material/overrides/hooks/__pycache__/translations.cpython-312.pyc differ
diff --git a/search/search_index.json b/search/search_index.json
index 8041d7a0..ce741cfc 100644
--- a/search/search_index.json
+++ b/search/search_index.json
@@ -1 +1 @@
-{"config":{"lang":["en"],"separator":"[\\s\\u200b\\-_,:!=\\[\\]()\"`/]+|\\.(?!\\d)|&[lg]t;|(?!\\b)(?=[A-Z][a-z])","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Home","text":""},{"location":"#time-series-extraction-for-polygonal-data","title":"Time Series Extraction for Polygonal Data","text":""},{"location":"#name","title":"Name","text":"
T(h)eroPoDa + - Time Series Extraction for Polygonal Data and Trend Analysis \u2b1b
"},{"location":"#requirements-installation-order-from-top-to-bottom","title":"Requirements (installation order from top to bottom)","text":"
Python 3.10
GDAL
Rasterio
Pandas
Geopandas
Scikit-learn
Joblib
Psutil
Earthengine-api
scikit-map
"},{"location":"#how-to-use","title":"How to use","text":"
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:
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
If you don't know how to upload your vector data in Earth Engine, you can follow the tutorial clicking this link.
"},{"location":"#command-line-example","title":"Command line example","text":"
This function is responsible to get the time series of Sentinel 2 data throught Earth Engine. It needs a geometry object in the ee.Feature() formart and the choosed vector propertie ID as the id_field.
True if processing is successful, None if the polygon area is too small, False if an error occurs during processing and restart the process using the bestEffort approach.
Manages the overall workflow by catching argument information and initiating the process of extracting NDVI time series data for specified polygonal areas.
"},{"location":"blog/","title":"Blog","text":""}]}
\ No newline at end of file
+{"config":{"lang":["en"],"separator":"[\\s\\u200b\\-_,:!=\\[\\]()\"`/]+|\\.(?!\\d)|&[lg]t;|(?!\\b)(?=[A-Z][a-z])","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Home","text":""},{"location":"#time-series-extraction-for-polygonal-data","title":"Time Series Extraction for Polygonal Data","text":""},{"location":"#name","title":"Name","text":"
T(h)eroPoDa + - Time Series Extraction for Polygonal Data and Trend Analysis \u2b1b
"},{"location":"#requirements-installation-order-from-top-to-bottom","title":"Requirements (installation order from top to bottom)","text":"
Python 3.10
GDAL
Rasterio
Pandas
Geopandas
Scikit-learn
Joblib
Psutil
Earthengine-api
scikit-map
"},{"location":"#how-to-use","title":"How to use","text":"
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:
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
If you don't know how to upload your vector data in Earth Engine, you can follow the tutorial clicking this link.
"},{"location":"#command-line-example","title":"Command line example","text":"
This function is responsible to get the time series of Sentinel 2 data throught Earth Engine. It needs a geometry object in the ee.Feature() formart and the choosed vector propertie ID as the id_field.
True if processing is successful, None if the polygon area is too small, False if an error occurs during processing and restart the process using the bestEffort approach.
Manages the overall workflow by catching argument information and initiating the process of extracting NDVI time series data for specified polygonal areas.