stac-api-spec
stac-api-spec copied to clipboard
SpatioTemporal Asset Catalog API specification - an API to make geospatial assets openly searchable and crawlable
**Related Issue(s):** - n/a **Proposed Changes:** 1. Remove version extension and reference new stac-api-extensions version spec instead. **PR Checklist:** - [X] This PR has **no** breaking changes. - [X] This...
After a discussion today with @philvarner, I was wondering whether the Browsable conformance class should actually be part of STAC API - Core. STAC API Core is very slim and...
I do not understand why the response of the [POST search](https://github.com/radiantearth/stac-api-spec/blob/v1.0.0-rc.1/item-search/openapi.yaml#L90) in item-search API does not include the context extension as per [GET search](https://github.com/radiantearth/stac-api-spec/blob/v1.0.0-rc.1/item-search/openapi.yaml#L54) If I am missing something, an...
Fixed example 10 to match CQL2 schema for isBetween **Proposed Changes:** 1. Fixed example 10 to match CQL2 schema for isBetween **PR Checklist:** - [X] This PR has **no** breaking...
There is clear text description of the various graph catalog structures that can be constructed with child and item link relations, but some diagrams of this would help clarify these.
We describe pagination in several different places, but it would be better to consolidate these into one and reference it from each individual conformance class.
For the next release we should make sure everything is consistent. May want to move follow the structure of stac-spec core, with a README that describes what is in a...
Currently, we have two link relations that go "up" the tree -- root and parent. However, in deeply nested trees of catalogs that have varying support for conformance classes, these...
OAFeat Part 3 does not define a top-level queryables endpoint, only ones per-collection. To support cross-collection search, a "global" queryables definition is needed. Per discussion in comments, this will be...