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
Right now ragged.regular_to_ragged accepts only numpy array. I think we should expand that function or write a new function that would automatically convert a regular data xarray.dataarray/dataset to a ragged xarray.dataaray/dataset.
The text was updated successfully, but these errors were encountered:
Such a function would do something like the following automatically with a number of checks. Assuming the regular xarray input dataset is ds_in with dimensions traj and dimension coordinate obs. And after having applied a mask to all the variables with dimensions (trajectory,obs).
Right now
ragged.regular_to_ragged
accepts only numpy array. I think we should expand that function or write a new function that would automatically convert a regular data xarray.dataarray/dataset to a ragged xarray.dataaray/dataset.The text was updated successfully, but these errors were encountered: