Skip to content

Commit

Permalink
Merge pull request #192 from smart-data-models/megumi-szk-patch-38
Browse files Browse the repository at this point in the history
Update example.json
  • Loading branch information
albertoabellagarcia authored Jan 16, 2025
2 parents 65f55e7 + 2e38ab8 commit 3ea297b
Showing 1 changed file with 13 additions and 46 deletions.
59 changes: 13 additions & 46 deletions ZEB/Column/examples/example.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,18 @@
{
"id": "urn:ngsi-ld:Door:BOD0000000001",
"type": "Door",
"id": "urn:ngsi-ld:MaterialLayer:BOZ0000000001",
"type": "MaterialLayer",
"dateObjectCreated": "2020-07-20T17:17:00.621Z",
"dateObjectUpdated": "2020-07-20T17:17:00.621Z",
"DoorType": "auto_single",
"flagDeleted": "false",
"jointDirection": {
"type": "Point",
"coordinates": [
[
0,
0,
90
]
]
},
"jointSurface": {
"type": "MultiPoint",
"coordinates": [
[
0,
0,
0
],
[
100,
0,
0
],
[
100,
100,
0
],
[
0,
100,
0
]
]
},
"jointArea": "0.368",
"objectName": "door_1",
"refArea": "urn:ngsi-ld:Area:SAZ0000000001",
"refBuilding": "urn:ngsi-ld:Building:ZZZ0000000001",
"refMaterial": "urn:ngsi-ld:Material:BOD0000000001",
"refRoom": "urn:ngsi-ld:Room:SRZ0000000001",
"refStair": "urn:ngsi-ld:Stair:BTZ0000000001",
"layerNumber": "1",
"materialColor": "#f5f5f5",
"materialName": "MJS_LGS",
"materialThermalConductivity": "0.0963",
"materialVolumetricSpecificHeat": "6600",
"objectName": "materialLayer_1",
"refMaterial": "urn:ngsi-ld:Material:1",
"refSlab": "urn:ngsi-ld:Slab:BSZ0000000001",
"refWall": "urn:ngsi-ld:Wall:BWZ0000000001",
"shape": {
"type": "MultiPoint",
"coordinates": [
@@ -92,5 +58,6 @@
]
]
},
"thermalTransmission": "0.834"
"thermalTransmission": "0.834",
"thickness": "115"
}

0 comments on commit 3ea297b

Please sign in to comment.