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

Use more common name for man_made=water_works #1115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion data/presets/man_made/water_works.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@
"tags": {
"man_made": "water_works"
},
"name": "Water Works"
"aliases": [
"Potable Water Treatment Plant",
"Water Works"
],
"name": "Water Treatment Plant"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting, I’m personally more familiar with the term “water works” than “water treatment plant”. At least in my corner of the Midwest, we’d call it a “water works” even if its official name includes “Water Treatment Plant”, and even if hasn’t been one since the 1950s. “Water treatment plant” would be easily misunderstood as a wastewater treatment plant.

Google Ngrams Viewer says “water treatment plant” has always been obscure but “water works” had a moment around the turn of the last century. Maybe we’re missing another common term, or maybe it’s one of those concepts with hopelessly regional terms.

Copy link
Member

@tyrasd tyrasd Feb 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't comment on which terms is more common in US English, but assuming that there's no clearly preferred one: we could just keep Water Works as the default label (as it is less likely to be confused with waste water treatment plant) and have Water Treatment Plant as the alias. What do you think?

PS: I also found Drinking Water Treatment Plant to be more common on google search results compared to Potable Water Treatment Plant, maybe those two could be search terms?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried doing this in #1256

}
Loading