xcube-dev / xcube-smos

Experimental xcube support for ESA EE SMOS Level-2 data
https://xcube-dev.github.io/xcube-smos/
MIT License
0 stars 0 forks source link

Filter SMOS Level-2 files by `bbox` #26

Open forman opened 9 months ago

forman commented 9 months ago

The data store supports a geographical bounding box open parameter bbox is supported, but it does not imply a performance gain by only considering intersecting native SMOS Level-2 source files.

We'd actually need a simple orbit prediction model to exclude non-overlapping source files. The model may be implemented as a catalog filter in xcube_smos.catalog.

See #5 and #20