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

Analyse bicycle network using network measures #18

Closed
Liyubov opened this issue Aug 3, 2022 · 7 comments
Closed

Analyse bicycle network using network measures #18

Liyubov opened this issue Aug 3, 2022 · 7 comments
Assignees

Comments

@Liyubov
Copy link
Collaborator

Liyubov commented Aug 3, 2022

@dietrichsimon I remember that you looked into the network of bike lanes already

We can estimate the network centrality here
https://networkx.org/documentation/

@mpadge
Copy link
Collaborator

mpadge commented Aug 4, 2022

@Liyubov I'll try not to do this too much, but ... network centrality measured using osmnx and networkx will be generic, and not particularly accurate. An accurate measure of centrality of the actual bicycle network based on accurate bicycle-specific routing algorithms can be obtained with the dodgr_centrality() function.

  • Disclaimer#1: That's self-promotion of my own software 😉
  • Disclaimer#2: It's R, and not python.
  • Non-disclaimer: the algorithm is more efficient than the networkx version, and will easily scale to every street segment in Paris.

@Liyubov
Copy link
Collaborator Author

Liyubov commented Aug 16, 2022

@mpadge
Copy link
Collaborator

mpadge commented Aug 17, 2022

There are hourly count data at https://opendata.paris.fr/explore/dataset/comptage-velo-donnees-compteurs/ which can be used to calibrate cycling estimates throughout the network. The dataset is huge (just over 1GB), and contains counts from 98 stations, each one having an average of < 10,000 hourly counts. The data seem to be updated daily, with the version downloaded 17 Aug 22 finishing yesterday, and starting on 25-01-2021. That spans 537 days, making 12,888 hours, so not quite full hourly coverage from all stations, but close enough.

@mpadge
Copy link
Collaborator

mpadge commented Sep 8, 2022

I've finally managed to get an interactive map of cycling flows up at https://urbananalyst.github.io/paris-bikes/. It's just a proof-of-principle on an arbitrary scale from 0 to 5, but now that I've got that, I can easily start to include more realistic cyclilng behaviour and update as i go.

@operte
Copy link
Collaborator

operte commented Sep 12, 2022

Hey @mpadge this looks interesting. Can you tell us more about what we are seeing? You mentioned you are writing a blogpost about it. Is it ready yet? :)

@operte
Copy link
Collaborator

operte commented Oct 8, 2022

@mpadge Any news on that blog post? :)

@mpadge
Copy link
Collaborator

mpadge commented Oct 14, 2022

@operte Not yet, sorry. I aim to have it up by end of October, and will ping here when it's done.

@katoss katoss closed this as completed Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants