diff --git a/kerchunk/netCDF3.py b/kerchunk/netCDF3.py index d43b6b97..5df2d9eb 100644 --- a/kerchunk/netCDF3.py +++ b/kerchunk/netCDF3.py @@ -197,7 +197,7 @@ def translate(self): dtype=var.data.dtype, fill_value=fill, chunks=shape, - compression=None, + compressor=None, ) part = ".".join(["0"] * len(shape)) or "0" k = f"{dim}/{part}" @@ -251,7 +251,7 @@ def translate(self): dtype=base, fill_value=fill, chunks=(1,) + dtype.shape, - compression=None, + compressor=None, ) arr.attrs.update( {