blob: 8e8efe3d4d50dacbc928d97e1d5e215624f47985 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---
date: "2019-06-01T04:41:00Z"
title: Current BEV Range
---
Range of [Battery Electric Vehicles (BEVs)][bev] currently available in
the US, according to data from [fueleconomy.gov][src].
{{< figure src="https://pmdn.org/bev-range/chart.svg"
class="image"
caption="BEV Range"
>}}
Links:
* [range-years-current.csv][data]: CSV of current BEV range data.
* [Github repository][repo]: Has the CSV above and the steps I took to create it.
* [Data source][src]: Zipped CSV on fueleconomy.gov (current as of 2019-05-25).
[bev]: https://en.wikipedia.org/wiki/Battery_electric_vehicle "Battery Electric Vehicle (BEV)"
[src]: https://www.fueleconomy.gov/feg/download.shtml "Data source"
[data]: https://pmdn.org/bev-range/range-years-current.csv "Data from chart above as a CSV file."
[repo]: https://github.com/pablotron/bev-range "Github repository."
|