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
Direct loading via xr.open_dataset() sets ds.encoding['unlimited_dims']
But currently, ncdata.xarray.to_xarray does not do this, meaning that unlimited dims get lost.
( Maybe surprisingly though, this does not affect Dataset.identical() checking : encodings do not count there )
The text was updated successfully, but these errors were encountered:
pp-mo
changed the title
Support unlimited dimensions in via-ncdata xarray loading
Support encoding in to_xarray : notably unlimited_dims
Mar 17, 2024
Direct loading via
xr.open_dataset()
setsds.encoding['unlimited_dims']
But currently,
ncdata.xarray.to_xarray
does not do this, meaning that unlimited dims get lost.( Maybe surprisingly though, this does not affect
Dataset.identical()
checking : encodings do not count there )The text was updated successfully, but these errors were encountered: