GENERATE_CLASSIFIERSET Operation
{
"manifest_version": "1.0.0",
"id_mapping": {
"bld": "dch:org/myOrg/site/mySite/building/myBuilding#",
"myDatapool": "dch:org/myOrg/datapool/managed_datapool_MyDataPool_12345678-9abc-def0-1234-56789abcdef0#"
},
"operations": [{
"operation_type": "CREATE",
"config": {
"object_file": "objects.csv"
}
}, {
"operation_type": "RELATE",
"config": {
"skeleton_file": "skeleton.csv"
}
}, {
"operation_type": "POINT_CREATE_LINK_PATTERN_MATCH",
"config": {
"point_linkage_file": "point_linkage.csv",
"point_list_files": ["point_list.csv"]
}
}, {
"operation_type": "GENERATE_CLASSIFIERSET",
"config": {
"organisation": "myOrg",
"point_class_files": ["point_class.csv"]
}
}]
}Example
Inputs
Point_Expression
Brick Class
brick:hasUnit
brick:scaleFactor [brick:scale, brick:offset]
Outputs
Using swagger API docs to finish point classification


Last updated