This repository was archived by the owner on Aug 29, 2023. It is now read-only.
Releases: CCI-Tools/cate
Releases · CCI-Tools/cate
Release list
3.0.0.dev1
Version 3.0.0 (in development)
- Fixed environment not building with matplotlib version
<3.3.0. (#929) - Fixed the operation
animate_mapthat stopped working with xarray version 0.18.0.
3.0.0.dev0
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_alivethat 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
crsof functioncate.ops.io.read_geo_data_frame
- Function
- Fixed bug with user preferences not being saved correctly.
(#146)
2.3.0.xcube.dev6
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=Trueif applicable - Fixed error when checking JSON Schema properties
2.3.0.xcube.dev5
Version 2.3.0 (in development)
- Open data consolidated when possible
2.3.0.xcube.dev4
Version 2.3.0 (in development)
- Fixed error when checking json schema properties
2.3.0.xcube.dev3
Version 2.3.0 (in development)
- Apply subsetting after opening when subsetting is not provided by data store
2.3.0.xcube.dev2
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
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_aggregationhave been changed. Both parameters
output_resolutionandcustom_resolutionhave been replaced by a single parameter
periodwhose value is a Pandas offset-alias / time frequency value. - Ensure
User-Agentheader 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 newpasswordattribute for itskey.secret,
andtokenparameters. - Now including ODP dataset verification information in data sources for use by Cate App.
- No longer using Travis CI.
2.1.5.dev6
Another preferences fix
2.1.5.dev5
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.