-
Notifications
You must be signed in to change notification settings - Fork 16
Bilinear
Thomas Nipen edited this page Apr 22, 2020
·
8 revisions
Uses the four nearest neighbours and interpolates bilinearly between those.
gridpp input.nc output.nc -v air_temperature_2m -d bilinear
import gridpp
ovalues = gridpp.bilinear(igrid, ogrid, temp_analysis[:, :, 0])