Created
October 1, 2024 11:39
-
-
Save Cadair/4a03750868e044ac4bdd6f3a04ed7abc to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of
you should do
so the coordinates of the Dataset have an attached index (enabling those coordinates to be used with
ds.sel(...)
,xr.align(ds)
, etc.).