Datasets:
Leaves.PH v0.7.0: dataset card
Browse files
README.md
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pretty_name: "Leaves.PH: Metro Manila tree-canopy series"
|
| 6 |
+
tags:
|
| 7 |
+
- remote-sensing
|
| 8 |
+
- urban-canopy
|
| 9 |
+
- sentinel-2
|
| 10 |
+
- metro-manila
|
| 11 |
+
- geospatial
|
| 12 |
+
viewer: false
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# Leaves.PH: Metro Manila tree-canopy series
|
| 16 |
+
|
| 17 |
+
Open per-LGU and per-barangay annual tree-canopy estimates for the 17 LGUs of
|
| 18 |
+
Metro Manila (2019 to 2026), measured from Sentinel-2 imagery with a
|
| 19 |
+
human-calibrated classifier. Canopy here is a dense-vegetation proxy, not a
|
| 20 |
+
pixel-exact tree census. Read each year as a cross-sectional snapshot, not a
|
| 21 |
+
validated change series.
|
| 22 |
+
|
| 23 |
+
## What is in this repo
|
| 24 |
+
|
| 25 |
+
- `per_lgu/per_lgu_canopy_2019_2026.csv`, `per_barangay/per_barangay_canopy_2019_2026_model.csv`: the published canopy series.
|
| 26 |
+
- `MODEL_CARD.md`, `BENCHMARKS.md`, `RESULTS.md`: accuracy, intended use, known biases, and the 656-label evaluation. All metrics live here.
|
| 27 |
+
- `canopy_model/`: the published classifier, its 656 manual gold labels, and the ablation it was chosen from.
|
| 28 |
+
- `validation_v3/*.png`: per-LGU visual validation panels.
|
| 29 |
+
|
| 30 |
+
The CLIP detection artefacts are a separate research track (in optimization) and
|
| 31 |
+
are not the source of any published figure.
|
| 32 |
+
|
| 33 |
+
## Links
|
| 34 |
+
|
| 35 |
+
- Code and full methodology: https://github.com/xmpuspus/leaves-ph
|
| 36 |
+
- Interactive map: https://leaves.ph
|
| 37 |
+
- Model repository: https://huggingface.co/xmpuspus/leaves-ph
|
| 38 |
+
- DOI: https://doi.org/10.5281/zenodo.20470306
|
| 39 |
+
|
| 40 |
+
## License
|
| 41 |
+
|
| 42 |
+
Data: CC-BY-4.0. Code (in the GitHub repository): MIT. Upstream inputs retain
|
| 43 |
+
their own licenses (Copernicus Sentinel-2, Hansen GFC, ESA WorldCover, Google
|
| 44 |
+
Dynamic World, Meta Canopy Height, OpenStreetMap, PSA); see the repository
|
| 45 |
+
LICENSE for the required attribution string.
|
| 46 |
+
|
| 47 |
+
## Citation
|
| 48 |
+
|
| 49 |
+
```
|
| 50 |
+
@software{puspus_leaves_ph_2026,
|
| 51 |
+
title = {Leaves.PH: open tree-canopy measurement for Metro Manila},
|
| 52 |
+
author = {Puspus, Xavier},
|
| 53 |
+
year = {2026},
|
| 54 |
+
version = {0.7.0},
|
| 55 |
+
doi = {10.5281/zenodo.20470306},
|
| 56 |
+
url = {https://github.com/xmpuspus/leaves-ph}
|
| 57 |
+
}
|
| 58 |
+
```
|