-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinearcellcomplex.json
More file actions
50 lines (50 loc) · 1.25 KB
/
linearcellcomplex.json
File metadata and controls
50 lines (50 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"type": "CityJSON_Extension",
"name": "Linear Cell Complex (C-Map)",
"uri": "https://github.com/liberostelios/cityjson-lcc-extension",
"version": "0.2",
"description": "Extension to model the topology of the city as a linear cell complex based on a combinatorial map.",
"extraRootProperties": {
"+darts": {
"type": "object",
"properties": {
"count": {
"type": "number"
},
"betas": {
"type": "array",
"items": {
"type": "array",
"items": { "type": "number" }
}
},
"parentCityObjects": {
"type": "array",
"items": { "type": "string" }
},
"semanticSurfaces": {
"type": "array",
"items": {
"type": "array",
"items": { "type": "number" }
}
},
"vertices": {
"type": "array",
"items": { "type": "number" }
}
},
"required": [ "count", "betas", "parentCityObjects", "vertices" ],
"additionalProperties": false
}
},
"extraAttributes": {
"_AbstractCityObject": {
"+lccVolumes": {
"type": "array",
"items": { "type": "number" }
}
}
},
"extraCityObjects": {}
}