os-climate / os_c_data_commons

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

Federate OECD data using RESTful API #330

Open toki8 opened 11 months ago

toki8 commented 11 months ago

API Documentation: https://data.oecd.org/api/

OECD data is used for the calculation of Sovereign Scope 2 and Scope 3 emissions.

Scope 2 Query based on “My Queries” Tool in https://stats.oecd.org/Index.aspx?DataSetCode=IO_GHG_2021 The emissions figures are based on summing for every country imports from all other countries.

Indicator: IMGR_FCO2: Foreign CO₂ emissions embodied in gross imports OECD Indicators on Carbon dioxide (CO2) emissions embodied in international trade (TeCO2) are derived by combining the 2021 editions of OECD Inter-Country Input-Output (ICIO) Database and of International Energy Agency (IEA) statistics on CO2 emissions from fuel combustion. In this release of TeCO2, emissions from fuels used for international aviation and maritime transport (i.e. aviation and marine bunkers) are also considered.

Industry D35: Electricity, gas, steam and air conditioning supply Foreign CO2 emissions embodied in gross imports captures the foreign CO2 emissions embodied in gross imports of country/region c with origin in exporting industry i in exporting country/region partner p. Note: Regions are treated as a unit, i.e. IMGR_FCO2 excludes intra-regional trade, as so, intra-region flows are considered as domestic

Scope 3 Query based on “My Queries” Tool in https://stats.oecd.org/Index.aspx?DataSetCode=IO_GHG_2021 The emissions figures are based on summing for every country imports from all other countries.

Indicator: IMGR_FCO2: Foreign CO₂ emissions embodied in gross imports OECD Indicators on Carbon dioxide (CO2) emissions embodied in international trade (TeCO2) are derived by combining the 2021 editions of OECD Inter-Country Input-Output (ICIO) Database and of International Energy Agency (IEA) statistics on CO2 emissions from fuel combustion. In this release of TeCO2, emissions from fuels used for international aviation and maritime transport (i.e. aviation and marine bunkers) are also considered.

Industry: DTOTAL: TOTAL Foreign CO2 emissions embodied in gross imports captures the foreign CO2 emissions embodied in gross imports of country/region c with origin in exporting industry i in exporting country/region partner p. Note: Regions are treated as a unit, i.e. IMGR_FCO2 excludes intra-regional trade, as so, intra-region flows are considered as domestic

Exported emissions Query based on “My Queries” Tool in https://stats.oecd.org/Index.aspx?DataSetCode=IO_GHG_2021 The emissions figures are based on summing for every country exports to all other countries.

Indicator: EXGR_DCO2: Foreign CO₂ emissions embodied in gross importsOECD Indicators on Carbon dioxide (CO2) emissions embodied in international trade (TeCO2) are derived by combining the 2021 editions of OECD Inter-Country Input-Output (ICIO) Database and of International Energy Agency (IEA) statistics on CO2 emissions from fuel combustion. In this release of TeCO2, emissions from fuels used for international aviation and maritime transport (i.e. aviation and marine bunkers) are also considered.

Industry: DTOTAL:TOTAL EXGR_DCO2c,p,i, Domestic CO2 emissions embodied in gross exports, by industry i in country / region c to partner country/region p, represents the embodied CO2 emissions in exports that has been generated anywhere in the domestic economy (i.e. not just by the exporting industry). Note: Regions are treated as a unit, i.e., EXGR_DCO2 excludes intra-regional trade, as so, intra-region flows are considered as domestic.

HeatherAck commented 11 months ago

related to #320