You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by felipetavares80 January 23, 2023
Hello everyone.
I'm trying to do a angular weighted closeness centrality from a segmented road map.
I'm importing it from osmnx, simplifying the segments by Douglas-Peucker on Qgis, extracting the points and creating a graph for momepy closeness centrality analysis.
I did the graph but it seems that the results do not match the manual calculations when I set the angular option for closeness centrality. It matches for topological but not for angular.
I don't know if I'm doing something wrong on manual calculations or in the coding, but 'll appreciate a help on this.
Thanks in advance!
All the Best.
The Codes, the manual calculations document and the shapefiles is attached. angularclosenesspack.zip
The text was updated successfully, but these errors were encountered:
@martinfleis Was there an earlier problem with this calculation?
martinfleis
changed the title
BUG: Angle computation in angular graph creation is wrong. Again.
BUG: Angular centrality suffers from the shortcut effect
Jan 23, 2023
Discussed in #462
Originally posted by felipetavares80 January 23, 2023
Hello everyone.
I'm trying to do a angular weighted closeness centrality from a segmented road map.
I'm importing it from osmnx, simplifying the segments by Douglas-Peucker on Qgis, extracting the points and creating a graph for momepy closeness centrality analysis.
I did the graph but it seems that the results do not match the manual calculations when I set the angular option for closeness centrality. It matches for topological but not for angular.
I don't know if I'm doing something wrong on manual calculations or in the coding, but 'll appreciate a help on this.
Thanks in advance!
All the Best.
The Codes, the manual calculations document and the shapefiles is attached.
angularclosenesspack.zip
The text was updated successfully, but these errors were encountered: