- Added optional geographical bounding box parameter
bbox
.
Using a STAC API to filter source files accordingly.
bbox
isNone
by default, which means global coverage. (#20) - Added optional parameter
res_level
in the range from 0 (default) to 4
to let users choose their desired spatial resolution.
A parameterspatial_res
is not suitable,
because resolutions are provided at fixed levels using the DGG. (#21) - Added module
smos_box.catalog.stac
with newSmosStacCatalog
that is now the default catalog used by the SMOS data store. - Removed module
smos_box.catalog.index
includingSmosIndexCatalog
and dropped packagesmos_box.nckcindex
entirely.
We are no longer using a Kerchunk reference file index.
Full Changelog: v0.2.2...v0.3.0