argo-marketplace / RadRoads

Using OSMnx to find Rad Streets in any city! - https://medium.com/a-r-g-o/rad-roads-using-osmnx-68fc8b15f046
MIT License
11 stars 4 forks source link

Find street names #5

Closed jazzzchan closed 6 years ago

jazzzchan commented 6 years ago

How to submit an issue?

jazzzchan commented 6 years ago

https://github.com/openstreetmap/Nominatim/issues/377 this issue looks relevant to our problem

ywnch commented 6 years ago

Current solution in the nyc sandbox is to group them back together in a dataframe. This introduces some problems to be discussed further.

vr00n commented 6 years ago

Great question.

We discussed this in length during #9

Beginning and End are relative terms. It depends on which direction you look at the map (North, South, East West) OR if a street is one-way where the direction is enforced already.

OSM contains Node information for every Way and this can be used to identify, spatially, the street segments.

I also asked everyone to check out https://github.com/Streets-Data-Collaborative/geo-street-talk-global and speak with Yukun Van about how you can combine methods from there and use here.