Annual Estimates of Global Anthropogenic Methane 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
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
Value
               

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":"annual-estimates-of-global-anthropogenic-methane-emissions",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/annual-estimates-of-global-anthropogenic-methane-emissions"
      }
    ]
    ,
  • "definitions":
    {
    • "annual-estimates-of-global-anthropogenic-methane-emissions":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/annual-estimates-of-global-anthropogenic-methane-emissions_records"
            }
          }
        }
      }
      ,
    • "annual-estimates-of-global-anthropogenic-methane-emissions_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets