You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you checked previously open/closed issues to see if your question has already been asked & addressed?
If there is an open issue similar to your issue. Comment on that open issue with additional detail indicating that you too are having the same issue. This allows the project sponsor to prioritize incoming issues.
Have you provided a clear description of your issue so that the project sponsor is able to answer all your questions with as few back-n-forths as possible?
(Please acknowledge by checking this box) If a screenshot or visual helps better communicate some complex idea, have you provided one?. Draw.io, Lucidchart, and Autodraw are some excellent and quick drawing tools.
(Please acknowledge by checking this box) When an issue is resolved, please post the steps to resolution or clearly describe the resolution before marking the issue closed.
This will help future SOLVERS read through how your issue was solved and may help them solve their issue quicker.
Have you been kind, courteous, and considerate in your questions?
Have you considered using Stackedit.io, a handy tool to quickly write in markdown?
Issues arising due to irregular (& many times non-existent) road naming
In OpenStreetMaps, as in real life, many roads, especially smaller, residential roads tend to not have names. In the OSM database, due to lack of:
a. Official names
b. Data sparsity radroads.py is having some issues working.
I tried to work through the code, as the function was not working. I am guessing there may be some changes to the original OSMNx package, because of which these errors might be happening.
Due to a lack of street names, there are errors in determining the street lengths, and they are instead measuring street segment lengths, as illustrated here in Chandigarh:
However, when looking at a city like Mumbai, where there is a higher likelihood of user-generated content, and street names uploaded to OSM, we see the longest street is highlighted as the Eastern Expressway:
The text was updated successfully, but these errors were encountered:
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?Rad Roads India:
@vr00n
Issues arising due to irregular (& many times non-existent) road naming
In OpenStreetMaps, as in real life, many roads, especially smaller, residential roads tend to not have names. In the OSM database, due to lack of:
a. Official names
b. Data sparsity
radroads.py is having some issues working.
I tried to work through the code, as the function was not working. I am guessing there may be some changes to the original OSMNx package, because of which these errors might be happening.
Due to a lack of street names, there are errors in determining the street lengths, and they are instead measuring street segment lengths, as illustrated here in Chandigarh:
![image](https://user-images.githubusercontent.com/39370828/89090590-da922f00-d371-11ea-9807-3d36605906f6.png)
However, when looking at a city like Mumbai, where there is a higher likelihood of user-generated content, and street names uploaded to OSM, we see the longest street is highlighted as the Eastern Expressway:
![image](https://user-images.githubusercontent.com/39370828/89090622-11684500-d372-11ea-8cb5-c190ac61df35.png)
The text was updated successfully, but these errors were encountered: