https://github.com/horisystems/uk_ev_data_analysis
Analysis of Electric Vehicle charging infrastructure in the United Kingdom.
https://github.com/horisystems/uk_ev_data_analysis
data data-science electric-vehicles ev python uk united-kingdom
Last synced: 5 months ago
JSON representation
Analysis of Electric Vehicle charging infrastructure in the United Kingdom.
- Host: GitHub
- URL: https://github.com/horisystems/uk_ev_data_analysis
- Owner: horisystems
- License: other
- Created: 2022-07-18T18:11:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T22:33:35.000Z (almost 4 years ago)
- Last Synced: 2024-05-01T11:27:01.500Z (about 2 years ago)
- Topics: data, data-science, electric-vehicles, ev, python, uk, united-kingdom
- Language: Jupyter Notebook
- Homepage:
- Size: 1.13 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
## UK EV Data Analysis
Analysis of Electric Vehicle charging infrastructure in the United Kingdom.
### Retrieve Data
You can use the [moatsystems_get_ev_data.py](./moatsystems_get_ev_data.py) code to retrieve data from [EVPlugs API](https://moatsystems.com/evplugs-api/). Running the file generates a JSON file for analysis.
```python
## Prerequisites
pip3 install virtualenv
virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 moatsystems_get_ev_data.py
deactivate
```
### Run Notebook
You can run the notebook live on [](https://mybinder.org/v2/gh/moatsystems/uk_ev_data_analysis/main?filepath=moatsystems_ev_data_analysis.ipynb)
Error: Make this Notebook Trusted to load map: File -> Trust Notebook
> To display the Folium map, click the button in the top-right corner to trust Jupyter Notebook when binder opens .ipynb.
### Authors
- **Finbarrs Oketunji** _aka 0xnu_ - _Product Owner_ - [0xnu](https://github.com/0xnu)
### License
The script is published under [Sustainable Use License](LICENSE).
### Copyright
(c) 2022 [Moat Systems Limited](https://moatsystems.com).