We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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, ivalues)