sharedstreets / sharedstreets-js

SharedStreets (Node.js & Javascript)
https://sharedstreets.io
MIT License
78 stars 25 forks source link

CLI not matching streets that don't align to cardinal directions #24

Closed emilyeros closed 5 years ago

emilyeros commented 5 years ago

Got this result using the CLI with default parameters. Common theme: streets that don't align north-south or east-west are not matching.

Screen Shot 2019-04-03 at 4 18 13 PM

Could this be related to the default bearing tolerance? I can't tell what it's set to be but assume it's the minimum (0 or 1 degree). A north-south grid system would be easy to map at 90-degree angles, but anything with angles is less likely to match perfectly.

Posting here as a note to make sure this gets solved.

emilyeros commented 5 years ago

Example of angular streets that don't align:

sf_angles.geojson.txt

emilyeros commented 5 years ago

OSRM routing has resolved this