Skip to content

Commit 2ec21b0

Browse files
committed
feat(dataset): add new vehicle specifications for multiple brands and model years
- Cadillac, Chevrolet, Citroen, Fiat, Nissan, Rivian, Skoda, and Toyota
1 parent ade33ac commit 2ec21b0

275 files changed

Lines changed: 15733 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
{
2+
"$schema": "../../../../schema.json",
3+
"schema_version": "1.0.0",
4+
"year": 2024,
5+
"trim": {
6+
"slug": "base",
7+
"name": "Base"
8+
},
9+
"markets": [
10+
"US"
11+
],
12+
"availability": {
13+
"status": "production",
14+
"start_year": 2024
15+
},
16+
"powertrain": {
17+
"drivetrain": "awd",
18+
"system_power_kw": 488,
19+
"system_torque_nm": 867,
20+
"motors": [
21+
{
22+
"position": "front",
23+
"type": "pmsm",
24+
"power_kw": 244
25+
},
26+
{
27+
"position": "rear",
28+
"type": "pmsm",
29+
"power_kw": 244
30+
}
31+
]
32+
},
33+
"battery": {
34+
"chemistry": "li-ion",
35+
"pack_capacity_kwh_gross": 111,
36+
"pack_capacity_kwh_net": 105,
37+
"thermal_management": "liquid",
38+
"heat_pump": true
39+
},
40+
"charge_ports": [
41+
{
42+
"kind": "combo",
43+
"connector": "ccs1",
44+
"location": {
45+
"side": "left",
46+
"position": "rear"
47+
}
48+
}
49+
],
50+
"charging": {
51+
"ac": {
52+
"max_power_kw": 19.2,
53+
"phases": 1
54+
},
55+
"dc": {
56+
"max_power_kw": 200,
57+
"architecture_voltage_class": "400v"
58+
}
59+
},
60+
"range": {
61+
"rated": [
62+
{
63+
"cycle": "epa",
64+
"range_km": 487
65+
}
66+
]
67+
},
68+
"dimensions": {
69+
"length_mm": 5517,
70+
"width_mm": 2080,
71+
"height_mm": 1453,
72+
"wheelbase_mm": 3110
73+
},
74+
"weights": {
75+
"curb_weight_kg": 2900
76+
},
77+
"performance": {
78+
"acceleration_0_100_kmh_s": 3.7,
79+
"top_speed_kmh": 241
80+
},
81+
"sources": [
82+
{
83+
"type": "oem",
84+
"title": "2024 Cadillac Celestiq Specifications",
85+
"url": "https://www.cadillac.com/electric/celestiq",
86+
"accessed_at": "2025-12-29T00:00:00Z"
87+
}
88+
]
89+
}
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
{
2+
"$schema": "../../../../schema.json",
3+
"schema_version": "1.0.0",
4+
"year": 2025,
5+
"trim": {
6+
"slug": "base",
7+
"name": "Base"
8+
},
9+
"markets": [
10+
"US"
11+
],
12+
"availability": {
13+
"status": "production",
14+
"start_year": 2024
15+
},
16+
"powertrain": {
17+
"drivetrain": "awd",
18+
"system_power_kw": 488,
19+
"system_torque_nm": 867,
20+
"motors": [
21+
{
22+
"position": "front",
23+
"type": "pmsm",
24+
"power_kw": 244
25+
},
26+
{
27+
"position": "rear",
28+
"type": "pmsm",
29+
"power_kw": 244
30+
}
31+
]
32+
},
33+
"battery": {
34+
"chemistry": "li-ion",
35+
"pack_capacity_kwh_gross": 111,
36+
"pack_capacity_kwh_net": 105,
37+
"thermal_management": "liquid",
38+
"heat_pump": true
39+
},
40+
"charge_ports": [
41+
{
42+
"kind": "combo",
43+
"connector": "nacs",
44+
"location": {
45+
"side": "left",
46+
"position": "rear"
47+
}
48+
}
49+
],
50+
"charging": {
51+
"ac": {
52+
"max_power_kw": 19.2,
53+
"phases": 1
54+
},
55+
"dc": {
56+
"max_power_kw": 200,
57+
"architecture_voltage_class": "400v"
58+
}
59+
},
60+
"range": {
61+
"rated": [
62+
{
63+
"cycle": "epa",
64+
"range_km": 487
65+
}
66+
]
67+
},
68+
"dimensions": {
69+
"length_mm": 5517,
70+
"width_mm": 2080,
71+
"height_mm": 1453,
72+
"wheelbase_mm": 3110
73+
},
74+
"weights": {
75+
"curb_weight_kg": 2900
76+
},
77+
"performance": {
78+
"acceleration_0_100_kmh_s": 3.7,
79+
"top_speed_kmh": 241
80+
},
81+
"sources": [
82+
{
83+
"type": "oem",
84+
"title": "2025 Cadillac Celestiq Specifications",
85+
"url": "https://www.cadillac.com/electric/celestiq",
86+
"accessed_at": "2025-12-29T00:00:00Z"
87+
}
88+
]
89+
}

