Skip to content

Releases: esa-cci/xcube-cci

0.9.7

07 Nov 11:34
Compare
Choose a tag to compare

Changes in 0.9.7

  • Zarr Datastore reads data ids from json file if provided
  • Updated CCI Store to set zarr store (from here on, xcube 0.12.1 is required)
    #62

0.9.6

13 May 11:52
Compare
Choose a tag to compare

Changes in 0.9.6

  • Updated Example Notebooks
  • Extended support of datasets. Previously, datasets which had a chunking of
    the time dimension larger than one were not handled properly. This affected
    OZONE in a monthly resolution, SEALEVEL in a monthly resolution, and several
    ICESHEETS datasets. #12
  • Chunk sizes may now also be decreased, in order to achieve optimal chunkings.
    For some datasets (e.g., BIOMASS), this increases the performance and helps
    avoiding memory issues. #48

0.9.5

10 Feb 13:31
Compare
Choose a tag to compare

Changes in 0.9.5

  • Allow reading of datasets that do not specify chunk sizes (e.g., FIRE)
    Cate #1033.

0.9.4

09 Feb 14:21
Compare
Choose a tag to compare

Changes in 0.9.4

  • Ensure compatibility with xarray >= 0.20.2 and python >= 3.10
  • Ensure compatibility with expected odp update

0.9.3

21 Nov 16:46
Compare
Choose a tag to compare

Changes in 0.9.3

  • Always show time bounds as coordinate, not as data variable
  • Prevent IndexError when requesting data with a time range

0.9.3.dev1

19 Nov 16:08
Compare
Choose a tag to compare
0.9.3.dev1 Pre-release
Pre-release

Changes in 0.9.3 (in development)

  • Avoid problems when opening the same dataset with different parameters

0.9.3.dev0

19 Nov 10:54
Compare
Choose a tag to compare
0.9.3.dev0 Pre-release
Pre-release

Changes in 0.9.3 (in development)

  • Always show time bounds as coordinate, not as data variable
  • Prevent IndexError when requesting data with a time range

0.9.2

18 Nov 14:08
Compare
Choose a tag to compare

Changes in 0.9.2

  • Fixed issue where opening datasets in a daily resolution without a delimiting
    time range would cause memory errors #56.

0.9.2.dev1

18 Nov 10:26
Compare
Choose a tag to compare
0.9.2.dev1 Pre-release
Pre-release

Changes in 0.9.2 (in development)

  • Avoid warnings

0.9.2.dev0

17 Nov 17:57
Compare
Choose a tag to compare
0.9.2.dev0 Pre-release
Pre-release

Changes in 0.9.2 (in development)

  • Fixed issue where opening datasets in a daily resolution without a delimiting
    time range would cause memory errors #56.