1 record

Emissions from Forests

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
1990
Area
               

No description available for this field.

Name (identifier)
area
Type
text
Sample
Afghanistan
Element
               

No description available for this field.

Name (identifier)
element
Type
text
Sample
Area
Item
               

No description available for this field.

Name (identifier)
item
Type
text
Sample
Forestland
Value
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
1208.44
Unit
               

No description available for this field.

Name (identifier)
unit
Type
text
Sample
1000 ha
Flag Description
               

No description available for this field.

Name (identifier)
flag_description
Type
text
Sample
Estimated value

JSON Schema

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

{
  • "title":"emissions-from-forests",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/emissions-from-forests"
      }
    ]
    ,
  • "definitions":
    {
    • "emissions-from-forests":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/emissions-from-forests_records"
            }
          }
        }
      }
      ,
    • "emissions-from-forests_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "area":
              {
              • "type":"string",
              • "title":"Area",
              • "description":""
              }
              ,
            • "element":
              {
              • "type":"string",
              • "title":"Element",
              • "description":""
              }
              ,
            • "item":
              {
              • "type":"string",
              • "title":"Item",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
              ,
            • "unit":
              {
              • "type":"string",
              • "title":"Unit",
              • "description":""
              }
              ,
            • "flag_description":
              {
              • "type":"string",
              • "title":"Flag Description",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets