Hello
I’m trying to use the statistical API requesst and I have question which I didn’t find answer in the documentaion . I wanted to know which values can be inserted in the “aggregation_interval” parameter, I am now using P1D which seems to aggregate by month, but don’t find which string should I use to get the daily average.
aggregation = SentinelHubStatistical.aggregation(
evalscript=ndvi_evalscript,
time_interval=yearly_time_interval,
aggregation_interval='P1D',
resolution=(10, 10)
)
input_data = SentinelHubStatistical.input_data(
DataCollection.SENTINEL2_L2A
)