
Dataset containing all data available from the UNFCCC API at https://di.unfccc.int as of 2021-12-03.
Due to the large size of the full dataset, the dataset is shared on using datalad and on zenodo.
To obtain the data using datalad, first clone the repository including metadata:
$ datalad clone https://github.com/mikapfl/unfccc_di_data.git
Then you can fetch the data using datalad:
$ cd unfccc_di_data
$ datalad get -r .
You can learn more about datalad in the datalad handbook.
References:
All the data included in this dataset is available from the UNFCCC API, which sources the data from:
Included is also a python script download.py
to download the most recent version of the data from the UNFCCC API, which uses the unfccc-di-api library.
License: the python scripts are provided under the Apache License, Version 2.0.