Skip to content
New issue

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

Pgstac cql2text #346

Merged
merged 7 commits into from
Mar 10, 2022
Merged

Pgstac cql2text #346

merged 7 commits into from
Mar 10, 2022

Conversation

bitner
Copy link
Collaborator

@bitner bitner commented Feb 15, 2022

Related Issue(s): #
Fixes #345 caused by regression in PGStac

Description:
Bump PGStac version to 0.4.5

  • Fixes issues with using direct parameters (ids, collections, datetime, intersects) with cql2-json
    Adds support for cql2-text
  • Use PyGeoFilter to convert cql2-text on a get request into cql2-json to add support for cql2-text

PR Checklist:

  • Code is formatted and linted (run pre-commit run --all-files)
  • Tests pass (run make test)
  • Documentation has been updated to reflect changes, if applicable, and docs build successfully (run make docs)
  • Changes are added to the CHANGELOG.

@bitner bitner marked this pull request as ready for review February 15, 2022 14:54
docker-compose.yml Outdated Show resolved Hide resolved
stac_fastapi/pgstac/setup.py Outdated Show resolved Hide resolved
@bitner bitner requested a review from lossyrob March 10, 2022 21:09
@bitner bitner merged commit 81015a1 into stac-utils:master Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

collections/{collection_id}/items and collections/{collection_id}/items/{item_id} return incorrect results
2 participants