https://github.com/isma1306/wetbulb-forecast
A tiny app that calculates and shows the wet bulb temperature for a location.
https://github.com/isma1306/wetbulb-forecast
Last synced: 8 months ago
JSON representation
A tiny app that calculates and shows the wet bulb temperature for a location.
- Host: GitHub
- URL: https://github.com/isma1306/wetbulb-forecast
- Owner: Isma1306
- License: gpl-3.0
- Created: 2023-08-02T16:30:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T16:34:09.000Z (over 2 years ago)
- Last Synced: 2025-02-14T23:38:39.606Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://wetbulb-8f6k.onrender.com/
- Size: 748 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wetbulb-forecast
A tiny app that calculates and shows the wet bulb temperature for a location.
if you want to know about the web-bulb temperature check here: https://en.wikipedia.org/wiki/Wet-bulb_temperature
the app uses data from https://open-meteo.com thanks for the data!!!
the BE takes the calls and calculates the wet-bulb temp using the following equation:
Tw = T _ arctan[0.151977 _ (rh% + 8.313659)^(1/2)] + arctan(T + rh%) - arctan(rh% - 1.676331) + 0.00391838 _(rh%)^(3/2) _ arctan(0.023101 \* rh%) - 4.686035
that as far as I know it is a good aproximation. Here you can read more about it: https://journals.ametsoc.org/view/journals/apme/50/11/jamc-d-11-0143.1.xml