{
  "name": "nature-forest_area-world",
  "title": "Forest area is land under natural or planted stands of trees of at least 5 meters in situ, whether productive or not, and excludes tree stands in agricultural production systems.",
  "licenses": [
    {
      "name": "CC BY 4.0",
      "path": "https://creativecommons.org/licenses/by/4.0/"
    }
  ],
  "sources": [
    {
      "title": "Our World in Data",
      "path": "https://ourworldindata.org/grapher/forest-area-km"
    }
  ],
  "created": "2026-06-12",
  "resources": [
    {
      "name": "nature-forest_area-world",
      "path": "data.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "schema": {
        "fields": [
          {
            "name": "year",
            "type": "integer"
          },
          {
            "name": "nature_forest_area_world",
            "type": "number",
            "unit": "hectares"
          }
        ]
      }
    }
  ]
}