Currently, I am working on a project for a non-profit organization. Therefore, I need the average NDVI values for certain polygons.
Input for my search:
- Group of coördinates (polygon)
- a range of dates (e.g. 01-31-2017 and 02-31-2017)
What I now want is:
- the average NDVI value of the most recent picture in that given date range with 0% cloud coverage of the given polygon
Is there a simple way to extract these values via an API (in R or Python)? I prefer working with the sentinel-hub, but I am not sure if it's the best platform to extract the data I need. Because I am working time series I should use the L2A version (there is an NDVI layer).