Total greenhouse gas emissions (kt of CO2 equivalent)

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Country Name
               

No description available for this field.

Name (identifier)
country_name
Type
text
Sample
                       
Indicator Name
               

No description available for this field.

Name (identifier)
indicator_name
Type
text
Sample
                       
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Total greenhouse gas emissions (kt of CO2 equivalent)
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"total-greenhouse-gas-emissions-kt-of-co2-equivalent",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/total-greenhouse-gas-emissions-kt-of-co2-equivalent"
      }
    ]
    ,
  • "definitions":
    {
    • "total-greenhouse-gas-emissions-kt-of-co2-equivalent":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/total-greenhouse-gas-emissions-kt-of-co2-equivalent_records"
            }
          }
        }
      }
      ,
    • "total-greenhouse-gas-emissions-kt-of-co2-equivalent_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "country_name":
              {
              • "type":"string",
              • "title":"Country Name",
              • "description":""
              }
              ,
            • "indicator_name":
              {
              • "type":"string",
              • "title":"Indicator Name",
              • "description":""
              }
              ,
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Total greenhouse gas emissions (kt of CO2 equivalent)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets