opengeospatial / opengeospatial/ogcapi-processes
KVP `profile` or `response[profile]` or both?
@pvretano is already working on this.
Since Mar 16, 2026.
- Dominant language
- AsciiDoc
- Stars
- 63
- Forks
- 46
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 8
Description
To avoid(reduce) potential parameter name clashes, KVP employs response[f] and response[prefer].
For sake of consistency, should response[profile] be used instead of https://github.com/opengeospatial/ogcapi-processes/blob/master/core/requirements/query-param-profile/REQ_definition.adoc?
Another potential disambiguation that response[profile] would provide is between different responses, as in async case. If running KVP with:
?...
&response=collection
&response[prefer]=respond-async
&response[profile]=stac
&profile=openeo
We could obtain an openEO-aligned job status response with the resulting output being a Collection Output that adheres to STAC metadata.
Without a response[profile]/profile distinction, they cannot be requested at the same time.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.