MinistryOfCoolWalks.jl

Package to calculate cool routes through cities
Author henrik-wolf
Popularity
15 Stars
Updated Last
10 Months Ago
Started In
September 2022

MinistryOfCoolWalks.jl

Stable Dev Build Status Code Style: Blue

Central repository of the CoolWalks project. Here we combine buildings, streets and trees to find the CoolWalkability of cities.

Related repos

The relevant code for graph, building and tree loading is spread across multiple other packages. If you are interested in these, please refer to:

  • ShadowGraphs.jl (Loading of OSM Data and processing it into a MetaDiGraph, and all kinds of functions to work with the edge geometry)
  • CompositeBuildings.jl (Code to load and preprocess the various building datasets used in this study, and shadow casting)
  • TreeLoaders.jl (Code to load and preprocess the various tree datasets not (yet) used in this study, and shadow casting)
  • Folium.jl (Our hacked together wrapper around Folium, the python wrapper around Leaflet.js. (It is surprisingly fast and interactive and seems to work quite well. In the future, we should direct this effort towards Leaflet.jl))
  • CoolWalksUtils.jl (Utilities used throughout the above packages. Owns many of the functions to which we add specialisations in the other packages.)