Skip to content

Commit ec1eb38

Browse files
authored
update STAC API documentation with conformance links (#2132)
Added links to STAC API conformance classes in documentation.
1 parent 7535886 commit ec1eb38

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/source/publishing/stac.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,11 @@ STAC API
386386

387387
`STAC API`_ support is provided as a wrapper on top of resources that have feature or record providers configured.
388388

389+
pygeoapi implements the following conformance classes:
390+
391+
* `STAC API - Core`_
392+
* `STAC API - Item Search`_
393+
389394
To enable STAC API support, configure a resource with a feature or record provider, and set the resource ``type`` to ``stac-collection``:
390395

391396
.. code-block:: yaml
@@ -484,3 +489,5 @@ Data access examples
484489
.. _`SpatioTemporal Asset Catalog (STAC)`: https://stacspec.org
485490
.. _`pygeometa`: https://geopython.github.io/pygeometa
486491
.. _`STAC API`: https://github.com/radiantearth/stac-api-spec
492+
.. _`STAC API - Core`: https://github.com/radiantearth/stac-api-spec/blob/v1.0.0/core
493+
.. _`STAC API - Item Search`: https://github.com/radiantearth/stac-api-spec/blob/v1.0.0/item-search

0 commit comments

Comments
 (0)