Closed jazzzchan closed 6 years ago
https://github.com/openstreetmap/Nominatim/issues/377 this issue looks relevant to our problem
Current solution in the nyc sandbox is to group them back together in a dataframe. This introduces some problems to be discussed further.
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.
Streets that OSMnx maps out are in segment (block/nodes) form of per street. How do we define which segments belong to one street? I.E how do we tell which segment is the beginning of Houston St and which is the end?
How can we give street names/ geographical information to each street that we have found? Or how can we find street names in order to define which segments belong to which street?
How to submit an issue?
SOLVERS
read through how your issue was solved and may help them solve their issue quicker.Stackedit.io
, a handy tool to quickly write in markdown?