Skip to content

A dynamic index for mapping pedestrian accessibility and walkability across German cities, adapting to diverse population needs within the x-minute city framework.

Notifications You must be signed in to change notification settings

MilenaLang/X-Minute-City-Index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

X-Minute-City Composite Index

Create your own accessibility analysis for your city and needs!

This repository contains the code to create an x-minute city composite index for every German city. The goal of this project is to assess pedestrian acccessibility and walkability in the context of different population group needs in the adaptable framework of the x-minute city. The user can specify the city, the timeframe and the population group (small children, normal, elderly). The results are visualized in an interactive folium dashboard. It can be used for urban planning purposes or individual assessment of cities.

Exemplary result for the city of Heidelberg:

img.png View the interactive map

Relevance

The 15-minute city concept envisions access to all essential services - including living, working, commerce, healthcare, education and entertainment - within a 15-minute walk or bike ride. As accessibility is not equal throughout a city or across cities, a tool to measure pedestrian accessibility is necessary for urban planners and stakeholders to implement the concept. Existing composite indices often lack timeframe-adaptability and inclusivity by assuming uniform mobility patterns and service needs. Thus, this composite index includes the adaptable timeframe of the x-minute city and three different population groups.

Methodology

The script uses open-source OpenStreetmap (OSM) Points of Interest (POIs) for amenities and German Zensus 2022 data for population density. POIs for healthcare, commerce, education and entertainment are fetched via OSMnx and cleaned for routing. Small neighborhood units are represented as h3 hexagonal grid cells of approximately 1km x 1km and filtered to habited areas. Walking time matrices are generated using openrouteservice (ORS) with manual speed adjustments per population group. The time matrices are calculated between POIs and each hexagon's center. The number of reachable POIs per category is scaled to 0-100 by using benchmarks (e.g. 5 healthcare facilities). Different weights are assigned to each category for the three population groups reflecting service priorities. The final index score is the weighted sum of normalized scores across categories.

Requirements

To use the jupyter notebook, the following requirements are needed:

  • Python 3 with jupyter notebook and the packages listed in requierements.txt
    • all libraries can be installed from requirements.txt
  • local setup of the ORS routing service with docker

Usage

Usage of the script:

  1. Install all software requirements if necessary
  2. Fork the repository
  3. Download the Zensus 2022 data from here and copy it into the repository folder
  4. Open the x_minute_city_index.ipynb script in a scripting environment
  5. Run the script with your input parameters (city, timeframe, walk-speed) and check the results in the .html interactive dashboard

Note: The script can be adapted to different amenities, priorities and walking speeds. It can also be transfered to other countries by using country-specific osm.pbf files and eurostat/worldpop demographic data.

  • to switch category priorities, change the weighting in the code
  • to change demographic data, specify another dataset as population data

Author

This project is part of a master's thesis in geoinformatics by Milena Bremer.

About

A dynamic index for mapping pedestrian accessibility and walkability across German cities, adapting to diverse population needs within the x-minute city framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published