Skip to content
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

Edge cases on road identification #11

Open
6 tasks done
nnhoucheng opened this issue Jan 20, 2018 · 1 comment
Open
6 tasks done

Edge cases on road identification #11

nnhoucheng opened this issue Jan 20, 2018 · 1 comment
Assignees

Comments

@nnhoucheng
Copy link
Collaborator

nnhoucheng commented Jan 20, 2018

See the attached image. The area is Santa monica in LA.

  • The two black lines are both called '2nd Street'. They are close and seems be cut down. Should we identify them as one road or two road?

more examples:

In Manhattan, 'W 42nd St' and 'E 42nd St' are adjacent but 'W 72nd St' and 'E 72nd St' are cut down by Central Park. How should we identify them?

  • The short red line is called [Hampton Drive, 2nd Street]. The type of the name is a list containing two street names. I guess it is the connect road between the two streets and it doesn't have a formal name in the system. Should we identify it as a part of '2nd Street' or an independent one or even drop it from our process?

sm

How to submit an issue?

  • 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?
@nnhoucheng nnhoucheng self-assigned this Jan 20, 2018
@vr00n vr00n changed the title Questions on Handling Some cases when identify 'a road' Edge cases on road identification Jan 21, 2018
@vr00n
Copy link
Member

vr00n commented Jan 21, 2018

Good questions.

How do you plan to detect adjacency if we are to consider the 2nd black line as a separate street?

re: Hampton Drive - I think this falls within acceptable error and we can simply use whichever the first name is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants