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

Standardize module divisions within init.py #189

Closed zaneselvans closed 5 years ago

zaneselvans commented 6 years ago

We've re-organized how the ETL process works, but haven't implemented that re-organization in a standard way across all the EIA data. Needs to be made uniform -- division between init.py and the extract and transform modules, so it's easier to read along.

cmgosnell commented 5 years ago

I think the issue was actually the ferc ETL process... _ETL_eia has only pudl.(step).eia(datasource).(step) in it. I just cleaned that up and I'm testing it now. When I commit I'll close this issue but let me know if I missed something here.