OGC API — Processes · process
site-score
Weighted site scoring with connected-component clustering — a web view of GET /api/processes/site-score.
score(z) = Σ weight·[z ∈ criteria]; zones at or above the threshold qualify, and qualifying zones are clustered into connected components by Moore adjacency over the qualifying set itself (analytic neighbour generation ∩ set membership). Components rank by total score then size; each becomes a content-addressed zoneSet, with approximate area from the level's edge length. The multi-criteria site search primitive.
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| criteria | — | ||
| threshold | — | ||
| min_component_zones | — | ||
| top | — | ||
| collectionId | — | ||
| dggrs | — |
Outputs
| Name | Type |
|---|---|
| components | |
| componentsTotal | |
| qualifyingZoneSet | |
| threshold | |
| collection | |
| areaModel |
API
GET /api/processes/site-score
POST …/execution
Open in Swagger UI
Execution is asynchronous (returns a job to poll) and requires a token — see the documentation. Track runs under OGC API — Jobs.