26
26
## Summary
27
27
28
28
- ** OpenAPI specifications:**
29
- - [ STAC API - Features] ( openapi-features.yaml ) ([ rendered version] ( https://api.stacspec.org/v1.0.0-rc.2 /ogcapi-features ) )
30
- - [ STAC API - Collections] ( openapi-collections.yaml ) ([ rendered version] ( https://api.stacspec.org/v1.0.0-rc.2 /collections ) )
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 ) )
31
31
- ** Conformance Class URIs:**
32
- - < https://api.stacspec.org/v1.0.0-rc.2 /ogcapi-features > - Features
33
- - < https://api.stacspec.org/v1.0.0-rc.2 /collections > - Collections
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
34
34
- ** [ Maturity Classification] ( ../README.md#maturity-classification ) :** Candidate
35
35
- ** Dependencies** :
36
36
- [ STAC API - Core] ( ../core )
@@ -51,19 +51,19 @@ entities. As these entities are also GeoJSON types, the GeoJSON conformance clas
51
51
52
52
While OAFeat defines a single conformance class for its endpoints, STAC API divides these behaviors into two
53
53
conformance classes -- Collections and Features. The STAC API - Features
54
- (< https://api.stacspec.org/v1.0.0-rc.2 /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.2 /collections > ) conformance
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
56
56
class is the subset of Features that pertains only to Collections.
57
57
58
58
### STAC API - Features
59
59
60
- The * STAC API - Features* (< https://api.stacspec.org/v1.0.0-rc.2 /ogcapi-features > ) conformance class
60
+ The * STAC API - Features* (< https://api.stacspec.org/v1.0.0-rc.3 /ogcapi-features > ) conformance class
61
61
encompasses all of the behavior described in this specification, as
62
62
derived from OAFeat.
63
63
64
64
### STAC API - Collections
65
65
66
- The * STAC API - Collections* (< https://api.stacspec.org/v1.0.0-rc.2 /collections > ) conformance class
66
+ The * STAC API - Collections* (< https://api.stacspec.org/v1.0.0-rc.3 /collections > ) conformance class
67
67
requires only the subset of the behavior of Features that relates to Collections.
68
68
69
69
This subset is:
@@ -77,7 +77,7 @@ without needing to implement the entire *STAC API - Features* conformance class.
77
77
78
78
### OGC API - Features - Part 1: Core
79
79
80
- A STAC API implementation that conforms to * STAC API - Features* (< https://api.stacspec.org/v1.0.0-rc.2 /ogcapi-features > )
80
+ A STAC API implementation that conforms to * STAC API - Features* (< https://api.stacspec.org/v1.0.0-rc.3 /ogcapi-features > )
81
81
also conforms to
82
82
[ OGC API - Features - Part 1 Requirements Class Core] ( http://docs.opengeospatial.org/is/17-069r3/17-069r3.html#rc_core )
83
83
conformance 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.
355
355
"description" : " This Catalog aims to demonstrate the a simple landing page" ,
356
356
"type" : " Catalog" ,
357
357
"conformsTo" : [
358
- " https://api.stacspec.org/v1.0.0-rc.2 /core" ,
359
- " https://api.stacspec.org/v1.0.0-rc.2 /ogcapi-features" ,
360
- " https://api.stacspec.org/v1.0.0-rc.2 /collections" ,
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" ,
361
361
" http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core" ,
362
362
" http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/oas30" ,
363
363
" http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/geojson"
0 commit comments