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
458 stars 105 forks source link

Compile ferc714 metadata using new system #1251

Closed zaneselvans closed 2 years ago

zaneselvans commented 2 years ago

Before we can get rid of some of the metadata structures which remain in constants.py and completely move to the new Pydantic metadata system, we need to compile complete metadata for the ferc714 dataset. This will mean creating a bunch of new fields and resources in the pudl.metadata.fields and pudl.metadata.resources modules. It may be worth breaking the field definitions out into the different data groups (ferc1, eia, ferc714, epacems etc.)

Note that we are only attempting to transform and load a subset of the possible ferc714 tables at the moment, so this list is incomplete.

FERC 714 Tables

zaneselvans commented 2 years ago

This is done, just waiting to merge