Data Output Structure
Overview
CloneableJSON Format
Complete Pole Measurement Output
{
"high_accuracy": true,
"pole_information": {
"height": 35.2,
"lean_angle": 2.1,
"lean_direction": 45.7,
"location": {
"latitude": 40.7128,
"longitude": -74.0060,
"altitude": 25.1
}
},
"attachments": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"type": "transformer",
"classification": "Distribution Transformer",
"inventoryClass": {
"name": "Distribution Transformer",
"subcategories": [
{
"name": "KVA Rating",
"value": "50",
"required": true
},
{
"name": "Phase",
"value": "Single",
"required": true
}
]
},
"owner": "City Power & Light",
"height": 25.3,
"distanceFromPoleTop": 9.9,
"relatedGuys": ["guy-uuid-1"],
"images": [
{
"imageId": "image-uuid-1",
"point": {
"x": 150.5,
"y": 200.2
}
}
],
"notes": "Transformer shows signs of corrosion on tank"
}
],
"images": [
{
"id": "image-uuid-1",
"type": "pole",
"image": "CloneableImage data",
"referenceLine": {
"bottom": {
"id": "point-bottom-uuid",
"pixelCoordinates": {
"x": 100.0,
"y": 500.0
},
"worldCoordinates": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"top": {
"id": "point-top-uuid",
"pixelCoordinates": {
"x": 100.0,
"y": 50.0
},
"worldCoordinates": {
"x": 0.0,
"y": 35.2,
"z": 0.0
}
}
},
"scalingData": {
"pixelArray": [
{
"id": "pixel-point-1",
"pixelCoordinates": {
"x": 100.0,
"y": 275.0
},
"worldCoordinates": {
"x": 0.0,
"y": 17.6,
"z": 0.0
}
},
{
"id": "pixel-point-2",
"pixelCoordinates": {
"x": 150.5,
"y": 200.2
},
"worldCoordinates": {
"x": 0.5,
"y": 25.3,
"z": 0.2
}
}
]
},
"cameraTilt": 15.2,
"predictedCameraTilt": 14.8,
"wasAutoCaptured": false,
"wasCapturedInSafeZone": true,
"stickDistance": 3.5,
"stickHeight": 1.8,
"captureTimestamp": "2024-01-15T14:30:25.123Z"
}
]
}Midspan Measurement Output
Guy Wire Measurement Output
Data Type Categories
Measurement Data
Visual Data
Classification Data
Image Data Structure
Measurement References
Scaling Data
Image Metadata
Attachment Data Structure
Basic Attachment Properties
Inventory Classification
Relationships
Coordinate Systems
Pixel Coordinates
World Coordinates
Geographic Coordinates
Last updated

