GithubHelp home page GithubHelp logo

ethiopia-hospitals-covid19-1's Introduction

Analysis of travel times to hospitals and health centers in Ethiopia

A country-wide analysis to plan COVID-19 response

Forked from the covid19 repository from the Data Partnership authored by Bruno Sánchez-Andrade Nuño (@brunosan). Adapted by TFE Energy. Learn more about our work on tfe.energy or write to [email protected].

Donwload OSM data

Larger OSM datasets can be downloaded from Geofabrik here Select the .osm.pbf file of the country you want to study.

Prepare OSRM

Once the OSM data has downloaded, navigate to the ./data folder where the .osm.pbf file is located and set up OSRM:

docker run -t -dv "$PWD:/data" osrm/osrm-backend osrm-extract -p /opt/car.lua /data/ethiopia-latest.osm.pbf
docker run -t -v "$PWD:/data" osrm/osrm-backend osrm-contract /data/ethiopia-latest.osm.pbf
docker run -t -i -p 5000:5000 -v $PWD:/data osrm/osrm-backend osrm-routed --algorithm ch /data/ethiopia-latest.osrm
docker run -p 9966:9966 osrm/osrm-frontend
open 'http://127.0.0.1:9966'

More information can be found here.

Facebook HRSL data

The 30m population high-resolution settlement layer for Ethiopia (in .geotiff format) can be downloaded here.

Hospital data

The dataset for the hospital dataset can be found here. The files which were used in in this demonstration are saved in this repo under /data/ethiopia/raw. We divided the dataset into one with all the hospitals and one with health centers.

Important: Some of the locations in the HRSL and hopsital data were not covered by the OSM data downloaded from the link above. This can lead to errors from OSRM when queried. As such, the entries outside our OSM data were removed from the hospital and healthcare center dataset.

ethiopia-hospitals-covid19-1's People

Contributors

brunosan avatar praisin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.