← Back to the capability index
Process · process.geoprocessingGeoprocessing Task Execution
Source evaluation — counted evidence Community
Evidence by type
| Evidence type | Detail | Result |
|---|---|---|
| Esri GeoServices REST parity | GPServer | partial |
| Esri migration assessment | assessKey(s) | geoprocessing |
| Route entries & proving tests | 13 route entries | 75 proving tests (implemented: 13) |
SDK coverage
| SDK | Status | Entry points | Note |
|---|---|---|---|
| honua-sdk-js | partial | discoverGeoServices() | Returns task execution and job-lifecycle metadata without starting a job or inventing a queryable Source. |
| honua-sdk-dotnet | partial | Honua.Sdk.Processes.IHonuaProcessesClient.SubmitJobAsync, Honua.Sdk.Grpc.IHonuaProcessGrpcClient.SubmitJobAsync | Generic job submission/poll/cancel by processId works against any registered geoprocessing tool -- this is also the only path this SDK offers for GP-backed analytics.* operations; it has no typed per-tool wrappers. IHonuaProcessGrpcClient's own doc comments flag that its synchronous ExecutePlanAsync/ExecutePlanStreamAsync methods may return Unimplemented on current Honua Server deployments -- the reliable path is async submit-then-poll. |
| honua-sdk-python | not-covered | — | — |
Executable samples
No executable sample published for this capability yet.
Known gaps
No open honua-server issues tagged for this capability’s category.
Raw receipts
- capability-keys.v1.json — canonical key definition for
process.geoprocessing. - capability-matrix.v1.json — honua-server's Phase-A evidence snapshot (entry/test counts, CITE, parity, interop, geobench).
- sdk-js coverage · sdk-dotnet coverage · sdk-python coverage
- honua-samples run-samples CI — executable sample run history.
- capability-matrix.v1.json — the full enriched aggregate backing this page.