What is OSMuf?

OSMuf (OpenStreetMap - urban form) is a tool for measuring urban form from OpenStreetMap data.

What does it do?

It uses OSMnx to download street segments, land use areas and building footprints. It processes the street network with NetworkX and then polygonises it with Shapely. It then overlaps the street polygons and land use areas, using NetworkX's connected components to combine polygons in the two layers into an approximation of urban blocks before working with Shapely and GeoPandas to both calculate building density and measure a range of relevant dimensions from the urban blocks before saving to a GeoPackage.

Bokeh is then used to create an interactive visualisation of the various metrics.

What does it show?

It primarily shows the building density of each block measured as FSI (Floor Space Index or Floor Area Ratio) and GSI (Ground Space Index or Plot Ratio) against a range of other metrics and ratios.

What's the point?

Planning often asks for developments to state their proposed density as a means of controlling scale and for comparison with other schemes. However, inconsistent site boundaries and a lack of open data make these densities hard to compare, particularly with existing areas. OSMuf is an attempt to face these challenges by using largely unambiguous street blocks as the boundary and working with OpenStreetMap as its data source.

Note

Please note this example is based on the development branch of OSMuf. OSMuf is very much a work in progress but already generates some useful information.