Global Greenhouse-Gas Emissions By Sector

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
                       
Sector
               

No description available for this field.

Name (identifier)
sector
Type
text
Sample
                       
IPCC-Annex
               

No description available for this field.

Name (identifier)
ipcc_annex
Type
text
Sample
                       
IPCC_code
               

No description available for this field.

Name (identifier)
ipcc_code
Type
text
Sample
                       
fossil_bio
               

No description available for this field.

Name (identifier)
fossil_bio
Type
text
Sample
                       
Value
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       
Unit
               

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":"global-greenhouse-gas-emissions-by-sector",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/global-greenhouse-gas-emissions-by-sector"
      }
    ]
    ,
  • "definitions":
    {
    • "global-greenhouse-gas-emissions-by-sector":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/global-greenhouse-gas-emissions-by-sector_records"
            }
          }
        }
      }
      ,
    • "global-greenhouse-gas-emissions-by-sector_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":""
              }
              ,
            • "sector":
              {
              • "type":"string",
              • "title":"Sector",
              • "description":""
              }
              ,
            • "ipcc_annex":
              {
              • "type":"string",
              • "title":"IPCC-Annex",
              • "description":""
              }
              ,
            • "ipcc_code":
              {
              • "type":"string",
              • "title":"IPCC_code",
              • "description":""
              }
              ,
            • "fossil_bio":
              {
              • "type":"string",
              • "title":"fossil_bio",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
              ,
            • "unit":
              {
              • "type":"string",
              • "title":"Unit",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets