jdemaeyer / brightsky

JSON API for DWD's open weather data.
https://brightsky.dev/
MIT License
300 stars 18 forks source link

Fix parsing reduced pressure from recent observations #66

Closed jdemaeyer closed 4 years ago

jdemaeyer commented 4 years ago

We're parsing P0 (pressure at station height) when we should be parsing P (pressure at mean sea level).

For some stations P is not available, but P0 is. Should we deduct P using the barometric formula?