https://github.com/andreasthinks/ambulance-vis
Visualisation of ambulance performance data
https://github.com/andreasthinks/ambulance-vis
Last synced: about 1 month ago
JSON representation
Visualisation of ambulance performance data
- Host: GitHub
- URL: https://github.com/andreasthinks/ambulance-vis
- Owner: AndreasThinks
- License: mit
- Created: 2022-07-29T10:42:12.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T10:57:52.000Z (almost 3 years ago)
- Last Synced: 2025-01-27T22:44:33.135Z (3 months ago)
- Language: Jupyter Notebook
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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](#requirements).To be added.
### Requirements
```{note} Requirements for contributors
[Contributors have some additional requirements][contributing]!
```- Python 3.6.1+ installed
- a `.secrets` file with the [required secrets and
credentials](#required-secrets-and-credentials)
- [load environment variables][docs-loading-environment-variables] from `.envrc`To install the Python requirements, open your terminal and enter:
```shell
pip install -r requirements.txt
```## Required secrets and credentials
To run this project, [you need a `.secrets` file with secrets/credentials as
environmental variables][docs-loading-environment-variables-secrets]. 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`][docs-loading-environment-variables].## 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][contributing].## Acknowledgements
[This project structure is based on the `govcookiecutter` template
project][govcookiecutter].[contributing]: ./docs/contributor_guide/CONTRIBUTING.md
[govcookiecutter]: https://github.com/best-practice-and-impact/govcookiecutter
[docs-loading-environment-variables]: ./docs/user_guide/loading_environment_variables.md
[docs-loading-environment-variables-secrets]: ./docs/user_guide/loading_environment_variables.md#storing-secrets-and-credentials