IO data updates #275
Replies: 5 comments 13 replies
-
The BEA benchmark IO and underlying data release which are every 5 yrs is the most significant regular data update required. This update comes with a schema change with new commodities and industries. Functions to retrieve the data are in data-raw. In BEAData. R they are currently tied to a single year in name. Also they are very repetitive.. more like a copy and paste of each other. |
Beta Was this translation helpful? Give feedback.
-
Regarding the data objects and metadata files that get created. Currently they get stored in Lines 378 to 383 in c884903 Would there be any benefit to storing these data objects on data commons / appdirs. Given their small size I'm not seeing major benefit to making that shift, especially once the new schema are in place. In fact I'm even reconsidering whether we need to indicate the "version number" in the file naming system (which would result in new files instead of replacing data files upon data updates). The benefit to version number would be if we want to be able to recreate prior versions of the model moving forward without having to back in the package history, otherwise we have all that information in the file metadata. |
Beta Was this translation helpful? Give feedback.
-
Another question: do we want to enable access to be able to freshly obtain 2012 files from the BEA archive? Or can we assume that we won't need to do that anymore and just keep our processed files in the repository? The former would require making further updates to enable pointing to the archive and adjusting some steps for 2012 schema tables. |
Beta Was this translation helpful? Give feedback.
-
There is now a 2017 schema sample model (w/ GHGs) on that branch. You can see in the testing that it successfully creates the model, though there are some validation issues. There are a few spots where I took some quick measures to get it working that I will need to go back to review (specifically around some mapping files when pulling the CPI and GO data, e.g. here). I expect those may be causing the validation errors but i will be looking closer. |
Beta Was this translation helpful? Give feedback.
-
Regarding differences in NAICS schema for satellite tables compared to IO schema, for example, the 2017 Model being tested using the published GHG datasets, which were built with 2012 NAICS schema see the new warning in model build: Do we want to allow satellite tables w/ 2012 NAICS to be used in 2017 BEA models? If so we will need a function to do that conversion, similar to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Discuss strategies and issues related to updating useeior for updated input data
Beta Was this translation helpful? Give feedback.
All reactions