Skip to content

Commit f9dd2dc

Browse files
committed
update
1 parent bcea230 commit f9dd2dc

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

stac/ml_items/Estimate Rooftop Heights from Orthophotos: a Machine Learning Approach.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"title": "VGG16 + XGBoost (or LightGBM)",
4646
"description": "We used VGG16 for feature extraction. VGG16 is a 16-layer CNN that was trained on millions of images\r\nfrom the ImageNet database. The we used XGboost for regression and LightGBM for classification of rooftop heights.",
4747
"main-category": "Machine Learning",
48-
"datetime": "2025-06-17",
48+
"datetime": "2025-07-03",
4949
"keywords": [
5050
"Rooftop images",
5151
" CNN",
@@ -54,7 +54,8 @@
5454
" regression",
5555
" classification",
5656
" lightGBM",
57-
" classification."
57+
" classification.",
58+
"jupyter_notebook_available"
5859
],
5960
"platform": "Local Jupyter notebook",
6061
"framework": "Scikit-Learn",
@@ -82,21 +83,27 @@
8283
"href": "./catalog.json",
8384
"type": "application/json",
8485
"title": "ML collection"
86+
},
87+
{
88+
"href": "https://github.com/FAIRiCUBE/uc4-building-stock/blob/main/models/XGBoost_Roof_Height.py",
89+
"rel": "about",
90+
"type": "text/html",
91+
"title": "Implementation example"
8592
}
8693
],
8794
"assets": {
8895
"input-data-used": {
8996
"href": "https://www.data.gv.at/katalog/dataset/25b694ad-802b-4f64-bcbc-09897b0dcbf7",
9097
"type": "Data",
9198
"title": "Input data used",
92-
"description": "https://www.data.gv.at/katalog/dataset/25b694ad-802b-4f64-bcbc-09897b0dcbf7",
99+
"description": "Vienna's open governmental portal (LOD2.1 building data)",
93100
"biases-and-ethical-aspects": "",
94101
"roles": [
95102
"data"
96103
]
97104
},
98105
"model-checkpoint": {
99-
"href": "Not available online.",
106+
"href": "Under review in Zenodo",
100107
"type": "application/octet-stream",
101108
"title": "Model",
102109
"description": "The output data is a trained model that estimates rooftop heights from rooftop images.",

0 commit comments

Comments
 (0)