Skip to content

Latest commit

 

History

History
69 lines (60 loc) · 1.28 KB

stats.bld.md

File metadata and controls

69 lines (60 loc) · 1.28 KB

statistics [building profile]

Statistics for all building scene layer sublayers. Captures statistical information for each field in the building scene layer and the sublayers containing this fields.

Related:

bld::layer

Properties

Property Type Description
summary attributestats[] Per-attribute statistics for all sublayers.

Note: properties in bold are required

Examples

Example: Building Scene Layer statistics

 {
  "summary": [
    {
      "fieldName": "floor",
      "label": "Etage",
      "mostFrequentValues": [
        1,
        2,
        5,
        4
      ],
      "subLayerIds": [
        0,
        2,
        3,
        5,
        6,
        10
      ]
    },
    {
      "fieldName": "fournitures",
      "label": "Meuble interieur",
      "mostFrequentValues": [
        "chair",
        "table",
        "cubicle",
        "boxes"
      ],
      "subLayerIds": [
        10,
        4,
        5
      ]
    },
    {
      "fieldName": "diameter",
      "label": "Diametre de conduit",
      "min": 0.2566,
      "max": 2.256,
      "subLayerIds": [
        3,
        5
      ]
    }
  ]
}