Baselight

Green House Gas Historical Emission Data

Climate Watch Historical Country Greenhouse Gas Emissions Data (1990-2018)

@kaggle.saurabhshahane_green_house_gas_historical_emission_data

Loading...
Loading...

About this Dataset

Green House Gas Historical Emission Data

Context

Date Of Content: 1990-2018

Source Organization: World Resources Institute

Summary: Historical country-level and sectoral GHG emission data (1990-2018)

Description: Climate Watch Historical Emission data contains sector-level greenhouse gas (GHG) emissions data for 194 countries and the European Union (EU) for the period 1990-2018, including emissions of the six major GHGs from most major sources and sinks. Non-CO2 emissions are expressed in CO2 equivalents using 100-year global warming potential values from IPCC Fourth Assessment Report. See http://cait.wri.org/docs/CAIT2.0_CountryGHG_Methods.pdf for details regarding data source and methodology.

Geographic Coverage: Global

Cautions: Climate Watch Historical GHG Emissions data (previously published through CAIT Climate Data Explorer) are derived from several sources. Any use of the Land-Use Change and Forestry or Agriculture indicator should be cited as FAO 2020, FAOSTAT Emissions Database. Any use of CO2 emissions from fuel combustion data should be cited as CO2 Emissions from Fuel Combustion, OECD/IEA, 2020. As of March 2020, emissions from European Union (27) for all years no longer include emissions from United Kingdom on Climate Watch.

Read More: https://www.climatewatchdata.org/ghg-emissions

Summary Of Licenses: Creative Commons Attribution-NonCommercial 4.0 International license

Citation: Climate Watch Historical GHG Emissions. 2021. Washington, DC: World Resources Institute. Available online at: https://www.climatewatchdata.org/ghg-emissions

Terms Of Service Link: https://creativecommons.org/licenses/by/4.0/

Acknowledgements

Watch, Climate (2021), “Climate Watch Historical Country Greenhouse Gas Emissions Data (1990-2018)”, Mendeley Data, V1, doi: 10.17632/74jyyv2542.1

Tables

Ghg Emissions

@kaggle.saurabhshahane_green_house_gas_historical_emission_data.ghg_emissions
  • 57.07 KB
  • 195 rows
  • 31 columns
Loading...

CREATE TABLE ghg_emissions (
  "country_region" VARCHAR,
  "unit" VARCHAR,
  "n_1990" VARCHAR,
  "n_1991" DOUBLE,
  "n_1992" DOUBLE,
  "n_1993" DOUBLE,
  "n_1994" DOUBLE,
  "n_1995" DOUBLE,
  "n_1996" DOUBLE,
  "n_1997" DOUBLE,
  "n_1998" DOUBLE,
  "n_1999" DOUBLE,
  "n_2000" DOUBLE,
  "n_2001" DOUBLE,
  "n_2002" DOUBLE,
  "n_2003" DOUBLE,
  "n_2004" DOUBLE,
  "n_2005" DOUBLE,
  "n_2006" DOUBLE,
  "n_2007" DOUBLE,
  "n_2008" DOUBLE,
  "n_2009" DOUBLE,
  "n_2010" DOUBLE,
  "n_2011" DOUBLE,
  "n_2012" DOUBLE,
  "n_2013" DOUBLE,
  "n_2014" DOUBLE,
  "n_2015" DOUBLE,
  "n_2016" DOUBLE,
  "n_2017" DOUBLE,
  "n_2018" DOUBLE
);

Share link

Anyone who has the link will be able to view this.