Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Releases: CCI-Tools/cate

3.0.0.dev1

3.0.0.dev1 Pre-release
Pre-release

Choose a tag to compare

@dzelge dzelge released this 20 May 13:25
5589527

Version 3.0.0 (in development)

  • Fixed environment not building with matplotlib version <3.3.0. (#929)
  • Fixed the operation animate_map that stopped working with xarray version 0.18.0.

3.0.0.dev0

3.0.0.dev0 Pre-release
Pre-release

Choose a tag to compare

@forman forman released this 19 May 08:09

Version 3.0.0 (in development)

  • Cate's implementations of the CCI ODP data store and the local data store
    have been replaced by xcube equivalents which are faster and more
    robust.
  • Added a new experimental "Zarr data store" that provides fast
    access to selected CCI datasets in JASMIN object storage.
  • Added a Web API function keep_alive that is periodically used by Cate App
    to avoid loosing an open WebSocket connection. (#980)
  • Removed functions and parameters that have been deprecated in cate 2.x:
    • Function cate.ops.utility.from_dataframe
    • Function cate.ops.plot.plot_data_frame
    • Parameter crs of function cate.ops.io.read_geo_data_frame
  • Fixed bug with user preferences not being saved correctly.
    (#146)

2.3.0.xcube.dev6

2.3.0.xcube.dev6 Pre-release
Pre-release

Choose a tag to compare

@TonioF TonioF released this 25 Mar 12:37

Version 2.3.0 (in development)

  • Integration xcube into Cate in order to reuse the xcube Data Store Framework.
  • Exchanged existing data store "CCI Open Data Portal" by a faster one based on xcube.
  • Added new experimental data store "CCI Zarr Store" to Cate.

Internal fixes:

  • Apply subsetting after opening when subsetting is not provided by an xcube data store
  • Consider that data variables or attributes of a dataset descriptor may be none
  • Open Zarr dataset with flag consolidated=True if applicable
  • Fixed error when checking JSON Schema properties

2.3.0.xcube.dev5

2.3.0.xcube.dev5 Pre-release
Pre-release

Choose a tag to compare

@TonioF TonioF released this 24 Mar 17:32

Version 2.3.0 (in development)

  • Open data consolidated when possible

2.3.0.xcube.dev4

2.3.0.xcube.dev4 Pre-release
Pre-release

Choose a tag to compare

@TonioF TonioF released this 24 Mar 15:48

Version 2.3.0 (in development)

  • Fixed error when checking json schema properties

2.3.0.xcube.dev3

2.3.0.xcube.dev3 Pre-release
Pre-release

Choose a tag to compare

@TonioF TonioF released this 23 Mar 15:37

Version 2.3.0 (in development)

  • Apply subsetting after opening when subsetting is not provided by data store

2.3.0.xcube.dev2

2.3.0.xcube.dev2 Pre-release
Pre-release

Choose a tag to compare

@TonioF TonioF released this 22 Mar 15:46

Version 2.3.0 (in development)

  • xcube integration
  • new experimental Zarr store
  • Small fix where data store was not adressed correctly, preventing that data could be saved locally

2.1.5

Choose a tag to compare

@forman forman released this 26 Feb 16:04

Version 2.1.5

  • Fixed problem that prevented storing user preferences from Cate App if the
    preferences file did not yet exist.
  • The parameters of operation temporal_aggregation have been changed. Both parameters
    output_resolution and custom_resolution have been replaced by a single parameter
    period whose value is a Pandas offset-alias / time frequency value.
  • Ensure User-Agent header is set in every HTTP request made to CCI ODP web APIs.
  • When caching a dataset to disk, cate now checks first if the needed attributes for geospatial information
    are in the metadata of the remote dataset. If not, the information is retrieved from the data directly (#961).
    This is relevant for dataset "esacci.SST.day.L4.SSTskin.Unspecified.Unspecified.GMPE.2-0.r1".
  • Now including ODP dataset verification information in data sources for use by Cate App.
  • Operation read_zarr() now uses the new password attribute for its key. secret,
    and token parameters.
  • Now including ODP dataset verification information in data sources for use by Cate App.
  • No longer using Travis CI.

2.1.5.dev6

2.1.5.dev6 Pre-release
Pre-release

Choose a tag to compare

@forman forman released this 26 Feb 14:53

Another preferences fix

2.1.5.dev5

2.1.5.dev5 Pre-release
Pre-release

Choose a tag to compare

@forman forman released this 26 Feb 13:38

Changes from 2.1.5.dev4 to 2.1.5.dev5

  • Fixed problem that prevented storing user preferences from Cate App if the
    preferences file did not yet exist.