Overview
This endpoint returns detailed measurement data for a given model_id in JavaScript Object Notation (JSON) format. This is the primary method for pulling structured measurement data directly into your external systems for further analysis, estimation, material ordering, etc.
Access various versions of Hover's measurement data, from summarized exterior details to comprehensive interior layouts. The specific data returned is determined by the version parameter you provide in your request.
Please note: It is now recommended to use the JSON links provided in the Job Details response, not to use this endpoint directly.
| Measurement Type | Description | Syntax | Supported Deliverables |
|---|---|---|---|
| Summarized Exterior Measurements | A summarized version of the full JSON version | version=summarized_json |
Roof Only (2) Complete (3) |
| Full Measurements | Full detailed measurement data | version=full_json |
Roof Only (2) Complete (3) Interior (8) |
| Total Living Area (TLA) | A JSON-formatted file of the Total Living Area footprint and measurements. Only available with properties that are assigned the Total Living Area deliverable | version=sketch_json |
Total Living Area Plus (5) Total Living Area (6) |
| Roof Lines | Retrieves all lines associated with roofing facets on HOVER models. Designed to be used with external programs designed to visualize 2D line geometry. | version=roof_lines |
Roof Only (2) Complete (3) |
| Paint Measurements | Returns measurements data that's specific to exterior paint | version=paint_measurements |
Complete (3) |
Window Groups Post-Processing
Hover's PDF deliverable labels windows and window groups in order, beginning with the lowest level of the property and moving left-to-right around the structure. However, this order is not always reflected within the full_json measurement output. It is possible that the order of the objects within the window_groups array are not ordered numerically. Hover's system cannot guarantee the "correct" order of window groups. Should your integration need this data to be ordered similarly to the PDF deliverable, we recommend a post-processing step that will re-order these objects. This can be completed programmatically after the full_json body is retrieved using the name key/value pair within each window_group object.
Sample Responses
{
"roof": {
"roof_facets": {
"area": 3520,
"total": 23,
"length": null
},
"ridges_hips": {
"area": null,
"total": 21,
"length": 250.25
},
"valleys": {
"area": null,
"total": 10,
"length": 140.33
},
"rakes": {
"area": null,
"total": 16,
"length": 96.67
},
"gutters_eaves": {
"area": null,
"total": 24,
"length": 220.5
},
"flashing": {
"area": null,
"total": 8,
"length": 16.92
},
"step_flashing": {
"area": null,
"total": 3,
"length": 9.25
},
"pitch": [
{
"roof_pitch": "8/12",
"area": 3185,
"percentage": 90.48
},
{
"roof_pitch": "6/12",
"area": 320,
"percentage": 9.09
},
{
"roof_pitch": "4/12",
"area": 15,
"percentage": 0.43
}
],
"waste_factor": {
"area": {
"zero": 3520,
"plus_5_percent": 3696,
"plus_10_percent": 3872,
"plus_15_percent": 4048,
"plus_20_percent": 4224
}
}
},
"area": {
"facades": {
"siding": 2207,
"other": 531
},
"openings": {
"siding": 547,
"other": 31
},
"unknown": {
"siding": 0,
"other": 0
},
"total": {
"siding": 2892,
"other": 562
}
},
"openings": {
"quantity": {
"siding": 30,
"other": 3
},
"tops_length": {
"siding": 78.42,
"other": 6.08
},
"sills_length": {
"siding": 51.08,
"other": 6.08
},
"sides_length": {
"siding": 173.33,
"other": 45.5
},
"total_perimeter": {
"siding": 302.83,
"other": 57.67
}
},
"siding_waste": {
"zero": 2323,
"plus_10_percent": 2557,
"plus_18_percent": 2742,
"with_openings": 2641,
"openings_plus_10_percent": 2906,
"openings_plus_18_percent": 3116
},
"trim": {
"level_starter": {
"siding": 132.5,
"other": 36.08
},
"sloped_trim": {
"siding": 52,
"other": 42.5
},
"vertical_trim": {
"siding": 62.5,
"other": 392.83
}
},
"roofline": {
"eaves_fascia": {
"length": 220.5,
"avg_depth": null,
"soffit_area": null
},
"level_frieze_board": {
"length": 242.92,
"avg_depth": 1.17,
"soffit_area": 350
},
"rakes_fascia": {
"length": 96.67,
"avg_depth": null,
"soffit_area": null
},
"sloped_frieze_board": {
"length": 71.75,
"avg_depth": 0.83,
"soffit_area": 70
}
},
"corners": {
"inside_corners_qty": {
"siding": 12,
"other": null
},
"inside_corners_len": {
"siding": 82.58,
"other": null
},
"outside_corners_qty": {
"siding": 11,
"other": null
},
"outside_corners_len": {
"siding": 123,
"other": null
}
},
"accessories": {
"shutter_qty": {
"siding": 0,
"other": 0
},
"shutter_area": {
"siding": 0,
"other": 0
},
"vents_qty": {
"siding": 2,
"other": 0
},
"vents_area": {
"siding": 5,
"other": 0
}
}
}
{
"version": 1.0,
"summary": {
"area": {
"facades": {
"siding": 0,
"other": 1442
},
"openings": {
"siding": 0,
"other": 291
},
"unknown": {
"siding": 0,
"other": 0
},
"total": {
"siding": 0,
"other": 1733
}
},
"openings": {
"quantity": {
"siding": 0,
"other": 35
},
"tops_length": {
"siding": 0,
"other": 64.33333333
},
"sills_length": {
"siding": 0,
"other": 49.75
},
"sides_length": {
"siding": 0,
"other": 129.0
},
"total_perimeter": {
"siding": 0,
"other": 243.0
}
},
"siding_waste": {
"zero": 0,
"plus_10_percent": 0,
"plus_18_percent": 0,
"with_openings": 0,
"openings_plus_10_percent": 0,
"openings_plus_18_percent": 0
},
"trim": {
"level_starter": {
"siding": 0,
"other": 205.66666667
},
"sloped_trim": {
"siding": 0,
"other": 12.83333333
},
"vertical_trim": {
"siding": 0,
"other": 181.91666667
}
},
"roofline": {
"eaves_fascia": {
"length": 159.08333333,
"avg_depth": null,
"soffit_area": null
},
"level_frieze_board": {
"length": 144.58333333,
"avg_depth": 2.58333333,
"soffit_area": 399
},
"rakes_fascia": {
"length": 87.08333333,
"avg_depth": null,
"soffit_area": null
},
"sloped_frieze_board": {
"length": 75.25,
"avg_depth": 2.25,
"soffit_area": 158
}
},
"corners": {
"inside_corners_qty": {
"siding": 0,
"other": null
},
"inside_corners_len": {
"siding": 0,
"other": null
},
"outside_corners_qty": {
"siding": 0,
"other": null
},
"outside_corners_len": {
"siding": 0,
"other": null
}
},
"accessories": {
"shutter_qty": {
"siding": 0,
"other": 0
},
"shutter_area": {
"siding": 0,
"other": 0
},
"vents_qty": {
"siding": 0,
"other": 3
},
"vents_area": {
"siding": 0,
"other": 3
}
},
"roof": {
"roof_facets": {
"area": 2477,
"total": 3,
"length": null
},
"valleys": {
"area": null,
"total": 1,
"length": 2.5
},
"rakes": {
"area": null,
"total": 5,
"length": 87.08333333
},
"flashing": {
"area": null,
"total": 3,
"length": 30.58333333
},
"step_flashing": {
"area": null,
"total": 3,
"length": 5.91666667
},
"gutters_eaves": {
"area": null,
"total": 8,
"length": 159.08333333
},
"ridges_hips": {
"area": null,
"total": 1,
"length": 44.33333333
},
"pitch": [
{
"roof_pitch": "2/12",
"area": 1962,
"percentage": 79.21
},
{
"roof_pitch": "0/12",
"area": 515,
"percentage": 20.79
}
],
"waste_factor": {
"area": {
"zero": 2477,
"plus_5_percent": 2601,
"plus_10_percent": 2725,
"plus_15_percent": 2849,
"plus_20_percent": 2972
}
}
},
"address": "67 Meadow Drive, Mill Valley, CA 94941",
"property_id": 9795709,
"external_identifier": ""
},
"footprint": {
"stories": "1",
"perimeter": 200.83333333,
"area": 1907
},
"elevations": {},
"facades": {
"brick": [
{
"facade": "BR-1",
"area": 14,
"shutters": 0,
"vents": 0,
"labeled_on_screenshot": true,
"openings": {
"openings_total": 0
}
},
{
"facade": "BR-2",
"area": 4,
"shutters": 0,
"vents": 0,
"labeled_on_screenshot": true,
"openings": {
"openings_total": 0
}
},
{
"facade": "BR-3",
"area": 42,
"shutters": 0,
"vents": 0,
"labeled_on_screenshot": true,
"openings": {
"openings_total": 0
}
},
{
"facade": "BR-4",
"area": 13,
"shutters": 0,
"vents": 0,
"labeled_on_screenshot": true,
"openings": {
"openings_total": 0
}
},
{
"facade": "BR-5",
"area": 14,
"shutters": 0,
"vents": 0,
"labeled_on_screenshot": true,
"openings": {
"openings_total": 0
}
},
{
"facade": "BR-6",
"area": 4,
"shutters": 0,
"vents": 0,
"labeled_on_screenshot": true,
"openings": {
"openings_total": 0
}
},
{
"facade": "BR-7",
"area": 12,
"shutters": 0,
"vents": 0,
"labeled_on_screenshot": true,
"openings": {
"openings_total": 0
}
}
],
"stucco": [
{
"facade": "STC-1",
"area": 146,
"shutters": 0,
"vents": 0,
"labeled_on_screenshot": true,
"openings": {
"openings_total": 2
}
},
{
"facade": "STC-2",
"area": 127,
"shutters": 0,
"vents": 0,
"labeled_on_screenshot": true,
"openings": {
"openings_total": 3
}
},
{
"facade": "STC-3",
"area": 97,
"shutters": 0,
"vents": 2,
"labeled_on_screenshot": true,
"openings": {
"openings_total": 16
}
},
{
"facade": "STC-4",
"area": 81,
"shutters": 0,
"vents": 0,
"labeled_on_screenshot": true,
"openings": {
"openings_total": 0
}
},
{
"facade": "STC-5",
"area": 142,
"shutters": 0,
"vents": 0,
"labeled_on_screenshot": true,
"openings": {
"openings_total": 2
}
},
{
"facade": "STC-6",
"area": 325,
"shutters": 0,
"vents": 1,
"labeled_on_screenshot": true,
"openings": {
"openings_total": 6
}
},
{
"facade": "STC-7",
"area": 421,
"shutters": 0,
"vents": 0,
"labeled_on_screenshot": true,
"openings": {
"openings_total": 6
}
}
]
},
"openings": {
"windows": [
{
"opening": "W-101",
"width_x_height": "40\" x 18\"",
"united_inches": "59\"",
"area": 5
},
{
"opening": "W-102",
"width_x_height": "40\" x 18\"",
"united_inches": "59\"",
"area": 5
},
{
"opening": "W-103",
"width_x_height": "22\" x 21\"",
"united_inches": "43\"",
"area": 3
},
{
"opening": "W-104",
"width_x_height": "22\" x 21\"",
"united_inches": "43\"",
"area": 3
},
{
"opening": "W-105",
"width_x_height": "11\" x 24\"",
"united_inches": "35\"",
"area": 2
},
{
"opening": "W-106",
"width_x_height": "11\" x 24\"",
"united_inches": "35\"",
"area": 2
},
{
"opening": "W-107",
"width_x_height": "11\" x 24\"",
"united_inches": "35\"",
"area": 2
},
{
"opening": "W-108",
"width_x_height": "23\" x 24\"",
"united_inches": "47\"",
"area": 4
},
{
"opening": "W-109",
"width_x_height": "23\" x 24\"",
"united_inches": "47\"",
"area": 4
},
{
"opening": "W-110",
"width_x_height": "23\" x 24\"",
"united_inches": "47\"",
"area": 4
},
{
"opening": "W-111",
"width_x_height": "23\" x 24\"",
"united_inches": "47\"",
"area": 4
},
{
"opening": "W-112",
"width_x_height": "23\" x 24\"",
"united_inches": "47\"",
"area": 4
},
{
"opening": "W-113",
"width_x_height": "23\" x 24\"",
"united_inches": "47\"",
"area": 4
},
{
"opening": "W-114",
"width_x_height": "23\" x 24\"",
"united_inches": "47\"",
"area": 4
},
{
"opening": "W-115",
"width_x_height": "23\" x 24\"",
"united_inches": "47\"",
"area": 4
},
{
"opening": "W-116",
"width_x_height": "23\" x 24\"",
"united_inches": "47\"",
"area": 4
},
{
"opening": "W-117",
"width_x_height": "23\" x 24\"",
"united_inches": "47\"",
"area": 4
},
{
"opening": "W-118",
"width_x_height": "23\" x 24\"",
"united_inches": "47\"",
"area": 4
},
{
"opening": "W-119",
"width_x_height": "23\" x 24\"",
"united_inches": "47\"",
"area": 4
},
{
"opening": "W-120",
"width_x_height": "16\" x 37\"",
"united_inches": "53\"",
"area": 4
},
{
"opening": "W-121",
"width_x_height": "16\" x 37\"",
"united_inches": "53\"",
"area": 4
},
{
"opening": "W-122",
"width_x_height": "16\" x 37\"",
"united_inches": "53\"",
"area": 4
},
{
"opening": "W-123",
"width_x_height": "31\" x 20\"",
"united_inches": "51\"",
"area": 4
},
{
"opening": "W-124",
"width_x_height": "20\" x 22\"",
"united_inches": "42\"",
"area": 3
},
{
"opening": "W-125",
"width_x_height": "55\" x 21\"",
"united_inches": "77\"",
"area": 8
},
{
"opening": "W-126",
"width_x_height": "25\" x 50\"",
"united_inches": "75\"",
"area": 9
},
{
"opening": "W-127",
"width_x_height": "25\" x 50\"",
"united_inches": "75\"",
"area": 9
},
{
"opening": "W-128",
"width_x_height": "25\" x 50\"",
"united_inches": "75\"",
"area": 9
},
{
"opening": "W-129",
"width_x_height": "25\" x 50\"",
"united_inches": "75\"",
"area": 9
},
{
"opening": "W-130",
"width_x_height": "25\" x 50\"",
"united_inches": "75\"",
"area": 9
},
{
"opening": "W-131",
"width_x_height": "25\" x 50\"",
"united_inches": "75\"",
"area": 9
}
],
"doors": [
{
"opening": "D-1",
"width_x_height": "36\" x 80\"",
"area": 20
},
{
"opening": "D-2",
"width_x_height": "32\" x 82\"",
"area": 18
},
{
"opening": "D-3",
"width_x_height": "60\" x 80\"",
"area": 33
},
{
"opening": "D-4",
"width_x_height": "32\" x 80\"",
"area": 18
}
],
"window_groups": [
{
"name": "WG-8",
"width": 30.982211397685468,
"height": 20.390980045728995,
"united_inches": 51.37319144341446,
"windows": [
"W-123"
]
},
{
"name": "WG-10",
"width": 55.30388309249318,
"height": 21.355010075180402,
"united_inches": 76.65889316767358,
"windows": [
"W-125"
]
},
{
"name": "WG-9",
"width": 20.442348825607823,
"height": 21.679536387426197,
"united_inches": 42.12188521303402,
"windows": [
"W-124"
]
},
{
"name": "WG-7",
"width": 50.2261847733,
"height": 36.64931205468191,
"united_inches": 86.8754968279819,
"windows": [
"W-120",
"W-121",
"W-122"
]
},
{
"name": "WG-11",
"width": 50.62621459513571,
"height": 50.219114030779295,
"united_inches": 100.845328625915,
"windows": [
"W-126",
"W-127"
]
},
{
"name": "WG-13",
"width": 50.626214595135416,
"height": 50.219114030779295,
"united_inches": 100.8453286259147,
"windows": [
"W-130",
"W-131"
]
},
{
"name": "WG-12",
"width": 50.62621459513522,
"height": 50.219114030779295,
"united_inches": 100.8453286259145,
"windows": [
"W-128",
"W-129"
]
},
{
"name": "WG-1",
"width": 40.370607349101896,
"height": 18.274101237077105,
"united_inches": 58.644708586179,
"windows": [
"W-101"
]
},
{
"name": "WG-2",
"width": 40.3706073491017,
"height": 18.274101237077204,
"united_inches": 58.6447085861789,
"windows": [
"W-102"
]
},
{
"name": "WG-3",
"width": 22.362568207354713,
"height": 20.651605817002704,
"united_inches": 43.014174024357416,
"windows": [
"W-103"
]
},
{
"name": "WG-4",
"width": 22.362568207354713,
"height": 20.651605817002803,
"united_inches": 43.014174024357516,
"windows": [
"W-104"
]
},
{
"name": "WG-5",
"width": 10.912746271272683,
"height": 77.53993659697178,
"united_inches": 88.45268286824447,
"windows": [
"W-105",
"W-106",
"W-107"
]
},
{
"name": "WG-6",
"width": 98.30624147584466,
"height": 77.95025208777525,
"united_inches": 176.25649356361993,
"windows": [
"W-108",
"W-109",
"W-110",
"W-111",
"W-112",
"W-113",
"W-114",
"W-115",
"W-116",
"W-117",
"W-118",
"W-119"
]
}
]
},
"roof": {
"measurements": {
"ridges": 44.33333333,
"hips": 0,
"valleys": 2.5,
"rakes": 87.08333333,
"gutters_eaves": 159.08333333,
"flashing": 30.58333333,
"step_flashing": 5.91666667
},
"facets": [
{
"facet": "RF-1",
"area": 515,
"pitch": 0,
"labeled_on_screenshot": true
},
{
"facet": "RF-2",
"area": 982,
"pitch": 2,
"labeled_on_screenshot": true
},
{
"facet": "RF-3",
"area": 980,
"pitch": 2,
"labeled_on_screenshot": true
}
],
"area": {
"facets": 3,
"total": 2477
},
"pitch": [
{
"roof_pitch": "2/12",
"area": 1962,
"percentage": "79.21%"
},
{
"roof_pitch": "0/12",
"area": 515,
"percentage": "20.79%"
}
],
"wireframe_facets_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_roof.png",
"wireframe_measurements_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_roof.png?version=lengths",
"wireframe_areas_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_roof.png?version=areas",
"wireframe_pitches_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_roof.png?version=pitches"
},
"wireframes": {
"front": {
"wireframe_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_front.png",
"compass_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_front.png?version=compass",
"top_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_front.png?version=top",
"metadata": {}
},
"front_right": {
"wireframe_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_front_right.png",
"compass_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_front_right.png?version=compass",
"top_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_front_right.png?version=top",
"metadata": {}
},
"right": {
"wireframe_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_right.png",
"compass_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_right.png?version=compass",
"top_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_right.png?version=top",
"metadata": {}
},
"right_back": {
"wireframe_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_right_back.png",
"compass_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_right_back.png?version=compass",
"top_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_right_back.png?version=top",
"metadata": {}
},
"back": {
"wireframe_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_back.png",
"compass_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_back.png?version=compass",
"top_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_back.png?version=top",
"metadata": {}
},
"back_left": {
"wireframe_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_back_left.png",
"compass_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_back_left.png?version=compass",
"top_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_back_left.png?version=top",
"metadata": {}
},
"left": {
"wireframe_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_left.png",
"compass_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_left.png?version=compass",
"top_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_left.png?version=top",
"metadata": {}
},
"left_front": {
"wireframe_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_left_front.png",
"compass_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_left_front.png?version=compass",
"top_url": "https://hover.to/api/v2/jobs/9795709/wireframe_images/wireframe_left_front.png?version=top",
"metadata": {}
}
},
"captured_images": [
"https://hover.to/api/v2/images/102934437/rotated_image.jpg?version=medium",
"https://hover.to/api/v2/images/102934438/rotated_image.jpg?version=medium",
"https://hover.to/api/v2/images/102934439/rotated_image.jpg?version=medium",
"https://hover.to/api/v2/images/102934440/rotated_image.jpg?version=medium",
"https://hover.to/api/v2/images/102934441/rotated_image.jpg?version=medium",
"https://hover.to/api/v2/images/102934442/rotated_image.jpg?version=medium",
"https://hover.to/api/v2/images/102934443/rotated_image.jpg?version=medium",
"https://hover.to/api/v2/images/102934444/rotated_image.jpg?version=medium",
"https://hover.to/api/v2/images/102934445/rotated_image.jpg?version=medium",
"https://hover.to/api/v2/images/102934446/rotated_image.jpg?version=medium",
"https://hover.to/api/v2/images/102934447/rotated_image.jpg?version=medium",
"https://hover.to/api/v2/images/102934448/rotated_image.jpg?version=medium",
"https://hover.to/api/v2/images/102934449/rotated_image.jpg?version=medium",
"https://hover.to/api/v2/images/102934450/rotated_image.jpg?version=medium",
"https://hover.to/api/v2/images/102934451/rotated_image.jpg?version=medium",
"https://hover.to/api/v2/images/102934452/rotated_image.jpg?version=medium"
]
}
{
"lineCollection": [],
"areaCollection": [
{
"lines": [
{
"start": {
"x": 3437204.1999999993,
"y": 5540171.800000001
},
"end": {
"x": 3437204.1999999993,
"y": 7447000.600000001
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 3437204.1999999993,
"y": 6493586.200000001
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 3437204.1999999993,
"y": 7447000.600000001
},
"end": {
"x": 4829454.399999999,
"y": 7447000.600000001
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 4133329.2999999993,
"y": 7447000.600000001
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 4829454.399999999,
"y": 7447000.600000001
},
"end": {
"x": 9023095.999999998,
"y": 7447000.600000001
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 6926275.199999999,
"y": 7447000.600000001
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 9023095.999999998,
"y": 7447000.600000001
},
"end": {
"x": 13217321.799999999,
"y": 7447000.600000001
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 11120208.899999999,
"y": 7447000.600000001
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 13217321.799999999,
"y": 7447000.600000001
},
"end": {
"x": 13217321.799999999,
"y": 0.0
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 13217321.799999999,
"y": 3723500.3000000003
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 13217321.799999999,
"y": 0.0
},
"end": {
"x": 3437204.1999999993,
"y": 0.0
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 8327262.999999999,
"y": 0.0
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 3437204.1999999993,
"y": 0.0
},
"end": {
"x": 3437204.1999999993,
"y": 44856.400000000496
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 3437204.1999999993,
"y": 22428.200000000248
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 3437204.1999999993,
"y": 44856.400000000496
},
"end": {
"x": 3437204.1999999993,
"y": 5540171.800000001
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 3437204.1999999993,
"y": 2792514.1000000006
},
"displacement": {}
},
"showLengthLabel": true
}
],
"textLabel": {
"text": "1st_floor (x1)",
"type": 5,
"focus": {
"x": 6754495.0,
"y": 4421632.0
},
"displacement": {
"x": 0,
"y": -1
}
},
"areaLabel": {
"type": 3,
"focus": {
"x": 6754495.0,
"y": 4421632.0
},
"displacement": {
"x": 0,
"y": 1
}
},
"perimeterLabel": {
"focus": {},
"displacement": {}
},
"multiplier": 1.0,
"showTextLabel": true,
"showPerimeterLabel": false,
"showAreaLabel": true,
"isLivingArea": true
},
{
"lines": [
{
"start": {
"x": 3437204.1999999993,
"y": 15059916.540000001
},
"end": {
"x": 3437204.1999999993,
"y": 16966745.34
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 3437204.1999999993,
"y": 16013330.940000001
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 3437204.1999999993,
"y": 16966745.34
},
"end": {
"x": 4829454.399999999,
"y": 16966745.34
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 4133329.2999999993,
"y": 16966745.34
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 4829454.399999999,
"y": 16966745.34
},
"end": {
"x": 9023095.999999998,
"y": 16966745.34
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 6926275.199999999,
"y": 16966745.34
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 9023095.999999998,
"y": 16966745.34
},
"end": {
"x": 13217321.799999999,
"y": 16966745.34
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 11120208.899999999,
"y": 16966745.34
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 13217321.799999999,
"y": 16966745.34
},
"end": {
"x": 13217321.799999999,
"y": 9519744.74
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 13217321.799999999,
"y": 13243245.04
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 13217321.799999999,
"y": 9519744.74
},
"end": {
"x": 3437204.1999999993,
"y": 9519744.74
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 8327262.999999999,
"y": 9519744.74
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 3437204.1999999993,
"y": 9519744.74
},
"end": {
"x": 3437204.1999999993,
"y": 9564601.14
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 3437204.1999999993,
"y": 9542172.940000001
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 3437204.1999999993,
"y": 9564601.14
},
"end": {
"x": 3437204.1999999993,
"y": 15059916.540000001
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 3437204.1999999993,
"y": 12312258.84
},
"displacement": {}
},
"showLengthLabel": true
}
],
"textLabel": {
"text": "2nd_floor (x0.5)",
"type": 5,
"focus": {
"x": 6754495.0,
"y": 13941376.74
},
"displacement": {
"x": 0,
"y": -1
}
},
"areaLabel": {
"type": 3,
"focus": {
"x": 6754495.0,
"y": 13941376.74
},
"displacement": {
"x": 0,
"y": 1
}
},
"perimeterLabel": {
"focus": {},
"displacement": {}
},
"multiplier": 0.5,
"showTextLabel": true,
"showPerimeterLabel": false,
"showAreaLabel": true,
"isLivingArea": true
},
{
"lines": [
{
"start": {
"x": 0.0,
"y": 44856.400000000496
},
"end": {
"x": 0.0,
"y": 5540171.800000001
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 0.0,
"y": 2792514.1000000006
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 0.0,
"y": 5540171.800000001
},
"end": {
"x": 3437204.1999999993,
"y": 5540171.800000001
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 1718602.0999999996,
"y": 5540171.800000001
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 3437204.1999999993,
"y": 5540171.800000001
},
"end": {
"x": 3437204.1999999993,
"y": 44856.400000000496
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 3437204.1999999993,
"y": 2792514.1000000006
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 3437204.1999999993,
"y": 44856.400000000496
},
"end": {
"x": 0.0,
"y": 44856.400000000496
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 1718602.0999999996,
"y": 44856.400000000496
},
"displacement": {}
},
"showLengthLabel": true
}
],
"textLabel": {
"text": "carport (x1.0)",
"type": 5,
"focus": {
"x": 1718589.4000000001,
"y": 2792526.8
},
"displacement": {
"x": 0,
"y": -1
}
},
"areaLabel": {
"type": 3,
"focus": {
"x": 1718589.4000000001,
"y": 2792526.8
},
"displacement": {
"x": 0,
"y": 1
}
},
"perimeterLabel": {
"focus": {},
"displacement": {}
},
"multiplier": 1.0,
"showTextLabel": true,
"showPerimeterLabel": false,
"showAreaLabel": true,
"isLivingArea": false
},
{
"lines": [
{
"start": {
"x": 8643264.399999999,
"y": 8654313.4
},
"end": {
"x": 9023095.999999998,
"y": 8654313.4
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 8833180.2,
"y": 8654313.4
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 9023095.999999998,
"y": 8654313.4
},
"end": {
"x": 9023095.999999998,
"y": 7447000.600000001
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 9023095.999999998,
"y": 8050657.0
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 9023095.999999998,
"y": 7447000.600000001
},
"end": {
"x": 4829454.399999999,
"y": 7447000.600000001
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 6926275.199999999,
"y": 7447000.600000001
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 4829454.399999999,
"y": 7447000.600000001
},
"end": {
"x": 4829454.399999999,
"y": 8654313.4
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 4829454.399999999,
"y": 8050657.0
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 4829454.399999999,
"y": 8654313.4
},
"end": {
"x": 7744713.999999999,
"y": 8654313.4
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 6287084.199999999,
"y": 8654313.4
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 7744713.999999999,
"y": 8654313.4
},
"end": {
"x": 7744713.999999999,
"y": 8603513.4
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 7744713.999999999,
"y": 8628913.4
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 7744713.999999999,
"y": 8603513.4
},
"end": {
"x": 8643264.399999999,
"y": 8603513.4
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 8193989.199999999,
"y": 8603513.4
},
"displacement": {}
},
"showLengthLabel": true
},
{
"start": {
"x": 8643264.399999999,
"y": 8603513.4
},
"end": {
"x": 8643264.399999999,
"y": 8654313.4
},
"lengthLabel": {
"type": 1,
"focus": {
"x": 8643264.399999999,
"y": 8628913.4
},
"displacement": {}
},
"showLengthLabel": true
}
],
"textLabel": {
"text": "1st_floor (x1.0)",
"type": 5,
"focus": {
"x": 7560132.199999999,
"y": 8339785.2
},
"displacement": {
"x": 0,
"y": -1
}
},
"areaLabel": {
"type": 3,
"focus": {
"x": 7560132.199999999,
"y": 8339785.2
},
"displacement": {
"x": 0,
"y": 1
}
},
"perimeterLabel": {
"focus": {},
"displacement": {}
},
"multiplier": 1.0,
"showTextLabel": true,
"showPerimeterLabel": false,
"showAreaLabel": true,
"isLivingArea": true
}
],
"labelCollection": [],
"symbolCollection": [],
"options": {
"baseUnit": 304800,
"unitLabel": "ft"
}
}
{
"fascia": {
"unit_of_measure": "ft²",
"total_surface_area": 338
},
"siding": {
"unit_of_measure": "ft²",
"total_surface_area": 4323
},
"soffit": {
"unit_of_measure": "ft²",
"total_surface_area": 566
},
"gutters_and_downspouts": {
"unit_of_measure": "ft",
"total_length": 0
},
"exterior_trim": {
"unit_of_measure": "ft",
"total_length": 1250
},
"doors": {
"unit_of_measure": "count",
"total_count": 6
},
"shutters": {
"unit_of_measure": "count",
"total_count": 22
},
"windows": {
"unit_of_measure": "count",
"total_count": 41
}
}
{
"summary": {
"floor_area": 246.55,
"ceiling_edges": 89,
"floor_edges": 89.08333333333333,
"max_ceiling_height": 16.5,
"min_ceiling_height": 16.5,
"walls_area": 582.86,
"combined_walls_doors_windows_openings_area": 734.64,
"windows_area": 46.6,
"doors_area": 87.54,
"doors_perimeter": 93,
"windows_perimeter": 47.5,
"cabinet_floor_coverage": 0,
"cabinet_wall_coverage": 0
},
"doors": [
{
"name": "D-1",
"area": 15.52,
"perimeter_feet": 18
},
{
"name": "D-2",
"area": 16.08,
"perimeter_feet": 18.166666666666668
},
{
"name": "D-3",
"area": 17.77,
"perimeter_feet": 18.666666666666668
},
{
"name": "D-4",
"area": 20.4,
"perimeter_feet": 19.5
}
],
"windows": [
{
"name": "W-1",
"area": 13.93,
"perimeter_feet": 15.083333333333334
},
{
"name": "W-2",
"area": 13.33,
"perimeter_feet": 14.833333333333334
},
{
"name": "W-3",
"area": 19.34,
"perimeter_feet": 17.583333333333332
}
],
"openings": [
{
"name": "O-1",
"area": 17.64,
"perimeter_feet": 18.666666666666668
}
],
"rooms": [
{
"name": "Bedroom",
"floor_area": 99.54,
"ceiling_edges": 40.333333333333336,
"floor_edges": 40.333333333333336,
"max_ceiling_height": 8.25,
"min_ceiling_height": 8.25,
"combined_walls_doors_windows_openings_area": 332.8,
"doors": {
"names": [
"D-3",
"D-2",
"D-1"
],
"area": 49.37,
"perimeter": 54.833333333333336
},
"windows": {
"names": [
"W-1"
],
"area": 13.93,
"perimeter": 15.083333333333334
},
"walls": [
{
"name": "WL-1",
"area": 81.55
},
{
"name": "WL-2",
"area": 53.15
},
{
"name": "WL-3",
"area": 63.88
},
{
"name": "WL-4",
"area": 70.92
}
]
},
{
"name": "Living Room",
"floor_area": 147.01,
"ceiling_edges": 48.666666666666664,
"floor_edges": 48.75,
"max_ceiling_height": 8.25,
"min_ceiling_height": 8.25,
"combined_walls_doors_windows_openings_area": 401.84,
"doors": {
"names": [
"D-3",
"D-4"
],
"area": 38.17,
"perimeter": 38.166666666666664
},
"windows": {
"names": [
"W-2",
"W-3"
],
"area": 32.67,
"perimeter": 32.416666666666664
},
"openings": {
"names": [
"O-1"
]
},
"walls": [
{
"name": "WL-5",
"area": 73.07
},
{
"name": "WL-6",
"area": 92.44
},
{
"name": "WL-7",
"area": 77.51
},
{
"name": "WL-8",
"area": 70.34
}
]
}
]
}
