mrio_toolbox.extractors.figaro.figaro_extractor

Load and convert Figaro MRIO files.

Supports Figaro inter industry IO, supply and use tables in csv matrix format https://ec.europa.eu/eurostat/web/esa-supply-use-input-tables/database#Input-output%20tables%20industry%20by%20industry

The extractor loads the IO table and if available the supply and use tables.

@author: wirth

Functions

extract_figaro(year, source[, format, sut, edition])

Extract FIGARO data.

Module Contents

mrio_toolbox.extractors.figaro.figaro_extractor.extract_figaro(year, source, format='industry by industry', sut='none', edition=25)[source]

Extract FIGARO data.

Loads FIGARO tables and labels and store them as NetCDF for further use with the mrio_toolbox library. Currently the extractor does not support emission satellite accounts (I couldn’t find them on the figaro website).

Put all tables as well as the ‘Description_FIGARO_Tables({edition}ed).xlsx’ file in the same source folder.

Parameters:
  • year (str) – Data year to load.

  • source (path-like) – Path to folder where raw data is stored

  • format (str, optional) – Either ‘industry by industry’ or ‘product by product’.

  • sut (str, optional) – Supply and use tables to load, by default “none”. Available options are “none”, “supply”, “use” or “both”.

  • edition (int, optional) – Edition of the FIGARO tables, by default 25. The alternative is 24.