Total Global Greenhouse Gas Emissions

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
World Region
               

No description available for this field.

Name (identifier)
world_region
Type
text
Sample
                       
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
Substance
               

No description available for this field.

Name (identifier)
substance
Type
text
Sample
                       
IPCC_Annex
               

No description available for this field.

Name (identifier)
ipcc_annex
Type
text
Sample
                       
Value
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       
Unit
GHG emissions are expressed in Mton CO2eq,
but CH4,CO2, N2O and f-gases are expressed in kt 

No description available for this field.

Name (identifier)
unit
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"total-global-greenhouse-gas-emissions",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/total-global-greenhouse-gas-emissions"
      }
    ]
    ,
  • "definitions":
    {
    • "total-global-greenhouse-gas-emissions":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/total-global-greenhouse-gas-emissions_records"
            }
          }
        }
      }
      ,
    • "total-global-greenhouse-gas-emissions_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "world_region":
              {
              • "type":"string",
              • "title":"World Region ",
              • "description":""
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "substance":
              {
              • "type":"string",
              • "title":"Substance",
              • "description":""
              }
              ,
            • "ipcc_annex":
              {
              • "type":"string",
              • "title":"IPCC_Annex",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
              ,
            • "unit":
              {
              • "type":"string",
              • "title":"Unit",
              • "description":"GHG emissions are expressed in Mton CO2eq, but CH4,CO2, N2O and f-gases are expressed in kt "
              }
            }
          }
        }
      }
    }
}

Similar datasets