Skip to content

0.2.1

Compare
Choose a tag to compare
@forman forman released this 05 Nov 15:08

Changes in 0.2.1

Enhancements

  • Added new CLI tool xcube edit and API function xcube.api.edit_metadata
    which allows editing the metadata of an existing xcube dataset. (#170)
  • xcube serve now recognises xcube datasets with
    metadata consolidated by the xcube opmimize command. (#141)

Fixes

  • xcube gen now parses time stamps correcly from input data. (#207)
  • Dataset multi-resolution pyramids (*.levels directories) can be stored in cloud object storage and are now usable with xcube serve (#179)
  • xcube optimize now consolidates metadata only after consolidating
    coordinate variables. (#194)
  • Removed broken links from ./README.md (#197)
  • Removed obsolete entry points from ./setup.py.