Open soxofaan opened 2 years ago
That requirement comes from the openeo api specification: https://github.com/Open-EO/openeo-api/blob/master/openapi.yaml#L4467
Interesting, @m-mohr is there an inconsistency here about stats objects as collection summaries?
While checking https://github.com/openEOPlatform/architecture-docs/issues/288 issues related to stac summaries statistics, e.g. :
This implementation looks for "min" and "max" fields https://github.com/Open-EO/openeo-aggregator/blob/804ca2214f627fe693e07b1cb9537c42f176449a/src/openeo_aggregator/metadata/models/statistics.py#L14-L52
but https://github.com/radiantearth/stac-spec/blob/v1.0.0-rc.2/collection-spec/collection-spec.md#stats-object works with "minimum" and "maximum"
@JeroenVerstraelen did you get min/max from a spec, or something else? How can it be changed to minimum/maximum?
related to #76