Brand normalization #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Brand normalization, e.g. "ARAL Tankstelle" -> "ARAL", so fuel stations aren't split between multiple brand strings despite belonging to the same brand.
The current version already does brand normalization but it is hardcoded. The generator I used to generate the SQL query is not in this repo yet. Ideally it would be run daily before the other queries so that new stations popping up are normalized as well.
This is a tracking issue. A pull request will follow.