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 has defined a Sort API with notation for ascending/descending. They are suggesting this for OCG API as well.
It looks like the OGC API spec is stil in flux (discussion here). Issues include:
:A
:D
Should match this when it is finalized.
It looks like OGC API is standardizing on orderby with + and - modifiers. See OGC API - Records - Part 1: Core - Sorting.
orderby
+
-
The text was updated successfully, but these errors were encountered:
Implemented by ff1752b
Sorry, something went wrong.
No branches or pull requests
STAC has defined a Sort API with notation for ascending/descending. They are suggesting this for OCG API as well.
It looks like the OGC API spec is stil in flux (discussion here). Issues include:
:A
and:D
or prefixes `+' and'-')Should match this when it is finalized.
Update: 2021-Mar-16
It looks like OGC API is standardizing on
orderby
with+
and-
modifiers. See OGC API - Records - Part 1: Core - Sorting.The text was updated successfully, but these errors were encountered: