convert_pressure(760) # Gives a standard pressure of 1013.25 hPa
convert_pressure(760, lat=70, alt=100) # Gives a higher pressure because of higher g
convert_pressure(760, lat=70, alt=100, atb=20) # Gives a lower pressure because the
# temperature correction is larger than
# the gravity correction.
Run the code above in your browser using DataLab