Skip to content

Releases: xcube-dev/xcube-cmems

0.1.8

21 Oct 15:54

Choose a tag to compare

  • 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

Full Changelog: v0.1.7...v0.1.8

0.1.7

19 Jun 16:18
0b0b997

Choose a tag to compare

  • Ensuring compatibility with latest copernicusmarine requirements

What's Changed

Full Changelog: v0.1.6...v0.1.7

0.1.6

28 May 14:20

Choose a tag to compare

  • Updated pyproject.toml file; package name changed from xcube-cmems
    to xcube_cmems and 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 a CopernicusMarineCatalogue object). 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

Full Changelog: v0.1.5...v0.1.6

0.1.5

09 Apr 08:41

Choose a tag to compare

  • Disabled metadata cache to make it more suitable for cloud based environments.

0.1.4

05 Apr 09:11

Choose a tag to compare

Changed initialization of cmems to not call copernicusmarine.login function that writes a configuration file. (#32)

0.1.3

03 Apr 09:15
fff06d6

Choose a tag to compare

  • Changed the implementation to use the new cmems toolbox api (#31)

  • Moved project configuration to pyproject.toml

0.1.2

23 May 16:39
9c9a972

Choose a tag to compare

  • 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
    package aiohttp to make parallel calls to CSW API. (#18)

0.1.1

03 Feb 15:06

Choose a tag to compare

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

27 Sep 14:48
b8ad804

Choose a tag to compare

Changes in 0.1.0

First release of CMEMS Data Store

first dev release

23 Sep 15:03
f9fe16f

Choose a tag to compare

first dev release Pre-release
Pre-release
Merge pull request #9 from dcs4cop/tejas-xxx-add-readme

Setup Guide for CMEMS plugin