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
- Host: GitHub
- URL: https://github.com/andypicke/ev_stations
- Owner: andypicke
- License: mit
- Created: 2023-05-19T22:25:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T21:24:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T22:43:24.004Z (9 months ago)
- Topics: electric-vehicles, r
- Language: R
- Homepage:
- Size: 1.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)