Releases: xcube-dev/xcube-cds
Releases · xcube-dev/xcube-cds
1.2.0
Changes in 1.2.0
- Add data access for ERA5 hourly time-series data on single levels from 1940 to present. (#112)
- Add data access for Land cover classification gridded maps from 1992 to present derived from satellite observations (#113)
Full Changelog: v1.1.1...v1.2.0
1.1.1
Changes in 1.1.1
- Adjust time range in ERA5 demo notebook. (#106)
- Add data access for monthly drought indices from 1940 to present derived from ERA5 reanalysis. (#109)
- Add data access for monthly drought indices from 1940 to present derived from ERA5 ensemble members. (#110)
- Support chunking of returned datasets. (#110)
Full Changelog: v1.1.0...v1.1.1
v1.1.0
1.0.0
0.9.3
0.9.2
- Update dataset handlers to deal with recent changes in the CDS backend API (fixes #68).
- Add
endpoint_urlandcds_api_keyto store parameters schema (fixes #65). - Update example notebooks to use the
new_data_storefunction (closes #70). - Provide version number in
xcube_cds.__version__andxcube_cds.versionrather thanxcube_cds.version.version(closes #56). - Added support for sea ice thickness dataset (closes #61). This includes a Jupyter notebook to validate its functionality.
0.9.1
0.9.0
0.8.1
0.8.0
- Store methods
get_type_specifierandget_type_specifiers_for_datanow
return values in correct format (strings instead of type specifiers) - Provided xcube data store framework interface compatibility with
breaking changes in xcube 0.8.0 (see
xcube-dev/xcube#420). - Soil moisture dataset handler updated to avoid "Request too large" errors
(closes #48) - CdsDataOpener.open_data now logs the xcube-cds version number to stderr.