Accessibilities

The following two examples use the layers.compute_accessibilities method to compute accessibilities to land uses. In general, the same network pre-processing steps can be followed as shown for these network preparation steps or for the network centrality steps. A data set is their necessary for identifying the locations of different land uses and it is the impossible to compete accessibilities over the network using the layers.compute_accessibilities method.

This method requires:

The output GeoDataFrame will contain new columns for each landuse in the following three forms.

The last example follows a similar approach, but computes mixed land-uses using the layers.compute_mixed_uses method.

Landuse accessibility from geopandas data

Calculate landuse accessibilities from a geopandas GeoDataFrame.

Notebook

Landuse accessibility from OSM data

Calculate landuse accessibilities from OpenStreetMap.

Notebook

Calculating mixed-uses

Calculate mixed land-uses.

Notebook