-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgp-2023.json
115 lines (115 loc) · 3.04 KB
/
gp-2023.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"races": [
{
"name": "circuit de Monaco",
"details": {
"country": "Monaco",
"city": "Monte-Carlo",
"length": 3.337,
"turns": 19,
"laps": 78
},
"coordinates": [
7.4276832,
43.7323492
],
"event": "2023-03-05",
"capture": {
"label": "monaco.png",
"path": "/assets/races"
}
},
{
"name": "Circuit de Barcelone-calalogne",
"details": {
"country": "Espagne",
"city": "Montemelo",
"length": 4.655,
"turns": 16,
"laps": 66
},
"coordinates": [
2.25666564,
41.568664392
],
"event": "2023-05-07",
"capture": {
"label": "catalunya.png",
"path": "/assets/races"
}
},
{
"name": "circuit national de Monza",
"details": {
"country": "Italie",
"city": "Monza",
"length": 5.793,
"turns": 11,
"laps": 53
},
"coordinates": [
9.286998852,
45.618997524
],
"event": "2023-06-18",
"capture": {
"label": "monza.png",
"path": "/assets/races"
}
},
{
"name": "Circuit de Silverstone",
"details": {
"country": "Grande-Bretagne",
"city": "Silverstone",
"length": 5.891,
"turns": 18,
"laps": 52
},
"coordinates": [
-1.014818,
52.073273
],
"event": "2023-08-27",
"capture": {
"label": "silverstone.png",
"path": "/assets/races"
}
},
{
"name": "Circuit des Amériques Austin",
"details": {
"country": "Etat-Unis",
"city": "Austin",
"length": 5.513,
"turns": 20,
"laps": 56
},
"coordinates": [
149,
-97.641144,
30.133883
],
"event": "2023-10-22T7:15-05:00",
"capture": {
"label": "austin.png",
"path": "/assets/races"
}
},
{
"name": "Circuit de l'Albert Park",
"details": {
"country": "Australie",
"city": "Melbourne",
"length": 5.303,
"turns": 16,
"laps": 58
},
"coordinates": [
144.97055555555556,
-37.8466667
],
"event": "2023-12-30"
}
]
}