Skip to content

Releases: esa-cci/xcube-cci

0.11.1

04 Nov 17:41
Compare
Choose a tag to compare

Changes in 0.11.1

  • Improved support of vector data cubes
  • Improved support of FIRE ECV datasets

0.11.1.dev0

29 Oct 10:54
Compare
Choose a tag to compare
0.11.1.dev0 Pre-release
Pre-release

Changes in 0.11.1 (in development)

  • Updated routine for release on pypi

0.11

28 Oct 16:14
Compare
Choose a tag to compare

Changes in 0.11

  • Migrated code from ESA CCI Toolbox. This encompasses the following changes:
    • Added store aliases esa-cdc and esa-climate-data-centre, esa-cci
      and esa-cci-zarr
    • Added new data store esa-cci-kc
      (and corresponding xcube data store esa-cci-kc) that allows performant
      accessing of selected datasets of the ESA Climate Data Centre using a
      Zarr view of the original NetCDF files. This approach is made possible by
      using the kerchunk package. Also
      added new Notebook that demonstrates usage of the new data store.
    • Added opener "datafame:geojson:esa-cdc" to open data as data frames
    • Added opener "vectordatacube::esa-cdc" to open data as vector data cubes
    • Updated list of dataset states
  • Set up pipeline to publish package on pypi

0.10.2

28 Sep 08:23
Compare
Choose a tag to compare

Changes in 0.10.2

  • Fixed support for climatology datasets

0.10.1

27 Sep 15:46
Compare
Choose a tag to compare

Changes in 0.10.1

  • Fixed support for SST climatology dataset

0.10

31 Aug 15:56
Compare
Choose a tag to compare

Changes in 0.10 (in development)

  • Support Climatology Datasets
  • Ensure compatiblity with Python versions > 3.10. This concerns the way new event loops are created within threads. A deprecated event loop
    policy has been removed. Solves issues #61 and #64.

0.9.9

25 May 12:55
Compare
Choose a tag to compare

Changes in 0.9.9

  • Removed cache
  • Pinned pydap version
  • Improved determination of CCI data chunks

0.9.8

03 Feb 10:30
Compare
Choose a tag to compare

Changes in 0.9.8

  • Consider environment parameter READ_CEDA_CATALOGUE to trigger whether
    metadata from the ceda catalogue shall be read. Enabled by default.
  • Updated list of supported datasets.
    No odp-provided datasets are excluded anymore.

0.9.8.dev1

12 Jan 15:37
Compare
Choose a tag to compare
0.9.8.dev1 Pre-release
Pre-release

Changes in 0.9.8 (in development)

  • Consider environment parameter READ_CEDA_CATALOGUE to trigger whether
    metadata from the ceda catalogue shall be read. Enabled by default.

0.9.8.dev0

12 Jan 11:30
Compare
Choose a tag to compare
0.9.8.dev0 Pre-release
Pre-release

Changes in 0.9.8 (in development)

  • Consider environment parameter READ_CEDA_CATALOGUE to trigger whether
    metadata from the ceda catalogue shall be read. Enabled by default.