There was an error while loading. Please reload this page.
Gridpp can compute QNH from surface pressure and altitude.
import gridpp pressure = 90000 # pa altitude = 1000 # m qnh = gridpp.qnh(pressure, altitude)