Same statistical info for same geometry over different time serieses

as shown in the below attached screen shot, i use statistcal api to get some statistics over a certain geometry for two different time seriese.
that is, the geometry i provide to the statistical api request is the same, but i request statistical information about it over different time series.
Referring to the below posted screen shot, i specified the time series as follows:

Time series 1:{"from":"2022-04-01T00:00:00Z","to":"2024-05-08T00:00:00Z"}
Time series 2:{"from":"2024-04-01T00:00:00Z","to":"2024-05-08T00:00:00Z"}

but as indicated in the screen shot, i received the same statistical information for different time serieses.
why that is happening please?is that possible?

Note:

the aggregation interval for the first time series is 768 days
the aggregation interval for the second time series is 37 days

screen shot:

Hi Burkhard,

this behaviour is as expected. By default the API will return the statistics for the most recent image in the aggregation interval, so it doesn’t matter how long it is if both end on the same date, the statistics from the most recent image will be used. This is explained here.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.