Giter VIP home page Giter VIP logo

master-thesis's Introduction

Master thesis

Content

Accessibility to urban green spaces is crucial for urban development, especially for growing cities. The most popular method to measure proximity (as one concept of accessibility) is the street network analysis. This method calculates the farthest point a person can reach using manhattan distance considering the actual street network and natural barriers. Street network analysis uses two input paramters: walking distance and starting point. Recent studies used the parks centroid as starting point to calculate parks catchment area. This study's aim is to use street network analysis and compare two different approaches for defining the input parameter of starting point: centroid vs. park entrances. Both approaches result in different catchment areas per park which have different sociodemographic characteristics and number of residents. A accessibility score calculation and a correlation analysis is the basis for answering the question which approach suits better for assessing spatial and social equity in park accessibility: centroid-based approach or entrance-based approach.

Repository structure

The repository structure follows the different step of data processing and calculation:

get_park_data

Processing of raw data concerning parks. Source data is a subset of all green spaces of the city of hamburg (Urban Data Platform / Geoportal Hamburg). Steps of data processing includes

  • merging multiple polygons of the same park to one polygon
  • adding a centroid per park polygon
  • adding walking distance buckets depending on park size
  • excluding large regional parks and small < 1 ha parks
  • collection of park entrances with leaflet.js application

get_population_data

Processing of census data of Statistikamt Nord Steps of processing includes

  • creating sames sized polygons based on provided census block centroid (using crs 3395 transformation and square styled buffering)
  • adding unique ID per census block

get_isodistances

Includes API Request for isodistance polygons and isodistance processing API Request includes

  • 118 requests for centroid coordinates
  • more than 1300 requests for entrance coordinates

Isodistance processing includes

  • merge and group isodistances of entrances by park (-> catchment area)
  • calculate share of intersection between catchment area polygon and census blocks per park
  • weighting of residents and sociodemographics per catchment area by intersection share

accessibilty_score

Calculation of accessibility score and correlation analysis

  • accessibility score per park includes catchment areas residents and parks size
  • correlation analysis was conducted for accessibility score and weighted sociodemographics

visualizations

Includes relevant visualizations for written paper, includes descriptives and different maps

master-thesis's People

Contributors

nicolanghans avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.