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

Add "apparent temperature" parameter #112

Open
kaerbr opened this issue May 30, 2021 · 3 comments
Open

Add "apparent temperature" parameter #112

kaerbr opened this issue May 30, 2021 · 3 comments

Comments

@kaerbr
Copy link

kaerbr commented May 30, 2021

Is it possibe to add a "feels like temperatur"? (:

@jdemaeyer
Copy link
Owner

Hi @kaerbr

I am a little hesitant to add this as we're trying to stay close to the DWD raw data and they do not provide an apparent temperature. On the other hand, we have already added an icon field (without basis in the DWD data) on the grounds that it's useful for many use cases and helps with replacing Dark Sky, so there's definitely a good case to be made for adding an apparent_temperature field.

I found a simple wind chill index formula used in North America. The DWD apparently uses a more complex "Klima-Michel-Modell" for which I couldn't find any formula(s) and which is not published on the open data server. Do you have any experience with these?

@kaerbr
Copy link
Author

kaerbr commented Jun 1, 2021

Hi @jdemaeyer ,

I do see your point, in staying as close as possible to the DWD API / raw data. Furthermore I must admit, that I havent looked up what data is provided from DWD. 🙈

I'm very much no expert with climate models. But on a short research on the Klima-Michel-Modell it seems like there is too much variation that one has to take in account that its not worth the effort.

The wind chill index formular seems more straight forward but I guess it's more for really cold environments?!

But thanks for the detailed comment! (:

@jdemaeyer
Copy link
Owner

Apparently people are pretty upset with the wind chill index and, like you say, it's geared towards frostbite warning, and not meant as a more general "feels like" temperature.

There is an apparent temperature formula developed by Robert Steadman which could match what we're looking for. However, it requires knowing the solar radiation. We're currently not parsing this parameter but it is available in both real-world observations (albeit at only very few stations) and MOSMIX (Rad1h), so if we add parsing for these we could also spit out an apparent_temperature according to Steadman's formula.

I find this intriguing and it's definitely a useful feature for Bright Sky, however I cannot make any promises when I'll get to it :/ (I am open for PRs of course ;))

@jdemaeyer jdemaeyer changed the title [FEAT] "feels like temperatur" Add "apparent temperature" parameter Nov 23, 2021
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

2 participants