-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add EIA ID to Utility #244
Conversation
@corymosiman12 Can you improve the description if needed? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the linked webpage, the IDs appear to be xs:nonNegativeInteger
, not xs:string
, e.g.,
3 Phases Energy Services (ID # 21093)
457abf7
to
33ae4ab
Compare
BuildingSync.xsd
Outdated
@@ -3736,6 +3736,11 @@ | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="EIAUtilityID" type="xs:nonNegativeInteger" minOccurs="0"> | |||
<xs:annotation> | |||
<xs:documentation>ID of the OpenEI EIA Utility.</xs:documentation> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"EIA Utility ID as found in EIA-861 and as available in OpenEI"
33ae4ab
to
edcf05c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good, thanks.
refactor(schema): change EIAUtilityID type to nonnegative int doc(schema): update EIAUtilityID docs
edcf05c
to
52a5b37
Compare
Motivation
It would be nice to have these IDs for identifying utility types: https://openei.org/wiki/List_of_United_States_Utility_Companies_and_Aliases#cite_note-1