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

clean duplicate charging stations #1165

Conversation

sweidenbach
Copy link
Contributor

Some chargers were duplicates so these were filtered out by the following rule:

  • delete non-Superchargers with same name (and distance < 500m)
  • delete non-Superchargers with different name (distance < 50m)
  • delete Superchargers with same geoposition (distance = 0m)

Manual readjustment afterwards took place to make sure the right ones have been deleted.

@bassmaster187 bassmaster187 merged commit be82e1d into bassmaster187:master Jan 29, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants