Skip to content
Thomas Nipen edited this page Apr 7, 2020 · 8 revisions

Uses the four nearest neighbours and interpolates bilinearly between those.

Options

None

Python example

import gridpp
ovalues = gridpp.nearest(igrid, ogrid, ivalues)
Clone this wiki locally