Skip to content

interpolate_to_grid past bounds #3065

Answered by dopplershift
deadpickle asked this question in Q&A
Discussion options

You must be logged in to vote

As noted in the Stack Overflow question on this, this is due to how natural neighbor interpolation is fundamentally defined. The interpolation is undefined outside the "convex hull" of the source data points.

To avoid those empty regions, you'd need to switch to a different interpolation method, or possibly use another method (e.g. nearest neighbor) that is defined in those cases, to fill in the gaps.

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
2 participants