GetPropertyDamage - v1.4
Introduction
The GetPropertyDamage service will take a lat/lon coordinate and return a metadata response (JSON or xml) for structures with associated catastrophic damage attributes as well as some pre-damage attributes. This service is run against graysky imagery and is available for all graysky collections from March 2022 and beyond.
Damage Assessment
Catastrophic Response
Insurance Assessments
This is a transactional service; each requests will be billed against the agreed upon rate and aggregated into a billing cycle. Please contact Customer Advocacy at support@vexcelgroup.com.
Technical Details
This Property Damage service provides access to computer-generated damage assessment information on an individual structure basis. Unlike GetPropertyInformation this service will not provide any information about a parcel or attributes that are parcel derived; all information pertains to the structure only. Damage Assessments are precomputed for graysky
collections worldwide and are available for all graysky events beginning in 2022. catastrophe_score
is calculated based on the detected structural_damage_percent
, missing_material_percent
, tarp_percent
and debris_percent
. fema_classification
is an estimation of damage using FEMA’s classification categories, it is not derived from FEMA nor guaranteed to match FEMA’s official classification but is intended to offer a prediction of FEMA’s survey.
While this service is being finalized, not all 2022+ AOIs will be available, we will publish more AOIs as soon as possible.
Data Dictionary
The following list contains definitions for the objects that are unique to this service. For definitions of all other objects, please reference the Data Dictionary in the GetPropertyInformation service.
Base URL
This service will answer to requests on following URL (mandatory parameters only):
https://api.gic.org/damage/GetPropertyDamage?wkt={wkt}&token={token}
Parameters
Parameter | Parameter Type | Data Type | Description | Example Format | Notes |
---|---|---|---|---|---|
Mandatory: | |||||
| Key Value Pair (KVP) | String | The “well-known-text” (WKT) representation of the requested point. |
| |
| Key Value Pair (KVP) | String | The token used to authenticate the request. |
| |
Optional: | |||||
| Key Value Pair (KVP) | String | The format of the response
|
|
|
| Key Value Pair (KVP) | String | The identifier of the damage event which contains the imagery from which to derive the structure damage assessment. |
| |
|
|
| The identifier of the specific collection flight from which to derive the damage information and building footprints. |
|
|
| Key Value Pair (KVP) | Integer | The radius in meters with which to search for the nearest intersecting structures. |
|
|
| Key Value Pair (KVP) | String | Modifies the response to omit the pre-catastrophe objects.
|
|
|
| Key Value Pair (KVP) | String | Determines the unitary system in which values are returned.
|
|
|
Examples
Andover, Kansas Tornado- Demonstrating aoi
https://api.gic.org/damage/GetPropertyDamage?wkt=POINT(-97.128712 37.672876)&aoi=us-ks-andover-tornado-2022&token={token}
Sample Response (Damage Assessment Information only):
.
.
.
"damage_assessments": {
"roof_condition": {
"structural_damage_percent": 4.62,
"missing_material_percent": 39.35,
"tarp_percent": 0.0,
"debris_percent": 0.0,
"discoloration": {
"detected": null,
"percentage": 1.73,
"score": null
}
},
"fema_classification": "FEMA 4 / Major",
"catastrophe_score": 48.59
}
.
.
.
Companion Graysky Image:
https://api.gic.org/images/ExtractImages/graysky?mode=one&EPSG=4326&zoom=0&xcoordinate=-97.128712&ycoordinate=37.672876&orientation=Nadir&nadirRotatedNorth=yes&aoi=us-ks-andover-tornado-2022&width=600&height=400
________________________________________________________________________________________
Andover, Kansas Tornado- Demonstrating format
and search_radius
https://api.gic.org/damage/GetPropertyDamage?wkt=POINT(-97.123487 37.679256)&format=xml&search_radius=10&token={token}
Sample Response (Damage Assessment Information only):
.
.
.
<damage_assessments>
<fema_classification>FEMA 4 / Major</fema_classification>
<catastrophe_score>7.3</catastrophe_score>
<roof_condition>
<tarp_percent>0.0</tarp_percent>
<discoloration>
<score>null</score>
<percentage>31.34</percentage>
<detected>null</detected>
</discoloration>
<debris_percent>0.0</debris_percent>
<missing_material_percent>3.88</missing_material_percent>
<structural_damage_percent>1.71</structural_damage_percent>
</roof_condition>
</damage_assessments>
.
.
.
Companion Graysky Image:
https://api.gic.org/images/ExtractImages/graysky?mode=one&EPSG=4326&zoom=0&xcoordinate=-97.123556&ycoordinate=37.678619&orientation=Nadir&nadirRotatedNorth=yes&aoi=us-ks-andover-tornado-2022&width=2400&height=1600
See Also
GetPropertyInformation Service
External Resources
Need help? Create a support ticket | support@vexcelgroup.com