Central repository of the CoolWalks
project. Here we combine buildings, streets and trees to find the CoolWalkability of cities.
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 aroundLeaflet.js
. (It is surprisingly fast and interactive and seems to work quite well. In the future, we should direct this effort towardsLeaflet.jl
)) - CoolWalksUtils.jl (Utilities used throughout the above packages. Owns many of the functions to which we add specialisations in the other packages.)