unicef / magicbox

A platform that uses real-time data to inform life-saving humanitarian responses to emergency situations
https://www.unicef.org/innovation/Magicbox
BSD 3-Clause "New" or "Revised" License
85 stars 17 forks source link

Identify populations X kilometers from nearest health facility #43

Open mikefab opened 5 years ago

mikefab commented 5 years ago
We need to help a government identify the populations most in need of infrastructure and planning for ebola response.

Given the following data sets:

...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.

radoslawkrolikowski commented 4 years ago

Hello. I have been working recently on something similar. You can take a look at my repository here. In a nutshell, I created a map that shows the population (and % of a population) in a district (second sub-national level) that falls within X kilometers isoline of the nearest health facility (or specialist). Isolines can be computed using the following methods:

If there is still a need for help, then I would like to contribute, either by making any necessary changes to my repository or by creating something similar from scratch that will meet the expectations. I am open to any suggestions.

Sincerely, Radek