Skip to content

Commit ae99ef1

Browse files
committed
upload
1 parent fee4c3e commit ae99ef1

1 file changed

Lines changed: 98 additions & 0 deletions

File tree

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
{
2+
"type": "Feature",
3+
"stac_version": "1.0.0",
4+
"id": "X8040TBJSH",
5+
"collection": "no-ML collection",
6+
"geometry": {
7+
"type": "Polygon",
8+
"coordinates": [
9+
[
10+
[
11+
-180,
12+
-90
13+
],
14+
[
15+
-180,
16+
90
17+
],
18+
[
19+
180,
20+
90
21+
],
22+
[
23+
180,
24+
-90
25+
],
26+
[
27+
-180,
28+
-90
29+
]
30+
]
31+
]
32+
},
33+
"bbox": [
34+
-180,
35+
-90,
36+
180,
37+
90
38+
],
39+
"properties": {
40+
"provider": "bachirnilu",
41+
"use-case": "UC4",
42+
"title": "EPISCOPE-based heuristic",
43+
"description": " The method follows a rule-based approach developed in the IEE EPISCOPE and TABULA projects, which estimates energy performance based on key building parameters such as construction year, type, and geometry (height, footprint,..).",
44+
"main-category": "Analytics",
45+
"objective": "regression",
46+
"datetime": "2025-07-02",
47+
"keywords": [
48+
"Energy",
49+
" building",
50+
" Rennes",
51+
" EPISCOPE",
52+
"jupyter_notebook_available"
53+
],
54+
"platform": "EOX",
55+
"framework": "NumPy",
56+
"algorithm": "custom-method",
57+
"validation": "",
58+
"license": "CC-BY-NC-4.0",
59+
"processor-used": "cpu",
60+
"operating-system-used": "linux",
61+
"use-constraints": "May depend on the availability and completeness of city-level data."
62+
},
63+
"links": [
64+
{
65+
"rel": "root",
66+
"href": "./catalog.json",
67+
"type": "application/json",
68+
"title": "Root"
69+
},
70+
{
71+
"rel": "parent",
72+
"href": "./catalog.json",
73+
"type": "application/json",
74+
"title": "no-ML collection"
75+
}
76+
],
77+
"assets": {
78+
"input-data-used": {
79+
"href": "https://data.ademe.fr/datasets/dpe-france",
80+
"type": "Data",
81+
"title": "Input data used",
82+
"description": "Public French Government data, including yearly building energy consumption. ",
83+
"biases-and-ethical-aspects": "",
84+
"roles": [
85+
"data"
86+
]
87+
},
88+
"output-data-obtained": {
89+
"href": "https://zenodo.org/uploads/15789207",
90+
"type": "application/json",
91+
"title": "Output data obtained",
92+
"description": "This GeoJson dataset contains building-level energy demand estimations for the city of Rennes using EPISCOPE.",
93+
"roles": [
94+
"data"
95+
]
96+
}
97+
}
98+
}

0 commit comments

Comments
 (0)