diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
commit | 4b6c0e31385f5f27a151088c0a2b614495c4e589 (patch) | |
tree | 12243cdcd00704bc1a9d94ac9cc128459417370c /content/posts/2019-06-01-bev-ranges.md | |
download | pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.tar.bz2 pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.zip |
initial commit, including theme
Diffstat (limited to 'content/posts/2019-06-01-bev-ranges.md')
-rw-r--r-- | content/posts/2019-06-01-bev-ranges.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/content/posts/2019-06-01-bev-ranges.md b/content/posts/2019-06-01-bev-ranges.md new file mode 100644 index 0000000..78aec32 --- /dev/null +++ b/content/posts/2019-06-01-bev-ranges.md @@ -0,0 +1,19 @@ +--- +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]. + +<img src='https://pmdn.org/bev-range/chart.svg' width='100%' height='auto' title='BEV Range' alt='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." |