-
Notifications
You must be signed in to change notification settings - Fork 59
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
Relationship between momepy and cityseer #348
Comments
@martinfleis thanks for the snippet. This seems to work on my end except I couldn't find a copy of the edges = geopandas.read_file(momepy.datasets.get_path("bubenec"), layer='streets') It would be possible to skip the
What could perhaps be useful to end-users is to use If this would be useful, I could draft an example workflow for how to convert network data along with numerical / categorical data to |
@songololo created a great package called
cityseer
that has a some degree of overlap with street network stuff we are doing here. It implements centrality analysis using numba, so it is way faster and parallelised. In #346 we started a discussion on possible interface between cityseer and momepy.cityseer has a very different API and approach so I am not sure to which degree we will be able to use it internally instead of slow networkx algorithms. We should explore that figure out the best way of linking both libraries.
This snippet is able to create cityseer object from momepy-generated graph.
The text was updated successfully, but these errors were encountered: