Skip to content

0.10.2.dev0

Pre-release
Pre-release
Compare
Choose a tag to compare
@forman forman released this 01 Mar 17:47
684bdbd

Changes in 0.10.2 (in development)

Enhancements

  • xcube serve used to shut down with an error message
    if it encountered datasets it could not open. New behaviour
    is to emit a warning and ignore such datasets. (#630)

  • Introduced parameter base_dataset_id for writing multi-level
    datasets with the "file", "s3", and "memory" data stores.
    If given, the base dataset will be linked only with the
    value of base_dataset_id, instead of being copied as-is.
    This can save large amounts of storage space. (#617)

Fixes

  • Fixed FsDataAccessor.write_data() implementations,
    which now always return the passed in data_id. (#623)

  • Fixes an issue where some datasets seemed to be shifted in the
    y-(latitude-) direction and were misplaced on maps whose tiles
    are served by xcube serve. Images with ascending y-values are
    now tiled correctly. (#626)

Other

  • Replace the dependency on the rfc3339-validator PyPI package with a
    dependency on its recently created conda-forge package.

  • Remove unneeded dependency on the no longer used strict-rfc3339 package.