Datasets:
Force update of dataset files
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
language: [
|
3 |
datasets: []
|
4 |
license: mit
|
5 |
task_categories:
|
@@ -11,29 +11,43 @@ tags:
|
|
11 |
- Colombia
|
12 |
pretty_name: Urban Tree Census Data - Ibagué
|
13 |
---
|
|
|
14 |
# Urban Tree Census Data
|
15 |
|
16 |
This dataset was collected as part of the **Urban Tree Observatory Project in Ibagué, Colombia**.
|
17 |
-
It includes georeferenced records of urban trees, taxonomic details, physical measurements, and observational data.
|
|
|
18 |
|
19 |
## Contents
|
20 |
|
21 |
-
- `
|
22 |
-
- `
|
23 |
-
- `
|
24 |
-
- `
|
25 |
-
- `
|
26 |
-
- `
|
27 |
-
- `
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
-
The
|
|
|
30 |
|
31 |
-
## Sources
|
32 |
-
Data collected by Omdena Local Chapter - GIBDET, Colombia Chapter.
|
33 |
|
34 |
## License
|
35 |
-
|
|
|
|
|
|
|
36 |
|
37 |
## Citation
|
38 |
-
|
39 |
-
|
|
|
|
1 |
---
|
2 |
+
language: [en]
|
3 |
datasets: []
|
4 |
license: mit
|
5 |
task_categories:
|
|
|
11 |
- Colombia
|
12 |
pretty_name: Urban Tree Census Data - Ibagué
|
13 |
---
|
14 |
+
|
15 |
# Urban Tree Census Data
|
16 |
|
17 |
This dataset was collected as part of the **Urban Tree Observatory Project in Ibagué, Colombia**.
|
18 |
+
It includes georeferenced records of urban trees, taxonomic details, physical measurements, and climate and observational data.
|
19 |
+
The main goal is to build and populate a structured PostgreSQL database using Django and SQLAlchemy.
|
20 |
|
21 |
## Contents
|
22 |
|
23 |
+
- `biodiversity.csv`: Main biodiversity registry per observed tree.
|
24 |
+
- `climate.csv`: Historical climate data associated with monitoring stations in Ibagué.
|
25 |
+
- `measurements.csv`: Physical measurements per tree (total height, DBH, volume, crown diameter, etc.).
|
26 |
+
- `observations.csv`: Information health condition, observations on field etc.
|
27 |
+
- `places.csv`: Geographic information where trees are located (name, neighborhood, municipality).
|
28 |
+
- `taxonomy.csv`: Taxonomic classification per unit (family, genus, species, common name).
|
29 |
+
- `traits.csv`: Functional traits per species such as maximum height, carbon sequestration potential etc.
|
30 |
+
|
31 |
+
## Objective
|
32 |
+
|
33 |
+
To build a comprehensive database that enables ecological and functional analysis of urban trees, supporting applications like urban observatories, decision-making tools, and monitoring web platforms.
|
34 |
+
|
35 |
+
## Data Source
|
36 |
+
|
37 |
+
The original dataset was downloaded from the official open data portal of Colombia:
|
38 |
+
[Urban Tree Census in Ibagué - Secretaría de Ambiente y Gestión del Riesgo](https://www.datos.gov.co/Ambiente-y-Desarrollo-Sostenible/Censo-de-Arbolado-urbano-en-Ibagu-Sria-Ambiente-y-/am4p-tz7w/about_data)
|
39 |
|
40 |
+
The data was then cleaned, curated, and transformed by the local team of Omdena — **GIBDET Colombia Chapter**.
|
41 |
+
This process included designing a relational SQL schema, normalizing and enriching the dataset, and building a Geodatabase in **PostgreSQL + PostGIS** to support geospatial analysis and web-based applications.
|
42 |
|
|
|
|
|
43 |
|
44 |
## License
|
45 |
+
|
46 |
+
**MIT License** — Free to use, modify, and redistribute with attribution.
|
47 |
+
|
48 |
+
## Citation
|
49 |
|
50 |
## Citation
|
51 |
+
|
52 |
+
Please cite this dataset as:
|
53 |
+
*Juan Pablo Cuevas Gonzalez (2025). Omdena GIBDET Colombia Chapter. Urban Tree Census Data - Ibagué [Dataset]. Hugging Face. https://huggingface.co/datasets/juanpac96/urban_tree_census_data*
|