Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular betweenness #113

Closed
Robinlovelace opened this issue Sep 26, 2019 · 3 comments
Closed

Angular betweenness #113

Robinlovelace opened this issue Sep 26, 2019 · 3 comments
Labels
future stuff Good to do somewhere down the line ...

Comments

@Robinlovelace
Copy link
Contributor

Is it possible to calculate angular betweenness of edges in a network?

@mpadge
Copy link
Member

mpadge commented Sep 26, 2019

There's a conference paper here, which shows how this really is a purely spatial syntax phenomenon, requiring initial conversion of a graph into its dual representation. Bill Hillier's fabulously compelling writing notwithstanding, there is still very scarce evidence to suggest great scientific validity to dual graph representations, and the whole thing would be a heap of work for something that would be very unlikely to find general utility. Thoughts?

@mpadge
Copy link
Member

mpadge commented Oct 1, 2019

So maybe "angular betweenness" is not actually the thing we want; rather an option to route paths between two points based on sum of angular change, as in sDNA. That is very straightforward to incorporate. Most functions now have options for distance vs time calculations, so i'd just have to expand that to include angles as an additional option for "distance" metrics. Can do that!

@mpadge mpadge pinned this issue Oct 29, 2019
@mpadge mpadge added this to TODO v0.3.0 in version 0.2-0.3 Nov 23, 2019
@mpadge mpadge unpinned this issue Sep 14, 2021
@mpadge mpadge added the future stuff Good to do somewhere down the line ... label Oct 28, 2021
@mpadge
Copy link
Member

mpadge commented May 17, 2024

Closing this; can re-open later if desired

@mpadge mpadge closed this as not planned Won't fix, can't repro, duplicate, stale May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future stuff Good to do somewhere down the line ...
Projects
version 0.2-0.3
  
TODO v0.3.0
Development

No branches or pull requests

2 participants