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

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.

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 [![Binder](https://mybinder.org/badge_logo.svg)](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).