Releases: xcube-dev/xcube-smos
Releases · xcube-dev/xcube-smos
Release list
0.3.3
Changes in version 0.3.3
- Fixed an issue with
dataset_pathsrelated to the updated EOData repository
bucket name (eodata). Previously, paths were modified to replaceeodatawith
EODATA. This workaround is no longer required, as the bucket name is now
consistentlyeodata.
Full Changelog: v0.3.2...v0.3.3
0.3.2
Changes in version 0.3.2
- Migrated to the new EOData repository bucket name
eodata
(see CREODIAS announcement). - Fixed a bug in fetching features from the SMOS STAC collection
where the next page link was not correctly resolved.
New Contributors
- @konstntokas made their first contribution in #34
Full Changelog: v0.3.1...v0.3.2
0.3.1
Changes in version 0.3.1
- Updated endpoint URL from https://s3.cloudferro.com to https://eodata.cloudferro.com. Necessary due to changes by cloudprovider where the source data is stored.
- Updated the Jupyter Notebooks in
notebooksfolder and applied black default code style. - After rename of GH organisation of
dcs4copintoxcube-dev, updated all references inREADME.mdand docs. - Pinned
zarrpackage to2.x. - Removed Anaconda
defaultschannel fromrequirements.yml.
New Contributors
- @AliceBalfanz made their first contribution in #31
Full Changelog: v0.3.0...v0.3.1
0.3.0
- Added optional geographical bounding box parameter
bbox.
Using a STAC API to filter source files accordingly.
bboxisNoneby default, which means global coverage. (#20) - Added optional parameter
res_levelin the range from 0 (default) to 4
to let users choose their desired spatial resolution.
A parameterspatial_resis not suitable,
because resolutions are provided at fixed levels using the DGG. (#21) - Added module
smos_box.catalog.stacwith newSmosStacCatalog
that is now the default catalog used by the SMOS data store. - Removed module
smos_box.catalog.indexincludingSmosIndexCatalog
and dropped packagesmos_box.nckcindexentirely.
We are no longer using a Kerchunk reference file index.
Full Changelog: v0.2.2...v0.3.0
0.2.2
0.2.1
Version 0.2.1
- Adjusted dependencies in
environment.ymlto fix thexcube-smos
conda build.
Full Changelog: v0.2.0...v0.2.1
Changes in Version 0.2.0
- Added basic documentation. [#24]
- Introduced open parameter
bbox. [#20] - Introduced open parameter
res_level,
an integer value in the range 0 to 4. [#21] - The SMOS auxiliary dataset Discrete Global Grid (DGG)
has been added as package data inxcube_smos/mldataset/smos-dgg.levels.
Hence, the store parameterdgg_urlpathhas been removed. [#9] - The NetCDF Kerchunk index can now also be a Zip archive.
To use a Zip archive, pass an index path to thenckcidxCLI
or to theNcKcIndexclass whose filename has a.zip
extension. [#8] - Storage credentials and other text values in the JSON configuration
file of the NetCDF Kerchunk index can now contain template
variables of the form"$ENV"or"${ENV}". Such references
will be replaced by the corresponding value of the environment
variable namedENV. [#6] - Source NetCDF files to be indexed can now also be provided in the local
filesystem instead of S3 only. [#4]- Changed JSON format of the index configuration to allow for any
source filesystem. Its version number is now 2. - Changed interface of
nckcindexCLI tool to allow for local
source NetCDF files.
- Changed JSON format of the index configuration to allow for any
- CLI
nckcidx infohas been renamed tonckcidx describeand now
supports a--jsonflag for JSON output. - Argument
index_pathforNcKcIndex.create()andNcKcIndex.open()
is now mandatory.
Full Changelog: v0.1.0...v0.2.0
0.2.0
Changes in Version 0.2.0
- Added basic documentation. [#24]
- Introduced open parameter
bbox. [#20] - Introduced open parameter
res_level,
an integer value in the range 0 to 4. [#21] - The SMOS auxiliary dataset Discrete Global Grid (DGG)
has been added as package data inxcube_smos/mldataset/smos-dgg.levels.
Hence, the store parameterdgg_urlpathhas been removed. [#9] - The NetCDF Kerchunk index can now also be a Zip archive.
To use a Zip archive, pass an index path to thenckcidxCLI
or to theNcKcIndexclass whose filename has a.zip
extension. [#8] - Storage credentials and other text values in the JSON configuration
file of the NetCDF Kerchunk index can now contain template
variables of the form"$ENV"or"${ENV}". Such references
will be replaced by the corresponding value of the environment
variable namedENV. [#6] - Source NetCDF files to be indexed can now also be provided in the local
filesystem instead of S3 only. [#4]- Changed JSON format of the index configuration to allow for any
source filesystem. Its version number is now 2. - Changed interface of
nckcindexCLI tool to allow for local
source NetCDF files.
- Changed JSON format of the index configuration to allow for any
- CLI
nckcidx infohas been renamed tonckcidx describeand now
supports a--jsonflag for JSON output. - Argument
index_pathforNcKcIndex.create()andNcKcIndex.open()
is now mandatory.
Full Changelog: v0.1.0...v0.2.0