Open-EO / openeo-gfmap

Generic framework for EO mapping applications building on openEO
Apache License 2.0
6 stars 1 forks source link

Update orbit selection strategy #154

Closed GriffinBabe closed 2 months ago

GriffinBabe commented 2 months ago

At the moment, S1 orbits is being selected with the maximum accumulated area overlapping between the spatial extent and the available products in the catalogue, however this does not take into account edge cases such as:

kvantricht commented 2 months ago

Reproduce by:

(35.85799, 49.705688, 36.039682, 49.797363) temporal_extent = TemporalContext('2018-07-30', '2020-01-31')

chooses ascending though it has huge temporal gap at the start

kvantricht commented 2 months ago

https://github.com/Open-EO/openeo-gfmap/pull/158 closes this.