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

further de-duplication #3

Open
smnorris opened this issue Feb 9, 2024 · 0 comments
Open

further de-duplication #3

smnorris opened this issue Feb 9, 2024 · 0 comments

Comments

@smnorris
Copy link
Collaborator

smnorris commented Feb 9, 2024

The intent of the processing is to over-estimate roads but it might be possible to add more relatively simple queries to remove obvious duplication
Eg:

  • after insert, compare lengths/counts of inserted features after being split up by the buffers and delete features that are obvious duplications (short relative to source feature, endpoints of features are still close (<10m? <20m? <50m?) to higher priority roads, high count of features inserted compared to the original feature)
  • compare each lower priority line to its nearest neighbour, either splitting the lines up into chunks and comparing the distance from each lower priority vertex to higher priority vertex and scoring, or breaking higher priority lines at endpoints of low priority dangles and comparing nearest neighbours with Hausdorf/Frechet distances
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant