Skip to content

Conversation

@tjellicoe-tpzuk
Copy link

@tjellicoe-tpzuk tjellicoe-tpzuk commented May 17, 2024

Related Issue(s): #615

Description: Adding Collection Search Extension as defined here

PR Checklist:

  • pre-commit hooks pass locally
  • 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.

Copy link
Contributor

@m-mohr m-mohr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't quite follow https://github.com/stac-api-extensions/collection-search

The extension doesn't define a POST /collections endpoint, only GET /collections. It doesn't define a new endpoint, it adds to the existing GET /collection.

All functionality in OGC API - Records - Part 1: Local Resource Catalogue is only defined for the GET method (i.e. GET /collections). Note: STAC may add behavior for POST /collections in the future, but due to a potential conflict with the Transaction Extension, specific rules for content negotiation might be required.

@tjellicoe-tpzuk tjellicoe-tpzuk deleted the feature/Add-Collection-Search-Extension branch May 20, 2024 07:09
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.

2 participants