Skip to content

Instantly share code, notes, and snippets.

@hugoledoux
Last active January 23, 2025 13:26
Show Gist options
  • Save hugoledoux/13f010d5763e2d1d47978096bc081720 to your computer and use it in GitHub Desktop.
Save hugoledoux/13f010d5763e2d1d47978096bc081720 to your computer and use it in GitHub Desktop.
submission for ICUC12 in Rotterdam

Shady Amsterdam: Identifying the shady places and routes of Amsterdam

Authors

Jessica Monahan, Victoria Tsalapati, Haohua Gan, Yan Gao, Citra Andinasari, Hugo Ledoux , Lukas Beuster

all affiliated to: Delft University of Technology

Abstract

By providing shade for residents in urban areas, cool spaces have been shown to be essential for mitigating the effects of heat stress. In response, the Municipality of Amsterdam developed a map showing walking distances to these spaces. However, the map lacks key information on capacity, accessibility, and precise distance measurements. This project addresses these gaps by identifying quality indicators for cool places and mapping their locations and quality scores across Amsterdam. Additionally, it establishes methods for computing the shortest and shadiest pedestrian routes to these spaces, enabling efficient routing to and from any given location.

To address the research questions, the following procedures were conducted. First, shade maps of Amsterdam were created for each warm month using the Daily Shadow Pattern tool of the Urban Multi-scale Environmental Predictor (UMEP). Second, cool spaces were identified and evaluated based on accessibility, shading, usability, capacity, heat risk, and Physiological Equivalent Temperature (PET) indicators. Lastly, after obtaining and processing the pedestrian network from the Open Street Map database, shade weight was calculated for each street segment, and cool spaces were incorporated into the network, allowing users to generate datasets of the shortest and shadiest distances to cool spaces, and an algorithm that performs four different routing options: the shortest, the shadiest, and two combinations of the shortest and shadiest paths with different weighting ratios either between two locations or from a starting point to its nearest cool space.

The project produced several datasets (8.3GB in total, they are openly available: https://doi.org/10.4121/8b65d25b-c68f-4e88-b239-27ea90eaf149.v1) which provide insights into Amsterdam's cool spaces, their quality, and the shadiest and shortest routes to these locations. Additionally, the code to create these datasets is open-source: https://github.com/jsscmnhn/shady_amsterdam.

@hugoledoux
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment