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.
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