Skip to content

Releases: esa-cci/xcube-cci

0.6.1.dev0

19 Feb 16:31
44bb76e
Compare
Choose a tag to compare
0.6.1.dev0 Pre-release
Pre-release

Changes in 0.6.1. (under development)

  • Removed constant-valued parameters from opener schema
  • Renamed store parameters opensearch_url and opensearch_description_url to
    endpoint_url and endpoint_description_url, respectively.
  • Chunkstore considers bounding box when accessing data. Less data is accessed and normalized. (#33)
  • Fixed time range detection for datasets with daily time frequency.
  • Fixed problem with the encoding of a dataset's coordinate variables that occurs
    when using xcube_cci with xcube 0.6.0. (#27)
  • Removed CLI

0.6.0

26 Nov 08:26
Compare
Choose a tag to compare
  • Support type specifiers #18.
    The CCI Store supports type specifiers dataset and dataset[cube]
  • Descriptions of variables and dimensions are different for the same dataset,
    depending on what type specifier is set.
  • There are now two DataOpeners: The CciOdpDatasetOpener and the CciOdpCubeOpener.
    Both openers are used by the CciOdpDataStore, with the CciOdpDatasetOpener being the default.
    The CciOdpDatasetOpener will open any data sets from the CCI Open Data Portal without changing their dimensions.
    The CciOdpCubeOpener will normalize datasets to have dimensions lat, lon, time (and possibly others).
    Subsetting is only supported for data cubes.
    As not all datasets can be normalized to cubes, the CciOdpCubeOpener supports a subset of the datasets that can be accessed with the CciOdpDatasetOpener.
  • Establish common data store conventions (#10
  • xcube-cci can now get the time ranges for satellite-orbit-frequency datasets available via opensearch
  • Introduced new optional parameters to CciStore:
    • enable_warnings
    • num_retries
    • _retry_backoff_max
    • _retry_backoff_base
  • Updated setup.py #16
  • Added opener parameters time_range and spatial_res
  • String-encoded variables are added to datasets as metadata
  • Updated example notebooks

v0.5.0

30 Jun 17:53
Compare
Choose a tag to compare

Initial version.
This version has been designed to work with the xcube store framework that has been introduced with
xcube v0.5.0.
It affords

  • a CciOdpDataOpener Implementaton for opening datasets from the ESA CCI Open Data Portal.
    The Opener has open parameters variable_names, time_period, bbox, and crs.
  • a CciStore Implementation that uses and extends the aforementioned opener and allows for searching
    the ESA CCI Open Data Portal