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
{{ message }}
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
This is perhaps a bit off-topic from the issue description (so apologies in advance), but I just want to comment that I was evaluating the same thing, and it seems pygeoapi is not usable with the stac browser plugin yet.
pygeoapi does not implement the full STAC API specification yet, crucially the /search endpoint, which this plugin uses to discover existing datasets.
Looking at my server logs I see that the stac browser plugin is sending a request to the /search endpoint. And looking at pygeoapi's source code and also at its stac implementation issue, (which is still open) we can verify that pygeoapi does not implement this endpoint yet.
tried to add api endpoint https://dev.api.weather.gc.ca/msc-wis-dcpc/stac
fails with a generic http error,
would be good to see some more details in log why connection failed
seems i had to add it without /stac:
https://dev.api.weather.gc.ca/msc-wis-dcpc
then is added fine
in next step to query the catalog fails also with very generic error
Would be good to have in error message some indication of an expected element in server answer
in this case the browser may not have been able to detect the available stac collections in the service, the payload was:
so browser should have indicated it was not able to detect any stac collections in service
The text was updated successfully, but these errors were encountered: