Accessiblity to markets: number of markets within 15 minutes by Walk and Public Transport in Nairobi Data:
- Worldpop-population distribution count
- Markets -OSM
- Transport network -OSM PBF
- Public Transport GTFS data: Digital Matatus
Distance Matrix : R5py.
By: Ivy Muriuki, Spatial Data Scientist
In [ ]:
# Interactive map of number of markets accessible within 15 minutes in Nairobi.
# Point your cursor over the points. access_Market place tells us the number of markets accessible from that within 15minutes
join.explore(column="access_Marketplace", scheme='natural_breaks',cmap="plasma")
Out[ ]:
Make this Notebook Trusted to load map: File -> Trust Notebook
Markets
In [ ]:
# Blue dots represent markets. Place cursor over the point to see attributes
Marketplace.explore()
Out[ ]:
Make this Notebook Trusted to load map: File -> Trust Notebook