-
I have tried to assign y and x coordinates like this:
However, the DataArray still doesn't have values for y and x coords ... |
Beta Was this translation helpful? Give feedback.
Answered by
zxdawn
Oct 20, 2023
Replies: 1 comment 1 reply
-
Ha, I see. Anyway, I also tried
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, I found out that I need to pass
force_generate=True
to the_make_coords
function. It works now ;)