bcdev / nc2zarr

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

Handle consolidated Zarrs correctly when appending #48

Closed pont-us closed 3 years ago

pont-us commented 3 years ago

Fixes #47 .

The important change in this PR consists of a few additional lines in dataslice.py to detect and correctly handle consolidated Zarrs. Apart from that, it's just updates and improvements to unit tests.