Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dew point algorithm does not return correct value #72

Open
oyve opened this issue Dec 25, 2020 · 0 comments
Open

Dew point algorithm does not return correct value #72

oyve opened this issue Dec 25, 2020 · 0 comments

Comments

@oyve
Copy link

oyve commented Dec 25, 2020

ACTUAL:
environment.outside.temperature | 305.9 (K)
environment.outside.humidity | 60.288 (RATIO)
environment.outside.dewPointTemperature | 401.05639938388276 (K)

EXPECTED:
outside.dewPointTemperature should be closer to 297 (K)

A fix could be to use a weather formula library I created some time back, and who supports several different algorithms and picks the best one based on different input ranges.
https://github.com/oyve/weather-formulas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant