3  Methodology

Author

Leo van den Burg

This section provides a structured overview of methods and techniques for urban morphology analysis. All methods and techniques described here are cross-referenced with the Examples part of the book.

3.1 Methods

# load maps
map2 <- leaflet() %>%
  setView(lng = 4.4777, lat = 51.9244, zoom = 13) %>%
  addTiles() %>%  # Base OSM layer
  addTiles(
    urlTemplate = "https://allmaps.xyz/maps/8ebee9ef638a08cf/{z}/{x}/{y}.png",
    attribution = "Allmaps",
    options = tileOptions(opacity = 0.7)  # Optional: make it semi-transparent
  ) |> 
  addFullscreenControl()
map2

3.1.1 Typo-morphology analysis

3.1.2 Space syntax analysis

Quiz functionality to be shown in a separate file

3.1.3 (Morpho-)Typology analysis