@idefix37 That is amazing! I will stick to my promise and buy premium.
When I was on that tab and the idea came to me, for a moment I saw the blurred part on the right and I thought that it might have been what I was looking for. But since I found no mention of this new feature in the two most recent updates (I didn’t look hard enough) I thought it maybe was a recap of the different models. May I suggest unblurring one of the models error tab so it’s more clear what they are? Thanks a lot!

Best posts made by pol9
-
RE: Add a mean squared error metric to display the difference between predicted and observed values.
-
Radar zoom presets
Hello, I use the radar level to monitor how rain clouds move around my local area and it’s a little bit annoying to have to zoom in (a lot even) every time I open the windy app, so maybe for premium users, when editing the home starting position you could add a zoom slider similar to the iOS widget.
Also, while I’m here, for the same reason (not enough zoom) the radar widget (iOS) is basically useless, I live in Italy, I don’t care about rain clouds over Zagabria or Switzerland
Latest posts made by pol9
-
Radar zoom presets
Hello, I use the radar level to monitor how rain clouds move around my local area and it’s a little bit annoying to have to zoom in (a lot even) every time I open the windy app, so maybe for premium users, when editing the home starting position you could add a zoom slider similar to the iOS widget.
Also, while I’m here, for the same reason (not enough zoom) the radar widget (iOS) is basically useless, I live in Italy, I don’t care about rain clouds over Zagabria or Switzerland
-
RE: Error 400 for float values
@David-Ryzec-3 I was indeed sending strings, really sorry about that..
I still get the 400 error though, with this text:
{"observations":[{"index":1,"errors":[{"value":"2024-06-25T21:00:00.000Z","property":"time","children":[],"constraints":{"isTimestampInLastNMinutes":"time must be in last 5 minutes"}}Since the stations aren't mine, and I'm just getting the data from an API I can't really control the update times, they usually post a new update every 15 minutes but it depends by the station.. Is there any solution to this? I think in the past you allowed older (albeit timestamped) data, but maybe your policies changed?
Thanks anyways -
RE: Error 400 for float values
@David-Ryzec-3 I send floats
python prints " " when dealing with dicts -
Error 400 for float values
Since a couple of days I noticed my post requests get the 400 error, the text on that is basically this repeated for all the values I send:
{"observations":[{"index":1,"errors":[{"value":"10.4","property":"temp","children":[],"constraints":{"max":"temp must not be greater than 100","min":"temp must not be less than -100","isNumber":"temp must be a number conforming to the specified constraints"}},{"value":"2.5","property":"wind","children":[],"constraints":{"max":"wind must not be greater than 150","min":"wind must not be less than 0","isNumber":"wind must be a number conforming to the specified constraints"}}
I didn't change anything in my code since months, so I'm guessing you guys changed how you handle float values? I really can't figure out why it's giving me so many errors..
-
RE: Add a mean squared error metric to display the difference between predicted and observed values.
@idefix37 That is amazing! I will stick to my promise and buy premium.
When I was on that tab and the idea came to me, for a moment I saw the blurred part on the right and I thought that it might have been what I was looking for. But since I found no mention of this new feature in the two most recent updates (I didn’t look hard enough) I thought it maybe was a recap of the different models. May I suggest unblurring one of the models error tab so it’s more clear what they are? Thanks a lot! -
Add a mean squared error metric to display the difference between predicted and observed values.
In the "Observation vs. forecast" tab it would be really cool to have an index (i'm proposing MSE to keep it simple) that shows how close a particular model was to actual data in the last 10 days, for temperature, wind direction, speed and maybe humidity as well. This would make it easy to learn which model works best for that particular area.
If this is already present, or if you tell me you'll consider adding something along these lines, I'm buying premium immediately -
Cumulative rainfall parameter
Hello, I was wondering if you could add a cumulative rainfall parameter for windy stations, since the data I get from my stations is in that format, and the conversion is a real head ache, that would make it much easier for me.
Thanks!