MetPy icon indicating copy to clipboard operation
MetPy copied to clipboard

Calculate altimiter values from station pressure?

Open nitrogen76 opened this issue 1 year ago • 2 comments

What should we add?

It would be nice (unless I can't figure out how to do this with existing code, which is absolutely a posibility also) to be able to calculate altimeter values from station pressure (and of course height), as well as sea level pressure from station pressure (and temp and height)

I see we have the reverse for both, but it'd be nice to be able to convert the opposite.

Reference

Formula I currently use to do this in other code is this: https://www.weather.gov/media/epz/wxcalc/stationPressure.pdf

But would be nice if I could do it in other code with metpy as well

nitrogen76 avatar Jan 21 '24 03:01 nitrogen76

#2586 is related to this.

sgdecker avatar Jan 23 '24 14:01 sgdecker

We're probably not going to get to this for awhile, but would be happy to see someone tackle this, it should be straightforward. It doesn't look like the above PDF matches anything we do internally, so it would be good to track down a proper scholarly source for that if it's the best way to proceed.

dopplershift avatar Feb 14 '24 22:02 dopplershift