Skip to content

Commit

Permalink
STAC: implement queryable collections
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Nov 3, 2024
1 parent 5447e64 commit dee6684
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/stac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ Request Examples
http://localhost:8000/stac/openapi
# collections
http://localhost:8000/stac/collections
# collections query, full text search
http://localhost:8000/stac/collections?q=sentinel
# collections query, spatial query
http://localhost:8000/stac/collections?bbox=-142,42,-52,84
# collections query, full text search and spatial query
http://localhost:8000/stac/collections?q=sentinel,bbox=-142,42,-52,84
# collections query, limiting results
http://localhost:8000/stac/collections?limit=2
# collections query, spatial query
# single collection
http://localhost:8000/stac/collections/metadata:main
# collection queryables, all records
Expand Down

0 comments on commit dee6684

Please sign in to comment.