National Inventory of Anthropogenic Emissions by Sources and Removals by Sinks of Greenhouse Gases

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
                       
Gas
               

No description available for this field.

Name (identifier)
gas
Type
text
Sample
                       
Source
               

No description available for this field.

Name (identifier)
source
Type
text
Sample
                       
Sub Category
               

No description available for this field.

Name (identifier)
sub_category
Type
text
Sample
                       
Sub Sub Category
               

No description available for this field.

Name (identifier)
sub_sub_category
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
                       
Percent of Total (%)
               

No description available for this field.

Name (identifier)
percent_of_total
Type
decimal
Unit
%
Sample
                       

JSON Schema

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

{
  • "title":"gas-emission-by-major-source-category",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/gas-emission-by-major-source-category"
      }
    ]
    ,
  • "definitions":
    {
    • "gas-emission-by-major-source-category":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/gas-emission-by-major-source-category_records"
            }
          }
        }
      }
      ,
    • "gas-emission-by-major-source-category_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "gas":
              {
              • "type":"string",
              • "title":"Gas",
              • "description":""
              }
              ,
            • "source":
              {
              • "type":"string",
              • "title":"Source",
              • "description":""
              }
              ,
            • "sub_category":
              {
              • "type":"string",
              • "title":"Sub Category",
              • "description":""
              }
              ,
            • "sub_sub_category":
              {
              • "type":"string",
              • "title":"Sub Sub Category",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
              ,
            • "unit":
              {
              • "type":"string",
              • "title":"Unit",
              • "description":""
              }
              ,
            • "percent_of_total":
              {
              • "type":"number",
              • "title":"Percent of Total (%)",
              • "description":"",
              • "unit":"%"
              }
            }
          }
        }
      }
    }
}

Similar datasets