BONSAMURAIS / vacuum_pump

Populate BONSAI relational database with lots of data!
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Add US EEIO #5

Open cmutel opened 4 years ago

cmutel commented 4 years ago

https://github.com/USEPA/USEEIO

WesIngwersen commented 4 years ago

@cmutel . This relates to my discussion with @agneta20 The options are accessing the public models via the API or using the raw framework (in link above) to build and get components of a draft model from the modeling framework linked to above. You can read about accessing the model via the API to get model data and results here We can assist with this. We should discuss when its best to use raw US emission data like in #14 or use data after its been related to sectors like we have it already in USEEIO.

cmutel commented 4 years ago

@WesIngwersen Awesome to see you here!

As a general policy, we would prefer to use the raw supply and use table data, as we aren't trying to reproduce the given sector classifications/extensions, but rather produce a consistent, global IO table at arbitrary resolution.

That being said, it is not clear whether it makes sense to invest a lot of time in something that you already have working code for. Indeed, we could build our system construct code on top of what you have already done for USEEIO. It would also be a good learning experience to pull data from an API instead of only processing downloaded files.

Given the current travel restrictions, it is quite likely that the spring Hackathon will be only online - it would be great to have time to go into the details then.