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
471 stars 108 forks source link

Create separate load subpackage #206

Closed zaneselvans closed 5 years ago

zaneselvans commented 6 years ago

We've created extract and transform subpackages, containing one module for each of the data sources (e.g. pudl.extract.eia923) but until we started working with epacems all of the load functionality was pretty much identical between the data sources, so there was just pudl.load. Now we have different things happening for epacems and the other data sources, so it's time to break it out, at least into:

zaneselvans commented 5 years ago

Given that we are going to switch to outputting data packages directly rather than loading into a DB at the end of ETL, this issue can be set aside.