bcdev / nc2zarr

A Python tool that converts NetCDF files to Zarr format
MIT License
9 stars 3 forks source link

Always set output/consolidated #56

Open forman opened 2 years ago

forman commented 2 years ago

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.

Therefore nc2zarr should write consolidated by default too.

forman commented 2 years ago

See #48.