Skip to content

Interpolate_to_grid: boundary_coords #2390

Answered by wxbinge
wxbinge asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, I figured it out.

The boundary coordinates are from the x and y coordinates in the function, in my case, it's x_masked and y_masked.

So my boundary is between np.min(x_masked) - np.max(x_masked) and np.min(y_masked) - np.max(y_masked).

My x_masked and y_masked variables are grid points, but I was using longitude and latitude values.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dopplershift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant