Skip to content

Sample notebooks for adding crs variable to existing zarr store and editing metadata

Parker A Norton requested to merge crs_and_metadata_samples into main

Adding a crs variable and editing metadata are split into two notebooks. The crs notebook provides an example for adding a variable to an existing zarr store without having to rewrite all the data. The metadata notebook shows an effective and efficient way to easily add/modify the attributes for variables in an existing zarr store. This addresses a question on issue #60 (closed)

Merge request reports