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
expected_axes=set("XYZT") # TODO: Update after we have support for 2D spatial fields
205
205
ifmissing_axes:= (expected_axes-set(ds.cf.axes)):
206
206
raiseValueError(
207
-
f"Dataset missing metadata for axes {missing_axes} to have coordinates for all {expected_axes} axes according to CF conventions. HINT: Add metadata attribute axis - e.g., ds['lat'].attrs['axis'] = 'Y'"
207
+
f"Dataset missing CF compliant metadata for axes "
208
+
f"{missing_axes}. Expected 'axis' attribute to be set "
0 commit comments