pirateweather
pirateweather copied to clipboard
`pressure` is surface-level pressure not sea-level pressure
Describe the bug
I noticed the other day that the pressure
values shown by Pirate Weather are much lower compared to other sites. It then dawned on me that Pirate Weather is using surface-level pressure instead of sea-level pressure which most other sites used.
I checked the Dark Sky documentation and it defines pressure as:
pressure The sea-level air pressure in millibars.
You've mentioned in the past that you want to try and keep things the same way that Dark Sky did things so this is definitely a bug.
Expected behavior
Pressure should be sea-level pressure
Actual behavior
Pressure is surface-level pressure
API Endpoint
Production
Location
A good location for comparisons is Calgary, AB
Other details
No response
Troubleshooting steps
- [X] I have searched this repository and Home Assistant Repository to see if the issue has already been reported.
- [X] I have read through the API documentation before opening this issue.
- [X] I have written an informative title.