kbberendsen commited on
Commit
416452f
1 Parent(s): 6af1ff2

Load first race and cache

Browse files
.gitattributes CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
34
  *.ff1pkl filter=lfs diff=lfs merge=lfs -text
35
 
36
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
34
  *.ff1pkl filter=lfs diff=lfs merge=lfs -text
35
 
36
  *tfevents* filter=lfs diff=lfs merge=lfs -text
37
+ *.sqlite filter=lfs diff=lfs merge=lfs -text
cache/2023/2023-07-02_Austrian_Grand_Prix/2023-07-02_Race/car_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:544e47d73fcfdc30793cf95227b801298533cc5712beace75781676730ac0704
3
+ size 40213797
cache/2023/2023-07-02_Austrian_Grand_Prix/2023-07-02_Race/driver_info.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dec3283b6bfb79cd36c4f281530262db38d2afdd36f9fbd5a163dff963c28bd6
3
+ size 5244
cache/2023/2023-07-02_Austrian_Grand_Prix/2023-07-02_Race/lap_count.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00deb1cbfea77cb1fe7365eb1946e78793ca948c6b3a200499f749b1b3ee86f3
3
+ size 1447
cache/2023/2023-07-02_Austrian_Grand_Prix/2023-07-02_Race/position_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1bbbd1ed038d46343a3cada0a4f88059d6fb1f0dd840b68dd651b096b7a8b9a
3
+ size 44547020
cache/2023/2023-07-02_Austrian_Grand_Prix/2023-07-02_Race/race_control_messages.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bb789051a28b601927611b59f07549b2f65984c7b762440b44c3c9c36e69b5a
3
+ size 22452
cache/2023/2023-07-02_Austrian_Grand_Prix/2023-07-02_Race/session_status_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a830ee5e74f9af8989dbdd16d0ecf173a7332bbc8c4f09d5092aaf9e8a3e463e
3
+ size 214
cache/2023/2023-07-02_Austrian_Grand_Prix/2023-07-02_Race/timing_app_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cb4be1e82a72ce3ade7a789adbba514d31cbcfb90c20c0583948085506ce754
3
+ size 113098
cache/2023/2023-07-02_Austrian_Grand_Prix/2023-07-02_Race/timing_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01fef9fad39721883e4d7640634ca14d9f1531277edaa368b087399526c597aa
3
+ size 1100107
cache/2023/2023-07-02_Austrian_Grand_Prix/2023-07-02_Race/track_status_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:685cb00dc44ed3b8f8474ee151bb7abe40a9760b74a384ef921a5be3586bb50b
3
+ size 373
cache/2023/2023-07-02_Austrian_Grand_Prix/2023-07-02_Race/weather_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45128456da997c8059a0577359e93f0617e7ce09609f51fc7d6389c28510c1ca
3
+ size 9992
cache/fastf1_http_cache.sqlite CHANGED
Binary files a/cache/fastf1_http_cache.sqlite and b/cache/fastf1_http_cache.sqlite differ
 
f1.py CHANGED
@@ -2,3 +2,5 @@ import fastf1 as ff1
2
 
3
  ff1.Cache.enable_cache('.\cache')
4
 
 
 
 
2
 
3
  ff1.Cache.enable_cache('.\cache')
4
 
5
+ session = ff1.get_session(2023, 'Austria', 'R')
6
+ session.load()