You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current implementation, there is no problem writing netCDF4 as long as the netCDF4 package version is <1.6.0.
With netCDF4>=1.6.0, the zlib: True field of the encoding dictionary is not accepted anymore.
With netCDF4>=1.6.0, the field has to be changed with compression="zlib" . This a back-ward incompatibility.
Expected Behavior
The code has to be adapted to the netCDF version in order to not restrict the netCDF package version!
Is there an existing issue for this?
Current Behavior
With the current implementation, there is no problem writing netCDF4 as long as the netCDF4 package version is <1.6.0.
With netCDF4>=1.6.0, the
zlib: True
field of the encoding dictionary is not accepted anymore.With netCDF4>=1.6.0, the field has to be changed with
compression="zlib"
. This a back-ward incompatibility.Expected Behavior
The code has to be adapted to the netCDF version in order to not restrict the netCDF package version!
Relevant docs:
The text was updated successfully, but these errors were encountered: