SpaceGroupUCL / depthmapX

depthmapX is a multi-platform Spatial Network Analysis Software
198 stars 53 forks source link

How do I type in the NAIN formula for a new column? #432

Closed Intuos5 closed 2 years ago

Intuos5 commented 2 years ago

For a regular root formula, I type "sqrt(x)", How should I do this for NAIN (Normalised Angular Integration) where the root is not squared? afbeelding

Intuos5 commented 2 years ago

Nevermind, it should be: (value("T1024 Node Count R200 metric")^(1/1.2))/(value("T1024 Angular Total Depth R200 metric")+2)

pklampros commented 2 years ago

Hey @Intuos5,

Glad you found it, but can you point me to where you found that formula? It seems wrong to me in many ways...

It doesn't follow the original formula from Hillier et al. (2012) in page 165: NC^1.2/TD or the one adjusted for Depthmap from pages 191/192 (NC + 2)^1.2/TD

Instead yours is: NC^(1/1.2)/(TD + 2)

Intuos5 commented 2 years ago

@pklampros, thanks for the reaction, I found it in van Nes, A., & Yamu, C. (2021). Introduction to space syntax in urban studies. in page 97. Though the same authors list it differently in Bill Hillier's Legacy: Space Syntax—A Synopsis of Basic Concepts, Measures, and Empirical Application (2021) on page 13: afbeelding

Also, the formula is shown in the Space Syntax for Dummies guide, item 23, see https://raw.githubusercontent.com/SpaceGroupUCL/depthmapX/master/docs/DepthmapManualForDummies_v20_short.pdf

Offtopic:

  1. Could you also point me to what Segment Length Weight (SLW) does and how it works? It seems to me that it compensates for longer segments, but since I there are quite a lot of additional points in OSM maps that I don't want to edit, I'm not sure how reliable the results would be.
  2. How does metric choice differ from Choice? Other than that choice is based on angular deviation, whereas metric is based on how often a particular line is encountered from any point in the network to any other point with search radius X. The results are almost the same for my study on Florence r=800m. But what does metric choice signify in practical terms?