2626## Summary
2727
2828- ** OpenAPI specifications:**
29- - [ STAC API - Features] ( openapi-features.yaml ) ([ rendered version] ( https://api.stacspec.org/v1.0.0-rc.3 /ogcapi-features ) )
30- - [ STAC API - Collections] ( openapi-collections.yaml ) ([ rendered version] ( https://api.stacspec.org/v1.0.0-rc.3 /collections ) )
29+ - [ STAC API - Features] ( openapi-features.yaml ) ([ rendered version] ( https://api.stacspec.org/v1.0.0-rc.4 /ogcapi-features ) )
30+ - [ STAC API - Collections] ( openapi-collections.yaml ) ([ rendered version] ( https://api.stacspec.org/v1.0.0-rc.4 /collections ) )
3131- ** Conformance Class URIs:**
32- - < https://api.stacspec.org/v1.0.0-rc.3 /ogcapi-features > - Features
33- - < https://api.stacspec.org/v1.0.0-rc.3 /collections > - Collections
32+ - < https://api.stacspec.org/v1.0.0-rc.4 /ogcapi-features > - Features
33+ - < https://api.stacspec.org/v1.0.0-rc.4 /collections > - Collections
3434- ** [ Maturity Classification] ( ../README.md#maturity-classification ) :** Candidate
3535- ** Dependencies** :
3636 - [ STAC API - Core] ( ../core )
@@ -51,19 +51,19 @@ entities. As these entities are also GeoJSON types, the GeoJSON conformance clas
5151
5252While OAFeat defines a single conformance class for its endpoints, STAC API divides these behaviors into two
5353conformance classes -- Collections and Features. The STAC API - Features
54- (< https://api.stacspec.org/v1.0.0-rc.3 /ogcapi-features > ) conformance class includes and extends the behavior
55- of OAFeat, while the STAC API - Collections (< https://api.stacspec.org/v1.0.0-rc.3 /collections > ) conformance
54+ (< https://api.stacspec.org/v1.0.0-rc.4 /ogcapi-features > ) conformance class includes and extends the behavior
55+ of OAFeat, while the STAC API - Collections (< https://api.stacspec.org/v1.0.0-rc.4 /collections > ) conformance
5656class is the subset of Features that pertains only to Collections.
5757
5858### STAC API - Features
5959
60- The * STAC API - Features* (< https://api.stacspec.org/v1.0.0-rc.3 /ogcapi-features > ) conformance class
60+ The * STAC API - Features* (< https://api.stacspec.org/v1.0.0-rc.4 /ogcapi-features > ) conformance class
6161encompasses all of the behavior described in this specification, as
6262derived from OAFeat.
6363
6464### STAC API - Collections
6565
66- The * STAC API - Collections* (< https://api.stacspec.org/v1.0.0-rc.3 /collections > ) conformance class
66+ The * STAC API - Collections* (< https://api.stacspec.org/v1.0.0-rc.4 /collections > ) conformance class
6767requires only the subset of the behavior of Features that relates to Collections.
6868
6969This subset is:
@@ -77,7 +77,7 @@ without needing to implement the entire *STAC API - Features* conformance class.
7777
7878### OGC API - Features - Part 1: Core
7979
80- A STAC API implementation that conforms to * STAC API - Features* (< https://api.stacspec.org/v1.0.0-rc.3 /ogcapi-features > )
80+ A STAC API implementation that conforms to * STAC API - Features* (< https://api.stacspec.org/v1.0.0-rc.4 /ogcapi-features > )
8181also conforms to
8282[ OGC API - Features - Part 1 Requirements Class Core] ( http://docs.opengeospatial.org/is/17-069r3/17-069r3.html#rc_core )
8383conformance class (< http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core > ).
@@ -355,9 +355,9 @@ the [overview](../overview.md#example-landing-page) document.
355355 "description" : " This Catalog aims to demonstrate the a simple landing page" ,
356356 "type" : " Catalog" ,
357357 "conformsTo" : [
358- " https://api.stacspec.org/v1.0.0-rc.3 /core" ,
359- " https://api.stacspec.org/v1.0.0-rc.3 /ogcapi-features" ,
360- " https://api.stacspec.org/v1.0.0-rc.3 /collections" ,
358+ " https://api.stacspec.org/v1.0.0-rc.4 /core" ,
359+ " https://api.stacspec.org/v1.0.0-rc.4 /ogcapi-features" ,
360+ " https://api.stacspec.org/v1.0.0-rc.4 /collections" ,
361361 " http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core" ,
362362 " http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/oas30" ,
363363 " http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/geojson"
0 commit comments