pymrio.parse_exiobase3

pymrio.parse_exiobase3(path)

Parses the public EXIOBASE 3 system

This parser works with either the compressed zip archive as downloaded or the extracted system.

Note

The exiobase 3 parser does so far not include population and characterization data.

Parameters

path (string or pathlib.Path) – Path to the folder with the EXIOBASE files or the compressed archive.

Returns

A IOSystem with the parsed exiobase 3 data

Return type

IOSystem