Skip to content
Discussion options

You must be logged in to vote

this is tested over

def test_items_bbox(app):
"""Test /items endpoint with bbox options."""
response = app.get(
"/collections/public.landsat_wrs/items?bbox=-94.702148,34.488448,-85.429688,41.112469"
)
assert response.status_code == 200
assert response.headers["content-type"] == "application/geo+json"
body = response.json()
assert len(body["features"]) == 10
assert body["numberMatched"] == 45
assert body["numberReturned"] == 10
Items.model_validate(body)
so I guess there is an issue with the CRS

let update https://github.com/developmentseed/tipg/blob/47e1f091e…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by lubojr
Comment options

You must be logged in to vote
1 reply
@lubojr
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants