os-climate / os_c_data_commons

Repository for Data Commons platform architecture overview, as well as developer and user documentation
Apache License 2.0
20 stars 10 forks source link

Federate PRIMAP data using RESTful API #329

Open toki8 opened 1 year ago

toki8 commented 1 year ago

PRIMAP is a dataset published by Potsdam Institute for Climate Impact Research (PIK).

For the PCAF Sovereign footprint calculation it is used for Scope 1 and Non-Annex I countries. Please note that the dataset does not include LULUCF by default, so it must be added as described below.

The website of the data is: https://primap.org/primap-hist/

The data can be found here: https://zenodo.org/record/7727475 Rest API documentation: https://developers.zenodo.org/#rest-api

Adding the LULUCF emissions: Please find below a description for LULUCF data from PRIMAP database to be added to our current emissions ex LULUCF for Non-Annex I countries:

Use the dataset with “no_rounding” as shown below The PRIMAP-hist national historical emissions time series (1750-2021) v2.4 | Zenodo

For each country use the following filters: source: PRIMAP-hist scenario (PRIMAP-hist): HISTCR entity: KYOTOGHG (AR4GWPP100) unit: CO2*gigagram / a category (IPCC2006 PRIMAP): M.LULUCF

The values can then be added to the currently used emission data ex LULUCF for Non-Annex I countries.

HeatherAck commented 1 year ago

related to #320