Isochrone walking Maps - three different types of illustration
How far can I walk in 1, 5, 10, 15 and 20 minutes, starting from a specified point? This can indicate irregularities in the urban structure.
Show different Networks and their basic stats (of particular interest for this project is the street density)
Map Points of Interest onto a Street Network
Citybike stations:
Street Network Figure-Ground Diagrams
Structure Isodistance Comparison to Areal Distance
Show the permeability of different street network types by comparing actual reach to areal distance
Map Stations of the Public Transport System onto a Street Network and create an Isodistance Map to show the coverage of the Public Transport System
Status quo:
Own design:
was used for troubleshooting the data of the street network. It provides an interactive matplotlib widget, which shows details like street name and length, upon clicking on edges of the displayed graph.
Part of the work was to design a walkable urban structure and implement it into the area.
Changes were performed on the existing area in OpenStreetMap via the iD editor, and then downloaded as change-set (.osc) file.
Based on this, an Overpass API server, available under http://127.0.0.1:12345/api
was started - details to that can be found in the osm folder.