pymrio.download_exiobase3
- pymrio.download_exiobase3(storage_folder, years=None, system=None, overwrite_existing=False, doi='10.5281/zenodo.3583070')
Download EXIOBASE 3 files from Zenodo.
Since version 3.7, EXIOBASE has been published on the Zenodo scientific data repository. By default, this function downloads the latest available version from Zenodo. To download a previous version, specify the corresponding DOI using the ‘doi’ parameter.
lastest version: 10.5281/zenodo.3583070
Version 3.9.6: 10.5281/zenodo.15689391
Version 3.9.5: 10.5281/zenodo.14869924
Version 3.9.4: 10.5281/zenodo.14614930
Version 3.8.2: 10.5281/zenodo.5589597
Version 3.8.1: 10.5281/zenodo.4588235
Version 3.8: 10.5281/zenodo.4277368
Version 3.7: 10.5281/zenodo.3583071
- Parameters
storage_folder (str, valid path) – Location to store the download, folder will be created if not existing. If the file is already present in the folder, the download of the specific file will be skipped.
- years: list of int or str, optional
If years is given only downloads the specific years (be default all years will be downloaded). Years must be given in 4 digits.
- system: string or list of strings, optional
‘pxp’: download product by product classification ‘ixi’: download industry by industry classification [‘ixi’, ‘pxp’] or None (default): download both classifications
- overwrite_existing: boolean, optional
If False, skip download of file already existing in the storage folder (default). Set to True to replace files.
- doi: string, optional.
The EXIOBASE DOI to be downloaded. By default that resolves to the DOI citing the latest available version. For the previous DOI see the block ‘Versions’ on the right hand side of https://zenodo.org/record/4277368.
- Return type
Meta data of the downloaded MRIOs