Methane emissions

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
                       
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":"methane-emissions",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/methane-emissions"
      }
    ]
    ,
  • "definitions":
    {
    • "methane-emissions":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/methane-emissions_records"
            }
          }
        }
      }
      ,
    • "methane-emissions_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":"value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets