feat(data): add missing tribal/native utilities + fix data quality issues#25
Merged
nicholasalanbrown merged 1 commit intomainfrom Feb 26, 2026
Merged
feat(data): add missing tribal/native utilities + fix data quality issues#25nicholasalanbrown merged 1 commit intomainfrom
nicholasalanbrown merged 1 commit intomainfrom
Conversation
… quality Changes: - Add Yakama Power (EIA 56621) — WA, 2,288 customers, tribal co-op - Add Umpqua Indian Utility Cooperative (EIA 65352) — OR, 69 customers - Linked to existing service territory region-st-65352 (GeoJSON via HIFLD) - Fix Gila River: merge ghost record into EIA 65261 (GRICUA) - Was: 'Gila River Indian Community Utility Authority' with no EIA ID - Now: EIA 65261, linked to region-st-65261 (GeoJSON available), 3,433 customers - Fix Navajo duplicate: remove second ghost record with no EIA ID - Fix Navajo segment: INVESTOR_OWNED_UTILITY → DISTRIBUTION_COOPERATIVE (EIA classifies as 'State' but NTUA is tribally-owned, operates as a co-op) Total utilities: 3,132 → 3,133 Note: EIA has no dedicated 'Tribal' ownership code — tribal utilities are classified as Cooperative, Municipal, etc. Detection requires name matching.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds 3 missing Native/tribal utilities from EIA-861 (2024) and cleans up 2 data quality issues.
Missing utilities added
GeoJSON service territory boundaries available for GRICUA and Umpqua (from HIFLD). Yakama Power has no HIFLD territory on file.
Data quality fixes
Gila River duplicate removed — We had "Gila River Indian Community Utility Authority" with no EIA ID. This is the same entity as EIA 65261 (GRICUA). Merged: added EIA ID, linked to
region-st-65261, populated customer/revenue/MWh data.Navajo duplicate removed — Two Navajo Tribal Utility Authority records existed; one had no EIA ID and was a ghost. Removed the ghost, keeping EIA 13314.
Navajo segment corrected — Was
INVESTOR_OWNED_UTILITY. EIA classifies NTUA as "State" but it's tribally-owned and operates as a distribution cooperative. Changed toDISTRIBUTION_COOPERATIVE.Why these were missed
EIA 861 has no dedicated "Tribal" ownership code — tribal utilities are classified as Cooperative, Municipal, Political Subdivision, etc. The enrich script only handles CCA, transmission, and IOU gaps. Tribal detection requires name matching against the Frame file.
Total utilities: 3,132 → 3,133