Sum property value in an area
sumPropertyValueInAreaCalculate the exact total property value within any bounding box or polygon, with null values counted as 0. Returns the summed value and in-area property count for area-based assessments.
Instructions
Returns the exact sum of avm_value over the properties whose centroid falls inside a user-supplied bounding box or polygon, plus the in-area count. Null valuations are treated as 0. Provide exactly one of bbox or polygon. Reads the per-county property query table (falls back to the derived geo index).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | No | User-supplied bounding box of coordinates | |
| county | No | County whose data to read (case-insensitive). Optional: when the deployment serves a single/default county it is inferred; otherwise names which county's query table to search. | |
| polygon | No | User-supplied polygon ring of coordinates |