An open API service indexing awesome lists of open source software.

https://github.com/andypicke/ev_stations

Analysis of EV Charging Stations
https://github.com/andypicke/ev_stations

electric-vehicles r

Last synced: 7 months ago
JSON representation

Analysis of EV Charging Stations

Awesome Lists containing this project

README

          

# ev_stations

## Summary

An analysis of trends in EV Charging Stations using data from the [Alternative Fuels Data Center](https://developer.nrel.gov/docs/transportation/alt-fuel-stations-v1/)

## Data source

API Documentation:

[API documentation for the AFDC fuel-stations](https://developer.nrel.gov/docs/transportation/alt-fuel-stations-v1/all/#station-count-record-fields)

You can obtain a free API key [here](https://developer.nrel.gov/signup/)

## Possible topics to explore
- Trends in number of EV charging stations opened over time
- Types of chargers (connectors and/or charging levels)
- Networks and access (public/private, free/paid)
- Spatial distribution of chargers

## Results

In progress...

### Some blog posts describing initial work

- [Initial Analysis](https://andypicke.quarto.pub/portfolio/posts/EV_Stations/)
- [Mapping EV Stations By County](https://andypicke.quarto.pub/portfolio/posts/EV_station_mapping/ev_station_mapping.html)