Adam Stewart

Results 32 comments of Adam Stewart

I'd be happy to also look over any data you get. It's always the nicer side of the problem if wind is happening in-game but not predicted by the current...

Yes I have done an experiment before where I have observed the wind speed predictions changing within the hour that has the possibility to affect the forecast, but I'd be...

The relevant logic is here: https://github.com/5310/discord-bot-castform/blob/adcef34a015466c1f22a5b1bd97d20a8561db742/model-ajstewart.js#L155-L182 Line 173 is the windy decision. However on my instance I run the gust threshold as `29.6`, not `30` as is used here in...

No problem, that excellent resource put me on this path (there are some other comments in there about rain as well). We get windy a lot here, I could test...

Ah cool, ok my js is good enough that I matched your commit with my own change. We actually have windy weather now! I will keep monitoring it.

Looking at your code and the model proposed by th0rnleaf, am I right in thinking that currently wind and rain override is possibly being applied to too many accuweather labels?...

Sorry I didn’t explain properly - it almost certainly isn’t the pull hour, I’m purely talking about how it interprets what it sees if it *was* the pull hour. So...

I would try following the model in his spreadsheet (https://docs.google.com/spreadsheets/d/1v51qbI1egh6eBTk-NTaRy3Qlx2Y2v9kDYqmvHlmntJE/edit#gid=0) so the code would need some sort of filter on if the AccuWeather label is non-override one (for example =...

Cool thanks for doing it so fast! I'll pull this now ready for the next hour. Still a promising run going either 3pm or 4pm local time forecast when you...

In the latest version the model is not implemented correctly. I didn't notice it last night but you're missing defining the windy allowed list and also things are becoming windy...