Skip to content

Releases: xcube-dev/xcube-cmems

0.1.5

09 Apr 08:41
Compare
Choose a tag to compare
  • Disabled metadata cache to make it more suitable for cloud based environments.

0.1.4

05 Apr 09:11
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changes in 0.1.0

First release of CMEMS Data Store

first dev release

23 Sep 15:03
f9fe16f
Compare
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