Concepts

The Score

The Buildability Score is a 0–100 integer answering one question — how buildable is this land? It is deterministic (same inputs, same score, every time), versioned (published methodologies are frozen forever), and explainable (every point traces to a factor with a cited source).

The nine factors

The Score is a weighted average of ninefactor sub-scores, each 0–100. Weights vary by state — flood matters more in Florida than in Colorado; wildfire the reverse — and the response tells you which region’s weights applied (result.region).

Factor keyMeasuresPrimary source
zoningThe dimensional standards on record — FAR, lot coverage, minimum lot size. Omitted when only a designation name is known.Local zoning codes (via parcel data partners)
floodFlood exposure: FEMA flood zone, Special Flood Hazard Area designation, and the share of the lot inside an SFHA.FEMA National Flood Hazard Layer
seismicEarthquake hazard at the site.USGS seismic hazard data
soilSoil suitability for building — drainage, hydric rating, series characteristics.USDA SSURGO
radonEPA radon zone (1 high → 3 low).EPA radon zoning
wildfireWildfire risk at the location.USFS wildfire risk data
utilitiesProximity to power, water, and road infrastructure. Omitted when unmapped — never assumed.OpenStreetMap (Overpass)
terrainLot-scale ground slope — percent grade at the parcel.USGS 3DEP
geometryLot shape regularity (area vs. bounding rectangle), 0–1 from the real parcel ring.Parcel boundaries (Regrid)

Missing data is never a penalty. A factor with no data comes back with included: false and is dropped from the weighted average — the remaining factors renormalize. Check included before displaying any sub-score.

Grades, bands & status

The same number is expressed three ways for three audiences. These thresholds are part of the published methodology — they change only with a version bump.

Letter grade (result.grade)

ScoreGrade
90–100A+
85–89A
80–84A-
75–79B+
70–74B
65–69B-
60–64C+
55–59C
50–54C-
30–49D
0–29F

Band (result.band)

ScoreBand
80–100Excellent
60–79Good
40–59Moderate
0–39Poor

Status (result.status)

ScoreStatusDisplay label
70–100ic_ready“IC Ready” (or “Ready to Build” for consumer audiences)
50–69caution“Proceed with Caution” (“May Need Review”)
0–49high_risk“High Risk” (“Challenges Found”)

Data provenance

Every factor carries its lineage in the report’s provenance map: live (fetched from the authoritative source at request time), estimated (neutral assumption or regional estimate), fixture (curated offline dataset), or unavailable. If you show the Score, show the provenance — it is the difference between a citable number and a black box, and it is why agents can quote Buildability with confidence.

Methodology versioning

The current methodology is v2 — it adds the lot-scale terrain and geometry factors, grades zoning from its dimensional standards, and never applies optimistic defaults. Published versions are frozen and addressable forever: a score computed under v1 or v2reproduces exactly from the report’s inputs object, today or in ten years. When the methodology evolves, a new version ships alongside — existing stored scores never silently change. Two rules for integrators:

  • Persist result.version next to every score you store.
  • If you cache reports long-term, keep inputs too — it makes any historical score independently auditable.

The full methodology narrative — what each factor rewards and penalizes, and why — is on the Accuracy and Data Sources pages.