bcdev / nc2zarr

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

Lake Water Quality conversion fails with assertion error in xarray Zarr backend #14

Closed pont-us closed 3 years ago

pont-us commented 3 years ago

Conversion using the attached file produces "AssertionError: We should never get here. Function logic must be wrong." (see traceback)

config.yaml.zip traceback.txt

forman commented 3 years ago

Use this

process:
  rechunk:
    "*":
      lon: 2880
      lat: 1440
      time: 1
    lon: null
    lat: null
    time: 365
    time_bnds:
      time: 365
      bnds: 2
forman commented 3 years ago

Will be closed by #15