catalyst-cooperative / pudl

The Public Utility Data Liberation Project provides analysis-ready energy system data to climate advocates, researchers, policymakers, and journalists.
https://catalyst.coop/pudl
MIT License
456 stars 106 forks source link

Allow BA or Util priority in assigning FERC 714 respondent_type #650

Closed zaneselvans closed 4 years ago

zaneselvans commented 4 years ago

Currently we assume that a FERC 714 respondent is a Balancing Authority if its ID shows up in the list of Balancing Authority IDs, and a Utility if it does not. We could also make the reverse assumption, and would get a different set of geometries. LBL has requested that we make both options possible for comparison.

This will mean a change to the pudl.analysis.demand_mapping.categorize_eia_code() function to allow selecting which type of entity should have priority.

zaneselvans commented 4 years ago

This was accidentally created as a duplicate of #628