OGC API — Processes · process
adjacency-export
Export a zoneSet's adjacency graph — a web view of GET /api/processes/adjacency-export.
The adjacency graph of a zoneSet: Moore neighbourhoods derived analytically per zone by the engine, realised as undirected edges by set membership (both endpoints in the target set, optionally first intersected with a 'surface' set — zone axes are ECEF XYZ(t), so surface adjacency IS generation ∩ membership). Adjacency is never stored by the platform; the exported JSON-lines artifact is a reproducible derived product.
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| target | — | ||
| surface | — | ||
| dggrs | — |
Outputs
| Name | Type |
|---|---|
| nodes | |
| edges | |
| isolatedZones | |
| meanDegree | |
| artifact |
API
GET /api/processes/adjacency-export
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.