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

Uses the four nearest neighbours and interpolates bilinearly between those.

Command-line example

gridpp input.nc output.nc -v air_temperature_2m -d bilinear

Library example

import gridpp
ovalues = gridpp.bilinear(igrid, ogrid, temp_analysis[:, :, 0])
Clone this wiki locally