Wot, no weather? #900
GorseddRock
started this conversation in
General
Replies: 2 comments 3 replies
|
I only looked at some random samples in 2020, 2022 and 2023 just now, but I do also get weather data in those seasons. So this seems to be a problem on your end. Note that if you run the script as shown above, chances are high that some API server involved will rate-limit you. My rough estimate for the script are multiple thousand requests per hour and servers might not tolerate that. This could be part of your problem. |
3 replies
|
Ok, so that seems to confirm it's me. I'll try harder.....
Thanks for your help, both.
Richard
I'm getting weather for every session since 2018 as far as I have checked
—
Reply to this email directly, view it on GitHub , or unsubscribe .
Triage notifications on the go with GitHub Mobile for iOS or Android .
You are receiving this because you authored the thread. Message ID: <theOehrly/Fast-F1/repo-discussions/900/comments/16814965 @ github . com>
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm trying to extract weather data for Qualifying sessions and am trying to find out if there is any definitive list of where weather data is present. I am finding that there is a mix of years data available. Extract from my code:
So for this range I find:
2020: no weather data
2021: complete season of weather data
2022: no weather data
2023: no weather data
2024: complete season
2025: complete season
I'm running on version 3.8.2 of fastf1.
I'm not quite a newbie to python, but happy to accept I've done something stupid, but be gentle with me!
Any suggestions gratefully received!
All reactions