Bbox parameter in query does not apply, but filter=S_INTERSECTS does #250
-
|
Hi, However bbox parameter does not apply the filter at all but using CQL2 spatial filter, such as: https://eoapi.workspace.gtif-eox.hub-otc.eox.at/vector/collections/public.excess_heat_dir_eepot_w23/items?limit=5&bbox=15,49,16,50 returns 0 items Bbox parameter is being parsed, because when I tried to input coordinates in EPSG:3857, the validation error about coordinates not being valid longitude appeared. I tried to replicate the same on openveda.cloud features API, but there bbox filter is applied correctly. 🤔 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
this is tested over tipg/tests/routes/test_items.py Lines 113 to 124 in 47e1f09 let update https://github.com/developmentseed/tipg/blob/47e1f091ecd8e8962808753e891e9bb0d6947c31/tests/routes/test_items.py#L393C1-L403C31 to test bbox |
Beta Was this translation helpful? Give feedback.
-
|
should be fixed now https://github.com/developmentseed/tipg/blob/main/CHANGES.md#131---2026-02-26 🙏 thanks @lubojr |
Beta Was this translation helpful? Give feedback.
this is tested over
tipg/tests/routes/test_items.py
Lines 113 to 124 in 47e1f09
let update https://github.com/developmentseed/tipg/blob/47e1f091e…