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

Allow collections to specify optional query parameters as mandatory. #446

Open
m-burgoyne opened this issue Jul 13, 2023 · 0 comments
Open
Labels
API EDR V1.2 Non-breaking change for Version 1.2 enhancement New feature or request

Comments

@m-burgoyne
Copy link
Collaborator

To support data that does not have time and vertical extents OGC-API EDR defines the datetime and Z parameters as optional.

When querying large data sources which have time and vertical dimensions, client application requests which don't specify the time and vertical query parameters can sometimes only be handled by returning a HTTP 413 error (request entity too large) .

Suggested Resolution

Enhance the EDR specification to use the OpenAPI response to allow individual collections the ability to advertise that query parameters are mandatory when necessary. This would allow client applications to check if a query parameter was required before making a request.

@m-burgoyne m-burgoyne added enhancement New feature or request API EDR V1.2 Non-breaking change for Version 1.2 labels Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API EDR V1.2 Non-breaking change for Version 1.2 enhancement New feature or request
Projects
Status: In progress (Assignees working on it)
Development

No branches or pull requests

1 participant