Number of Hospitals Accessible within 25 minutes in Turkana County
Data Source:
- Population grid 500meter by 500 meter -aggregated from WorldPop
- Hospital facilities - OSM
- Transport network - OSM pbf file, extracted using BBBIKE
For more about the methodology-contact admin@mtaawetu.com
In [ ]:
# Interactive map showing number of hospitals accessible within 25 minutes (access_Hospitals)
join.explore(column="access_Hospitals", scheme='natural_breaks',cmap="plasma")
/usr/local/lib/python3.10/dist-packages/mapclassify/classifiers.py:687: UserWarning: Not enough unique values in array to form 5 classes. Setting k to 3. self._classify()
Out[ ]:
Make this Notebook Trusted to load map: File -> Trust Notebook
Hospitals in Turkana
In [ ]:
#Interactive map of Turkana
Hospitals.explore()
Out[ ]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [ ]:
# Plot interactive map of population
origins.explore(column='Population', scheme='natural_breaks',cmap="plasma")
Out[ ]:
Make this Notebook Trusted to load map: File -> Trust Notebook