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
f"Error: variable '{var}' has unknown dimension size of {len(ds[var])}, which is not traj={nb_traj} or obs={nb_obs}."
)
attrs_variables[var] =ds[var].attrs
Some assumptions are currently needed for the dimension names (currently assumed "traj" and "obs"). The method should allow the user to specify dimension names to use, in absence of an established convention.
The text was updated successfully, but these errors were encountered:
As discussed with @selipot on 10/20, it's in scope for clouddrift to allow getting a
RaggedArray
instance from anxarray.Dataset
.RaggedArray.from_netcdf()
already does this internally, i.e.:clouddrift/clouddrift/dataformat.py
Lines 78 to 97 in 437c0e4
Some assumptions are currently needed for the dimension names (currently assumed "traj" and "obs"). The method should allow the user to specify dimension names to use, in absence of an established convention.
The text was updated successfully, but these errors were encountered: