BONSAMURAIS / EXIOBASE-conversion-software

Choice of the EXIOBASE version and conversion to RDF.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Identifying the determining product (from non square SUTs) #12

Open agneta20 opened 4 years ago

agneta20 commented 4 years ago

We were facing a challenge in detecting the determining product flow as theoretically these could be picked up from diagnol of the Supply tables. However, given that Exiobase is non- square i.e. 200 pdts x 164 activities, it is not that trivial to identify the determining flow directly.

Hence we have the following solution:

Would like feedback

boweidema commented 4 years ago

Using the diagonal of the supply table to pick up the determining product is only relevant for square supply tables. To force the supply table to be square for that purpose does not make sense. For all other data sources, the information on what product is determining will anyway be stored separately, so using a separate list [activity; flow-object] for this seems a reasonable solution. The non-square elements in exiobase are not present in the original data provided by the national statistical offices, but is an artefact introduced when creating Exiobase, so I see no problem in aggregating these data in this particular case. Since the original data are still available, you are not loosing data as such, for anyone that might want to use the original data.

agneta20 commented 4 years ago

Alright...then we go for the separate correspondence vector. Thanks for the feedback

kuzeko commented 4 years ago

This should be resolved by https://github.com/BONSAMURAIS/correspondence_tables/pull/29 and https://github.com/BONSAMURAIS/EXIOBASE-conversion-software/pull/13