We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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)