Replies: 1 comment
-
can you post an image of the HTML repr of your dataset (or at least its coordinates section)? That might help with figuring out what is going on. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I was given some latitude and longitude pairs corresponding to the corners of a polygon:
My netcdf has latitude and longitude as 2D variables, but these (and the other variables) are defined with 1-D coords as eta_rho and xi_rho (x and y). Given the corners, I found the corresponding indexes and cropped my original file using them:
However, when I plot the cropped domain, it doesn't really correspond to the polygon. See figure below.
Has anyone had this issue before? Tips?
Beta Was this translation helpful? Give feedback.
All reactions