src/cadillac/celestiq/base.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"$schema": "../../../schema.json",
3+
"schema_version": "1.0.0",
4+
"make": {
5+
"slug": "cadillac",
6+
"name": "Cadillac"
7+
},
8+
"model": {
9+
"slug": "celestiq",
10+
"name": "Celestiq"
11+
},
12+
"vehicle_type": "passenger_car",
13+
"body": {
14+
"style": "sedan",
15+
"doors": 4,
16+
"seats": 5
17+
}
18+
}
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
{
2+
"$schema": "../../../../schema.json",
3+
"schema_version": "1.0.0",
4+
"year": 2025,
5+
"trim": {
6+
"slug": "base",
7+
"name": "Base"
8+
},
9+
"markets": [
10+
"US",
11+
"CA"
12+
],
13+
"availability": {
14+
"status": "production",
15+
"start_year": 2024
16+
},
17+
"powertrain": {
18+
"drivetrain": "awd",
19+
"system_power_kw": 507,
20+
"system_torque_nm": 1064,
21+
"motors": [
22+
{
23+
"position": "front",
24+
"type": "pmsm",
25+
"power_kw": 253.5
26+
},
27+
{
28+
"position": "rear",
29+
"type": "pmsm",
30+
"power_kw": 253.5
31+
}
32+
]
33+
},
34+
"battery": {
35+
"chemistry": "li-ion",
36+
"pack_capacity_kwh_gross": 200,
37+
"pack_capacity_kwh_net": 192,
38+
"module_count": 24,
39+
"thermal_management": "liquid",
40+
"heat_pump": true
41+
},
42+
"charge_ports": [
43+
{
44+
"kind": "combo",
45+
"connector": "nacs",
46+
"location": {
47+
"side": "left",
48+
"position": "rear"
49+
}
50+
}
51+
],
52+
"charging": {
53+
"ac": {
54+
"max_power_kw": 19.2,
55+
"phases": 1
56+
},
57+
"dc": {
58+
"max_power_kw": 350,
59+
"architecture_voltage_class": "800v"
60+
}
61+
},
62+
"range": {
63+
"rated": [
64+
{
65+
"cycle": "epa",
66+
"range_km": 724
67+
}
68+
]
69+
},
70+
"dimensions": {
71+
"length_mm": 5687,
72+
"width_mm": 2167,
73+
"height_mm": 1933,
74+
"wheelbase_mm": 3469
75+
},
76+
"weights": {
77+
"curb_weight_kg": 3800
78+
},
79+
"performance": {
80+
"acceleration_0_100_kmh_s": 4.7,
81+
"top_speed_kmh": 193
82+
},
83+
"sources": [
84+
{
85+
"type": "oem",
86+
"title": "2025 Cadillac Escalade IQ Specifications",
87+
"url": "https://www.cadillac.com/electric/escalade-iq",
88+
"accessed_at": "2025-12-29T00:00:00Z"
89+
}
90+
]
91+
}

src/cadillac/escalade_iq/base.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"$schema": "../../../schema.json",
3+
"schema_version": "1.0.0",
4+
"make": {
5+
"slug": "cadillac",
6+
"name": "Cadillac"
7+
},
8+
"model": {
9+
"slug": "escalade_iq",
10+
"name": "Escalade IQ"
11+
},
12+
"vehicle_type": "suv",
13+
"body": {
14+
"style": "suv",
15+
"doors": 5,
16+
"seats": 7,
17+
"rows": 3
18+
}
19+
}

src/cadillac/lyriq/2023/lyriq.json

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"$schema": "../../../../schema.json",
3+
"schema_version": "1.0.0",
4+
"year": 2023,
5+
"trim": {
6+
"slug": "rwd",
7+
"name": "Rear-Wheel Drive"
8+
},
9+
"markets": [
10+
"US",
11+
"CA"
12+
],
13+
"availability": {
14+
"status": "production",
15+
"start_year": 2023
16+
},
17+
"powertrain": {
18+
"drivetrain": "rwd",
19+
"system_power_kw": 257,
20+
"system_torque_nm": 440,
21+
"motors": [
22+
{
23+
"position": "rear",
24+
"type": "pmsm",
25+
"power_kw": 257,
26+
"torque_nm": 440
27+
}
28+
]
29+
},
30+
"battery": {
31+
"chemistry": "li-ion",
32+
"pack_capacity_kwh_gross": 100.4,
33+
"pack_capacity_kwh_net": 95.0,
34+
"thermal_management": "liquid",
35+
"heat_pump": true
36+
},
37+
"charge_ports": [
38+
{
39+
"kind": "combo",
40+
"connector": "ccs1",
41+
"location": {
42+
"side": "left",
43+
"position": "rear"
44+
}
45+
}
46+
],
47+
"charging": {
48+
"ac": {
49+
"max_power_kw": 11.5,
50+
"phases": 1
51+
},
52+
"dc": {
53+
"max_power_kw": 190,
54+
"architecture_voltage_class": "400v"
55+
}
56+
},
57+
"range": {
58+
"rated": [
59+
{
60+
"cycle": "epa",
61+
"range_km": 505
62+
}
63+
]
64+
},
65+
"dimensions": {
66+
"length_mm": 4996,
67+
"width_mm": 1976,
68+
"height_mm": 1623,
69+
"wheelbase_mm": 3094
70+
},
71+
"weights": {
72+
"curb_weight_kg": 2550
73+
},
74+
"performance": {
75+
"acceleration_0_100_kmh_s": 6.0,
76+
"top_speed_kmh": 193
77+
},
78+
"sources": [
79+
{
80+
"type": "oem",
81+
"title": "2023 Cadillac Lyriq Specifications",
82+
"url": "https://www.cadillac.com/electric/lyriq",
83+
"accessed_at": "2025-12-29T00:00:00Z"
84+
}
85+
]
86+
}

0 commit comments

Comments
 (0)