Replies: 1 comment 3 replies
-
Related: #209 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey folks,
I'm working with unequal spaced data and want to regularise using rioxarrays
reproject_match()
. For that I extract lan/lot, the desired variable and create a new DataArray with that. Afterwards I create a dummy DataArray with the target grid. In the last step I'm usingreproject_match()
to project the irregular grid to the target grid. But when executingreproject_match()
I get: "ValueError: IndexVariable objects must be 1-dimensional".I did:
I would like to understand why the error happens and also (obviously) how to fix it.
Beta Was this translation helpful? Give feedback.
All reactions