juanpac96 commited on
Commit
923ebbe
·
verified ·
1 Parent(s): 7e93892

Force update of dataset files

Browse files
Files changed (1) hide show
  1. README.md +29 -15
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- language: [es]
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. the objective is create a PostgreSQL database using Django.
 
18
 
19
  ## Contents
20
 
21
- - `Biodiversity_records.csv`: Main biodiversity registry.
22
- - `Place.csv`: Geographical locations where observations were made.
23
- - `Geog_coord_syst.csv`: Metadata about the coordinate reference systems used.
24
- - `Taxonomy_details.csv`: Taxonomic classification per tree (family, genus, species).
25
- - `Measurements.csv`: Tree measurements such as trunk height, total height, crown diameter, DBH, and volume.
26
- - `Observations_details.csv`: Observations including IUCN status, physical condition, origin, use, and other descriptive attributes.
27
- - `FunctionalTraitsStructure.csv`: Functional traits assigned to each taxonomic unit, including canopy shape, leaf color, maximum height, crown diameter, and indices such as carbon sequestration and shade potential.
 
 
 
 
 
 
 
 
 
28
 
29
- The objective is to build and populate a structured PostgreSQL database using Python and SQLAlchemy, which stores biodiversity, taxonomy, and urban tree census data for Ibagué, Colombia.
 
30
 
31
- ## Sources
32
- Data collected by Omdena Local Chapter - GIBDET, Colombia Chapter.
33
 
34
  ## License
35
- CC BY 4.0 — You are free to use, share, and adapt with attribution.
 
 
 
36
 
37
  ## Citation
38
- Please cite:
39
- *Juan Pablo Cuevas, Omdena GIBDET Colombia Chapter, 2025.*
 
 
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*