This repository was archived by the owner on Oct 7, 2022. It is now read-only.
This repository was archived by the owner on Oct 7, 2022. It is now read-only.
Identify populations X kilometers from nearest health facility #43
Open
Description
We need to help a government identify the populations most in need of infrastructure and planning for ebola response.
Given the following data sets:
- a list of population points (50k points)
- a list of health facilities (1.4k points)
- shapefile for DRC at admin level 2,
- roads shapefile for DRC
...create a Jupyter notebook that serves all population points x kilometers from nearest health facility.
The final project should be an open-source, standalone GitHub repository, with a README and at least some test coverage. The readme should address (1) what this repo is or does, and (2) how to install and use it.