-
Notifications
You must be signed in to change notification settings - Fork 0
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
centrality measures #1
Comments
Note that closeness centrality is not meaningful for disconnected graphs. I do not know your dataset, but the presence of a few vertices with very high closeness suggests that these exist in tiny connected components, thus they are "close" to all other vertices which are reachable from them. I'd check if the network is connected. If not, closeness is not a useful metric. |
I think that we should remove the unnecessary nodes from the OSM. This will prob affect the centrality measures, but provides a more realistic result. See https://geoffboeing.com/2016/11/osmnx-python-street-networks/
|
@Robinlovelace would you know if this is possible to do in R or with R/qgisprocess ? My first thought would be to have a OSMX pluggin in QGIS and do from there (with qgisprocess connection). Have you faced this issue before? |
Hi @temospena interesting and important problem! Yes I think it can be done in R, including with |
|
this was documented here |
#1 still need to integrate in functions
Fantastic, great to see and thanks for sharing @temospena. Cc @juanfonsecaLS1 who's doing some network processing as a preparatory step on the pathway towards minor traffic estimation. |
This is very interesting work @temospena. I have been using Also, are you normalising the betweenness centrality? There is a useful publication on this here |
#1 added option to re_clean osm if needed
Thanks @juanfonsecaLS1 ! This is indeed a very interesting paper. So, maybe I am using to many different packages to achieve the same purpose 🤔 What I am doing is:
What we are interested is in a mean of re-scaled centrality measures in a grid. So, using |
This is awesome Rosa, loads of great detail. I discussed it with Juan yesterday, looking forward to seeing what he comes up with that's related to this stuff (to estimate motor traffic in our case). |
Using sfnetworks, centrality and betweeness produces weired results
Maybe check with igraph, of use more road links from OSM
The text was updated successfully, but these errors were encountered: