Releases: xcube-dev/xcube-cmems
0.1.8
-
Made metadata attributes of datasets returned by the data store JSON-serializable to
avoid problems in xcube Server. (#48) -
Disabled progress bar in list_data_ids() to avoid stdout bloats in JNB (#47)
What's Changed
- Fix xcube-cmems issues by @TejasMorbagal in #49
Full Changelog: v0.1.7...v0.1.8
0.1.7
- Ensuring compatibility with latest copernicusmarine requirements
What's Changed
- Fix dependency pinning by @TejasMorbagal in #45
Full Changelog: v0.1.6...v0.1.7
0.1.6
-
Updated
pyproject.tomlfile; package name changed fromxcube-cmems
toxcube_cmemsand entry point removed, since xcube plugins
auto-recognition is updated. (#39 and xcube-dev/xcube#963) -
Support boolean-valued include_attrs in get_data_ids in accordance with API update in
xcube 1.8.0. -
Refactored
get_datasets_with_titles()to align with the updated return type of
cm.describe(). (now returning aCopernicusMarineCatalogueobject). The function
now accesses products and datasets via object attributes instead of dictionary keys. -
Updated dependency versions to ensure compatibility with
copernicusmarine>= 2.1.1. -
Updated GitHub Actions workflow to use the latest Micromamba setup and use codecov.
What's Changed
- Update of `pyproject.toml'file; package name changed and entry point removed, after xcube plugins auto-recognition is updated. by @konstntokas in #40
- fix and update cmems store by @TejasMorbagal in #44
New Contributors
- @konstntokas made their first contribution in #40
Full Changelog: v0.1.5...v0.1.6
0.1.5
- Disabled metadata cache to make it more suitable for cloud based environments.
0.1.4
0.1.3
0.1.2
-
Addressed initialization of cmems credentials from environment variables conditionally
so that they are evaluated when new_data_store is called. (#21) -
Revised get_open_data_params logic to not open the dataset but only return
open_params without actual metadata. (#26) -
Improved the performance of get_data_ids method of the store by using
packageaiohttpto make parallel calls to CSW API. (#18)
0.1.1
Changes in 0.1.1
- Fixed a bug when opening dataset with bounding box. Now the following spatial coords naming styles are
supported: (lat,lon), (latitude,longitude), (y,x). - Use micromamba for CI.
0.1.0
Changes in 0.1.0
First release of CMEMS Data Store
first dev release
Merge pull request #9 from dcs4cop/tejas-xxx-add-readme Setup Guide for CMEMS plugin