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
This issue discusses and extension for making the /collections endpoint of any OGC Web API searchable using the OGC API Records core queryables and core query parameters.
If a server wants to make its /collections end-point queryable it has to do the following:
Add the mandatory core queryables as keys in the collection object if those keys are not already there (see Issue Conformance classes #42).
Add zero or more optional core queryables to the collection object (see Issue Conformance classes #42).
Implement the core query parameters of the /collection end-point (see Issue Conformance classes #42)
The response is exactly what it would be if you fetched the /collections resource but the only collections listed would be the ones that satisfy the query predicates.
The text was updated successfully, but these errors were encountered:
16-NOV-2020: The feeling of the SWG is that this should remain as an extension. The core should only include those few things that everyone has to implement. However, since this has come up many times, we will start the re-chartering process at the next member meeting to add this work item to the charter so that we can work on it. Unofficially, some work has been done already and it will be removed from the core and archived until the charter gets updated.
This issue discusses and extension for making the /collections endpoint of any OGC Web API searchable using the OGC API Records core queryables and core query parameters.
If a server wants to make its /collections end-point queryable it has to do the following:
The text was updated successfully, but these errors were encountered: