Skip to content

Add subcommands for handling of Zarr stores

Lukas Kluft requested to merge add-cli into main

This MR adds two new subcommands

  • init_zarr to initialise an empty Zarr store from a YAML description
  • extend_time to overwrite the time coordinate (shape and value) of an existing Zarr store

Merge request reports