Align API with new database schema and STAC-compliant extent terminology + correctly implemented GET/collections-queryables endpoint - #264
Merged
Conversation
…ial_extent' and 'temporal_extend' to 'temporal_extent' in tests and documentation
…atial/temporal columns instead of full_json
…and update routing
…ial_extent' and 'temporal_extend' to 'temporal_extent' in tests
…ial_extent' and ensure correct usage of 'temporal_extent_start' and 'temporal_extent_end' in tests
…ur CQL2-filtering
This was
linked to
issues
Jan 24, 2026
…spatial_extent' and 'temporal_extend' to 'temporal_extent' across tests and documentation
…ial_extent' in function parameters and documentation
…poral_extent' in cql2ToSql and related logic
…s to avoid timeouts
RobinGummels
approved these changes
Jan 25, 2026
RobinGummels
left a comment
Contributor
There was a problem hiding this comment.
Looks good. Maybe have a look into my remarks.
I'm not 100% sure, if the collections-queryables endpoint is how i expected, but i think thats fine.
Thx for doing all the migration-work for the new db.
Contributor
|
I didn't had a look into the thematic of the failed catalog-tests... I will do this tomorrow. |
…allows DoS via memory exhaustion
…self`, `root`, `parent`) to the bottom of the page. Furthermore removed `datetime` field from `collections-queryables.test.js`
…n ->> stac_id`. Instead it uses the new field in the DB `stac_id`.
Removed mapping of 'datetime' to null in CQL to SQL conversion.
…to dev-api-Vincent
…to dev-api-Vincent
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated the API to align with the new database schema and fixed previously inconsistent field naming. I also implemented the GET /collections-queryables endpoint.
The endpoint is based on the schema defined in config/queryablesShema.js and serves as the public contract for which properties can be used in CQL2 filters and query parameters.
Key changes: