-
Notifications
You must be signed in to change notification settings - Fork 4
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
Iowa crooked street #19
Comments
@ywnch The RadRoads Curviest output for Burlington, IA is as follows:
Snake Alley is represented as https://www.openstreetmap.org/way/15882296 Can you check why this has not been included on our output? |
A very quick guess from existing limitation is that the terminal nodes of the roads are not extracted correctly. This limitation still takes some time to fix. One example is a road having multiple lanes and thus edges, if the function ends up grabbing nodes that are close to each other, then the sinuosity increased drastically. The sinuosity for snake alley is 1.44 calculated by hand, in this case, may be squeezed all the way down by inaccurate results. |
For this one, I just fixed it. The previous script was mistakenly locked with "drive" ntype, while Snake Alley is a service road. The new script should be able to return the network correctly with specified ntype (now required as input). |
Thanks for validating! |
To test later
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?The text was updated successfully, but these errors were encountered: