Please see www.github.com/nhs-pycom/nhs_time_of_travel for the streamlit geospatial app.
Work in progress
This work was led by Mattia Ficarelli, Data Engineer, and Paul Carroll, Senior Data Scientist, as part of their roles with the Analytics Unit of the NHS Transformation Directorate.
This GitHub repository and accompanying webpage contain the initial proof of concept and exploratory analysis for the design of a holistic and interactive mapping tool to support decision-making in health and social care.
A mapping tool could support national and regional commissioning strategies by facilitating the placement of new services and the reconfiguration of existing ones. It could also contribute to the NHS agenda for tackling health inequalities by enabling evidence-based decision-making by providing insight on how the availability of health and social care services is influenced by sociodemographic factors.
Using open-source software and publicly accessible datasets we calculate the travel time, with different modes of transport, to varying NHS healthcare services in London, Cambridge and Lincolnshire. We highlight the challenges of estimating accurate travel times and possible approaches to overcome these.
OSMnx walkable urban network of central CambridgeInstall the above software packages as per the following example: conda install -c conda-forge osmnx
To get a local copy up and running follow these simple steps.
To clone the repo:
git clone https://github.com/nhsx/nhs_time_of_travel.git
The data sources are saved for your use in the data folder in the repo, or are widely available with links to the data within the workbooks.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
See CONTRIBUTING.md for detailed guidance.
Distributed under the MIT License. See LICENSE for more information.