Skip to content
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

Support Metalink as alternate multi-value output representation #663

Open
fmigneault opened this issue Jun 5, 2024 · 0 comments
Open

Support Metalink as alternate multi-value output representation #663

fmigneault opened this issue Jun 5, 2024 · 0 comments
Assignees
Labels
triage/feature New requested feature.

Comments

@fmigneault
Copy link
Collaborator

fmigneault commented Jun 5, 2024

Description

#662 introduces support of multi-value as JSON embedded for WPS, which is easily mapped in OGC API - Processes.

Another representation is Metalink, which can embed multiple file references.
This could also be used as alternate result representation from multipart/related when returning multiple outputs using response=raw (and all outputs are references, or requested by reference via transmissionMode=reference) or Prefer: return=minimal + Accept: application/metalink+xml.

Reuse this code for its generation:

def create_metalink(

References

@fmigneault fmigneault added the triage/feature New requested feature. label Jun 5, 2024
@fmigneault fmigneault self-assigned this Jun 5, 2024
@fmigneault fmigneault mentioned this issue Oct 5, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/feature New requested feature.
Projects
None yet
Development

No branches or pull requests

1 participant