| # | year | topic | area_ha | pct_of_territory |
|---|---|---|---|---|
| loading... | ||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| year | int64 | Calendar year. Natural forest is reported for 2019-2024; forest plantation for 2015-2024 (both with gaps in intermediate years per the source). | - |
| topic | string | Forest type. Values: natural_forest (Table 5.6) and plantation (Table 5.7). | - |
| area_ha | float64 | Forest area in hectares for the given year and topic. | ha |
| pct_of_territory | float64 | Forest area as a share of national territory, as a percent on a 0-100 scale. | % |
import imibare as imi
df = imi.load("rw.nisr.forest-cover.annual")
print(df.head()) import duckdb
duckdb.sql("""
ATTACH 'https://catalog.cloudflarestorage.com/imibare-data'
AS imi (TYPE ICEBERG, READ_ONLY)
""")
duckdb.sql("SELECT * FROM imi.rw_nisr_forest-cover_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.nisr.forest-cover.annual/download" \
-o "rw.nisr.forest-cover.annual.parquet" # List all datasets
curl "https://api.imibare.org/v1/datasets"
# Get metadata for this dataset
curl "https://api.imibare.org/v1/datasets/rw.nisr.forest-cover.annual" Every version is a change in the data, and every one is retained; snapshots are never overwritten. Each entry is a dated Parquet snapshot in the dataset's versions/ archive.
- 2026-07-03 Jul 3, 2026 LATEST12 rows · 3.0 KB · initial version
imibare contributors. (2026). Forest Cover [Data set]. imibare. v2026-07-03. https://imibare.org/datasets/rw.nisr.forest-cover.annual
@dataset{imibare_rw_nisr_forest-cover_annual, author = {imibare contributors}, title = {Forest Cover}, year = {2026}, publisher = {imibare}, version = {v2026-07-03}, url = {https://imibare.org/datasets/rw.nisr.forest-cover.annual} }
imibare contributors. Forest Cover. v2026-07-03. imibare, 2026. https://imibare.org/datasets/rw.nisr.forest-cover.annual.
imibare contributors. Forest Cover. v2026-07-03, imibare, 2026, https://imibare.org/datasets/rw.nisr.forest-cover.annual.