Opened this issue 3 years ago · 1 comments
In recent versions of xarrays.Dataset.to_zarr(), the consolidated kwarg is None and the Zarr is expected to already be consolidated. Otherwise warnings are issued.
xarrays.Dataset.to_zarr()
consolidated
None
Therefore nc2zarr should write consolidated by default too.
See #48.