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

bbox parameter returns also boxes that are outside of the bbox #715

Open
jsten07 opened this issue Jan 31, 2023 · 0 comments
Open

bbox parameter returns also boxes that are outside of the bbox #715

jsten07 opened this issue Jan 31, 2023 · 0 comments
Assignees
Labels
Milestone

Comments

@jsten07
Copy link

jsten07 commented Jan 31, 2023

Requesting senseboxes via the API with the bbox filter set also returns some boxes that are not within the bbox.

For example:
https://api.opensensemap.org/boxes?bbox=7.7,51.7,8.0,52.0
also returns a box (id: 5e43c56019585f001b6f722a) with the coordinates [9.957272,48.413565].

Enlarging the bbox also leads to more boxes outside of the bbox, e.g.:
Request: https://api.opensensemap.org/boxes?bbox=7,51,8,52
Examples for boxes out of bbox:
5a48f9abdf5df2001a5cca3b
5ad3888f223bd80019096678
5b47538c5dc1ec001b57801e
5ba0ecc1c9abbd001b4c62bd
5be04ae455d0ad001adebb3f
5beec33998981f0019b7bbbb
5e43c56019585f001b6f722a (same as in previous request)

@mpfeil mpfeil added the bug label Mar 9, 2023
@mpfeil mpfeil self-assigned this Mar 9, 2023
@mpfeil mpfeil added this to the v12.0.0 milestone Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants