-
Notifications
You must be signed in to change notification settings - Fork 5
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
cube endpoints do not specify a coords parameter #130
Comments
Thanks for reporting. This issue was already reported #112 and fixed. Beta environment contains an installation of that fix (it has not been moved to Production, yet): https://cite.ogc.org/te2/ The test was renamed to I tested your service and get a different error:
Can you please check your service regarding this? Still, we (CITE team) need to check if
must also be adjusted. Side note: You are referencing the spec of version 1.1. However, this test suite is only suitable for version 1.0. |
Thanks @dstenger. I've made some local changes which fix the bbox issue, thanks. I now see the below issue (6 times), any idea? |
Mea culpa. locations does not require a |
Thanks for the feedback. Can you please create a new issue for error detected in #130 (comment) as it seems to be a different issue? By viewing your screenshot, I unfortunately do not have an idea what is going wrong here. Thanks for the clarification in #130 (comment). We will still check if any adjustments must be made for "items". |
Done in #131
Thanks! |
If you do not have any further questions, I propose to close the issue. |
Describe the bug
Testing https://demo.pygeoapi.io/master yields an error in the Collections conformance class (
cubeCoordsParameterDefinition
)The error from CITE reads:
As per 19-086r6, 8.2.4, an EDR cube query does not specify or require the
coords
parameter, butbbox
instead.To Reproduce
Test https://demo.pygeoapi.io/master against https://cite.opengeospatial.org/teamengine
Expected behavior
The test should not check for the existence of a
coords
parameter for the following query types:locationsScreenshots
Additional context
None
The text was updated successfully, but these errors were encountered: