AndreasThinks / ambulance-vis

Visualisation of ambulance performance data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ambulance Visualisation Hack

This is an exploration of various ambulance datasets, combined into a visusalisation using Python and Folium

The final (very large) map is available hosted here - please download and open locally.:

https://www.dropbox.com/s/n7nrnv3rxc36z1h/ambo_map.html?dl=0

Getting started

To start using this project, first make sure your system meets its requirements.

To be added.

Requirements

[Contributors have some additional requirements][contributing]!

To install the Python requirements, open your terminal and enter:

pip install -r requirements.txt

Required secrets and credentials

To run this project, you need a .secrets file with secrets/credentials as environmental variables. The secrets/credentials should have the following environment variable name(s):

Secret/credential Environment variable name Description
Secret 1 SECRET_VARIABLE_1 Plain English description of Secret 1.
Credential 1 CREDENTIAL_VARIABLE_1 Plain English description of Credential 1.

Once you've added, load these environment variables using .envrc.

Licence

Unless stated otherwise, the codebase is released under the MIT License. This covers both the codebase and any sample code in the documentation. The documentation is © Crown copyright and available under the terms of the Open Government 3.0 licence.

Contributing

If you want to help us build, and improve dhsc-hack, view our contributing guidelines.

Acknowledgements

This project structure is based on the govcookiecutter template project.

About

Visualisation of ambulance performance data

License:MIT License


Languages

Language:Jupyter Notebook 96.8%Language:Makefile 3.2%