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

Allow for sources without years #314

Closed gschivley closed 4 years ago

gschivley commented 5 years ago

I'm just about finished with adding a couple IPM tables to PUDL but it's hard to work them into update_datastore.py. I had to add a list of None to the variable pc.data_years to finally make it work. As discussed, the system needs to be overhauled somewhat and made a bit more flexible for adding new sources that aren't available as annual files.

zaneselvans commented 5 years ago

Will integrate this into an object-oriented rewrite of the datastore subpackage in #182.

zaneselvans commented 4 years ago

Closing this and rolling it into the general re-write of #182.