-
Notifications
You must be signed in to change notification settings - Fork 2
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
dangerous Streets? #1
Comments
Yes, you can do this. You need to do a geographic join between the streets in the OSM data and the crashes. See |
Thank you for your reply! I have finally managed to proceed with the code a bit (using code from this and from related packages), and I am copying here, in case you have the time to have a look or in case anyone else might be trying a similar approach. In the following part, I try to join crashes and osm roads, in Leeds.
In addition, I tried to join crashes with od routes, in a similar manner (to find out whether more crashes are related to more road usage), and I am not sure if it is ok.
Many thanks for your time!! |
Hi @emantzo I'm sorry but just got back from holidays and lots of other things going on. Looks like you have made great progress, will try to pick up on this at some point. A cursory glance suggests that you're in the right ballpark, interested to see what the results look like. |
Hello and thank you for the insightful tools.
I am not quite familiar with mapping tools in R, and I hope my question is short and relevant.
Is there an easy way to group accidents by street, or otherwise extract the info on street name by accident?
I would like to investigate which road sections are particularly dangerous.
Many thanks!
The text was updated successfully, but these errors were encountered: