CoolFace
Datasetpublic

letrinhan/vn-provinces-forest-status

Vietnam provinces forest status Forest status as of 31 December: total / natural / planted / newly planted forest area (thousand hectares) and forest cover rate (percent). Coverage 2008-2024 (gap year 2017 absent in source). Geographic labels are English (UN/GSO style ASCII romanization). Tables cover provinces, regions and national total where present. Province names follow ar_core.vn_geo (historical 63-province system). Figures Hero Comparison Color key… See the full description on the dataset page: https://huggingface.co/datasets/letrinhan/vn-provinces-forest-status.

sourceHugging Faceotherupdated 2d agoView on Hugging Face
0likes87downloads
Dataset Card

Vietnam provinces forest status

Forest status as of 31 December: total / natural / planted / newly planted forest area (thousand hectares) and forest cover rate (percent). Coverage 2008-2024 (gap year 2017 absent in source). Geographic labels are English (UN/GSO style ASCII romanization). Tables cover provinces, regions and national total where present. Province names follow arcore.vngeo (historical 63-province system).

Figures

Hero

[image]

Comparison

[image]

Color key

[image]

Files

provinces (960 rows)

  • data/provinces.csv
  • data/provinces.dta
  • data/provinces.xlsx

regions (96 rows)

  • data/regions.csv
  • data/regions.dta
  • data/regions.xlsx

national (16 rows)

  • data/national.csv
  • data/national.dta
  • data/national.xlsx

Load

Stata:

stata
use "data/provinces.dta", clear

R:

r
df <- read.csv("data/provinces.csv")

SPSS: open the .xlsx or .csv file.

Source

National Statistics Office of Vietnam (NSO/GSO). Original table title: Hien trang rung co den 31/12 phan theo dia phuong. Cleaned long panel for research use.

Raw originals

Unmodified upstream source files are under raw/ for verification (see raw/README.md). Clean tables remain under data/.

Citation

bibtex
@misc{nso_vn_provinces_forest_status,
  title = {Vietnam provinces forest status},
  author = {{National Statistics Office of Vietnam}},
  note = {Area thousand_ha; cover rate percent.},
  year = {2024}
}

Built 2026-09-20 UTC.