We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
stac-fastapi now supports the collection search extension! stac-utils/stac-fastapi#736
To enable this extension in stac-fastapi-pgstac we need to expose the collection_search function in pgstac: https://github.com/stac-utils/pgstac/blob/3ba567c27cbdb26f7654611df29504d04a73136a/src/pgstac/migrations/pgstac.0.9.1.sql#L4030-L4097
collection_search
The text was updated successfully, but these errors were encountered:
Closed by #136
Sorry, something went wrong.
No branches or pull requests
stac-fastapi now supports the collection search extension! stac-utils/stac-fastapi#736
To enable this extension in stac-fastapi-pgstac we need to expose the
collection_search
function in pgstac:https://github.com/stac-utils/pgstac/blob/3ba567c27cbdb26f7654611df29504d04a73136a/src/pgstac/migrations/pgstac.0.9.1.sql#L4030-L4097
The text was updated successfully, but these errors were encountered: