These are use cases and examples for the Data Graph API's Data Link for GeoX Roof dataset.
The query below returns the attributes for the record associated with the input address.
query GetByAddress {
getByAddress(address: "1746 S Spartan Ct, Gilbert, AZ 85233") {
datalinkGeoXRoof {
data {
buildingID
footprintID
centerLongitude
centerLatitude
coordinateReferenceSystem
roofType
flatAreaSquareFootage
hipAreaSquareFootage
roofMaterial
roofCondition
rustAreaSquareFootage
pondingAreaSquareFootage
tarpEvidence
discolorationAreaSquareFootage
solarPanelAreaSquareFootage
airConditionerCount
imageDate
modelRunDate
}
}
}
}