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

Add "Company" to Pacific Gas and Electric Company operator value #10232

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
2 changes: 1 addition & 1 deletion data/operators/power/line.json
Original file line number Diff line number Diff line change
Expand Up @@ -6334,7 +6334,7 @@
"pacific gas and electric company"
],
"tags": {
"operator": "Pacific Gas and Electric",
"operator": "Pacific Gas and Electric Company",
Copy link
Contributor

Choose a reason for hiding this comment

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

PG&E is mentioned in two other places in NSI, so this should change those, too.

"operator": "Pacific Gas and Electric",

"operator": "Pacific Gas and Electric",

Copy link
Collaborator

Choose a reason for hiding this comment

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

PG&E is also in ops/power/substation:

"operator": "Pacific Gas and Electric",

As @JesseWeinstein said, any PR that changes the operator value for PG&E in ops/power/line also has to change the value for PG&E in the other three categories in order to be considered for merging. (Each entry also needs to have the existing operator value - Pacific Gas and Electric - listed in matchNames.)

Copy link
Author

Choose a reason for hiding this comment

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

Sorry for the delay, I'll get 2 it this week

"operator:short": "PG&E",
"operator:wikidata": "Q1815011",
"power": "line"
Expand Down
Loading