You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function relies on the concordances between the ENTSO electricity data and EXIOBASE classification as well as the regional mapping between the two datasets (although the latter should be relatively straightforward).
The ENTSO regional electricity data needs to be mapped/aggregated to the exiobase regions. Secondly the electricity production processes need to be mapped to the EXIOBASE classification.
output: a exiobase-region X exiobase-electricity-source matrix* with the updated electricity mixes.
*The format does not need to be a matrix, but can be different (e.g. list of dictionaries, pandas dataframe, etc), in coordination with the function that injects the data into the exiobase SUTs.
The text was updated successfully, but these errors were encountered:
@cmutel I just got the latest data (from the slack channel)) but I don't quite understand what's inside. The names seem not quite correct any more, as now both activities and products are called just e.g. ['AT', 'Biomass'] or ['AT', 'Geothermal '] or ['AT', 'Grid'].
Furthermore the use and supply tables are exactly the same (!) and have dimensions 672x672 again
This is mostly (that the supply and use are the same is a problem) not a problem but it would be good to know the final format
Sorry, I didn't have a chance to look at the data before sending it, and was pretty zonkered, so it is not surprising that there were some errors. I also might have just sent the wrong files. I will look into it tonight.
This function relies on the concordances between the ENTSO electricity data and EXIOBASE classification as well as the regional mapping between the two datasets (although the latter should be relatively straightforward).
The ENTSO regional electricity data needs to be mapped/aggregated to the exiobase regions. Secondly the electricity production processes need to be mapped to the EXIOBASE classification.
output: a exiobase-region X exiobase-electricity-source matrix* with the updated electricity mixes.
*The format does not need to be a matrix, but can be different (e.g. list of dictionaries, pandas dataframe, etc), in coordination with the function that injects the data into the exiobase SUTs.
The text was updated successfully, but these errors were encountered: