-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Is your feature request related to a problem?
when using h5netcdf as a backend. Writing the same exact content to two different files results in unique md5 checksum for the two identical xarray files.
Describe the solution you'd like
When saving an nc file. allow track_order=False to be passed as an arg
Describe alternatives you've considered
using netcdf4 engine
Additional context
No response
jhamman