You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The queryables endpoints should be reference by a link relation on the root/landing and each collection with the rel http://www.opengis.net/def/rel/ogc/1.0/queryables . Currently they are not.
Not sure whether this is a motivation, but STAC Browser will not work around this limitation anymore so advanced filter support is effectively not available for fastapi deployments in STAC Browser any longer until this gets fixed. ;-)
Activity
duckontheweb commentedon Jul 10, 2022
@philvarner I can tackle this.
Just to be clear, the
rel
type of the link should behttp://www.opengis.net/def/rel/ogc/1.0/queryables
? So the link would look something like this?philvarner commentedon Jul 13, 2022
correct. you could also add application/json as the type
duckontheweb commentedon Jul 26, 2022
Wait, shouldn't this be
application/schema+json
per #400?philvarner commentedon Jul 26, 2022
Yes!
m-mohr commentedon Mar 31, 2023
Is this the reason it's now also gone from MS PC?
gadomski commentedon Mar 31, 2023
Was it ever there? I didn't find it in any past versions (e.g. https://web.archive.org/web/20210421160618/https://planetarycomputer.microsoft.com/api/stac/v1).
m-mohr commentedon Mar 31, 2023
I thought it had, but maybe I was always working around the limitation? Hmm... anyway, it should be there :-D
philvarner commentedon Apr 3, 2023
I don't recall the link relation ever having been in the api.
m-mohr commentedon May 23, 2023
Not sure whether this is a motivation, but STAC Browser will not work around this limitation anymore so advanced filter support is effectively not available for fastapi deployments in STAC Browser any longer until this gets fixed. ;-)
constantinius commentedon Jul 6, 2023
We now encountered this issue. I'll try my luck with a PR now.
queryables
link relation type stac-utils/stac-pydantic#123