-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question on API interactions leveraging order extension #15
Comments
Hello Christophe, I have no authority on this extension, but I can share how we decided on these factors in our own project:
|
And perhaps this sections does answer: https://github.com/stac-extensions/order?tab=readme-ov-file#relation-types
|
The API interaction is indeed not described yet and needs an API extension or a simple new relation type, but it could also be potentially aligned with https://github.com/stapi-spec/stapi-spec or https://github.com/Open-EO/openeo-api/tree/master/extensions/commercial-data or anything that may be defined within OGC. Please note that (afaik) the order relation type is not meant to be used to execute orders, but instead it should just return additional (meta)data about the order, before or after the execution of the order. Do you agree @emmanuelmathot ? |
Yes the order extension is really on STAC spec side as a generic schema to handle order metadata. The relationship type "order" was meant to be more an additional info link and should maybe be renamed properly. |
Hi,
The documentation provided by the Github repository is not really detailed regarding the API interactions between the Client and the STAC Catalog. I have some questions regarding how to implement a server leveraging order extension, for example :
So basically, is there a more formal specification that defines how the client shall interact with the catalog to perform a complete order ?
Thank you for your support.
Christophe
The text was updated successfully, but these errors were encountered: