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

Error: BBox with 6 coordinates is currently not supported. #237

Open
murithigeo opened this issue May 3, 2024 · 3 comments
Open

Error: BBox with 6 coordinates is currently not supported. #237

murithigeo opened this issue May 3, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@murithigeo
Copy link

Describe the bug
My test API is hosting a 3D collection and thefore, Im using CRS84h. However, I get the error BBox with 6 coordinates is currently not supported

To Reproduce
Steps to reproduce the behavior:

Expected behavior
Retrieval of features within the specified bbox values [minx,miny,minz,maxx,maxy,maxz]

Screenshots
Screenshot (56)
Additional context
When I force the extent.bbox down to 2D and change the crs array to only include CRS84 and EPSG:4326, all tests pass.

@murithigeo
Copy link
Author

I also have another issue:
The bbox-parameter-definition states that implies that if the bbox-crs has a third-axis, one must also supply a bbox parameter with 6 elements.
So, if the bbox-crs parameter is CRS84h, should the bounding box be a minimum of 6 items or can they be 4?

@dstenger dstenger self-assigned this May 6, 2024
@dstenger
Copy link
Contributor

dstenger commented May 6, 2024

Thanks for reporting.

Question of the description of this issue:

Correct, the result of the test is "skipped" (not "failed"). I mark this issue as an enhancement.

Question of first comment:

This is more a question regarding the spec than the test suite. I assume that 3D coordinates must contain 6 items as the height would miss otherwise.

@dstenger dstenger assigned bpross-52n and unassigned dstenger May 6, 2024
@dstenger dstenger added the enhancement New feature or request label May 6, 2024
@murithigeo
Copy link
Author

Thank you. Another tangential question, supposing one used a 3D CRS and if z-axis values are optional, would providing, say the lower, upper or both act as how the datetime parameter works? (half-bounds, full intervals, ...)

@dstenger dstenger added this to CITE Aug 1, 2024
@dstenger dstenger moved this to To do in CITE Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

3 participants