aboutsummaryrefslogtreecommitdiff
path: root/data/tables/ev_crash_course/epa_ranges.yaml
blob: 18922c67acc4a8e01af1db4352956cf644bad3a3 (plain)
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
---
# table name (required)
name: "EPA Efficiency and Range Ratings"

# table columns (required)
cols:
  - id: "model"
    name: "Model"
    tip: "Vehicle make, model, and year."
  - id: "efficiency"
    name: "Efficiency"
    tip: "Energy efficiency."
  - id: "capacity"
    name: "Capacity"
    tip: "Energy capacity."
  - id: "range"
    name: "Range (miles)"
    tip: "EPA estimated range, in miles."
    align: "right"

# table rows (required)
rows:
- model: "[2019 Tesla Model 3 LR AWD](https://fueleconomy.gov/feg/Find.do?action=sbs&id=41190 \"2019 Tesla Model 3 LR AWD (my car)\")"
  efficiency: "290 Wh/mi"
  capacity: "75 kWh"
  range: "310 mi"
- model: "[2017 Hyundai Ioniq Hybrid](https://www.fueleconomy.gov/feg/noframes/38484.shtml \"2017 Hyundia Ioniq Hybrid\")"
  efficiency: "55 MPG"
  capacity: "11.9 gallons"
  range: "**650 mi**"
- model: "[2021 Ford Mustang Mach-E Standard RWD](https://fueleconomy.gov/feg/Find.do?action=sbs&id=43604 \"2021 Ford Mustang Mach-E Standard RWD\")"
  efficiency: "295 Wh/mi"
  capacity: "64 kWh"
  range: "230 mi"
- model: "[2020 Hyundai Kona EV](https://fueleconomy.gov/feg/Find.do?action=sbs&id=44444 \"2020 Hyundai Kona EV\")"
  efficiency: "280 Wh/mi"
  capacity: "64 kWh"
  range: "258 mi"