Open-EO / openeo-earthengine-driver

openEO back-end driver for Google Earth Engine.
Apache License 2.0
21 stars 7 forks source link

aggregate_temporal_frequency difference with aggregate_temporal_period #60

Closed clausmichele closed 6 months ago

clausmichele commented 3 years ago

I would like to know the difference between _aggregate_temporalfrequency which is available in GEE compared to _aggregate_temporalperiod in the API. I would like to implement it also in the opendatacube back-end and I was looking for the correct one. From the description it seems only a different name for the same process.

m-mohr commented 3 years ago

GEE was the first back-end to implement aggregate_temporal_frequency. When we started to standardize it and move it to the processes repository, we changed the name and parameters from frequency to period. Unfortunately, I never managed to update the GEE implementation. I'll look into that after the user workshop and update the implementation and examples accordingly. There should be no functional difference except that the names are different and other values for the parameters may be (un)supported.