bcdev / nc2zarr

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

Attributes of concatenation dimension variable are lost during dimension assignment #32

Closed TonioF closed 3 years ago

TonioF commented 3 years ago

This occurs when the concatenation dimension (usually time) has no dimension: A new data array is created to replace the existing variable, but the attributes are not copied.

forman commented 3 years ago

This has already been fixed on branch https://github.com/bcdev/nc2zarr/tree/forman-19-batch