Skip to content

Commit 979182e

Browse files
author
Phil Varner
authored
Merge pull request #278 from philvarner/pv/1.0.0-beta.5-to-rc.1
update 1.0.0 beta.5 to rc.1
2 parents b6f1ef3 + 51fdd16 commit 979182e

File tree

32 files changed

+13306
-13306
lines changed

32 files changed

+13306
-13306
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ to search STAC catalogs, where the features returned are STAC [Item](stac-spec/i
3131
that have common properties, links to their assets and geometries that represent the footprints of the geospatial assets.
3232

3333
The specification for STAC API is provided as files that follow the [OpenAPI](http://openapis.org/) 3.0 specification,
34-
rendered online into HTML at <https://api.stacspec.org/v1.0.0-beta.5>, in addition to human-readable documentation.
34+
rendered online into HTML at <https://api.stacspec.org/v1.0.0-rc.1>, in addition to human-readable documentation.
3535

3636
## Stability Note
3737

3838
This specification has evolved over the past couple years, and is used in production in a variety of deployments. It is
39-
currently in a 'beta' state, with no major changes anticipated. For 1.0.0-beta.5, we remain fully aligned with [OGC API -
39+
currently in a 'beta' state, with no major changes anticipated. For 1.0.0-rc.1, we remain fully aligned with [OGC API -
4040
Features](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) Version 1.0, and we are working to stay aligned
4141
as the additional OGC API components mature. This may result in minor changes as things evolve. The STAC API
4242
specification follows [Semantic Versioning](https://semver.org/), so once 1.0.0 is reached any breaking change

browseable/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
- **OpenAPI specification:** none
1010
- **Conformance URIs:**
11-
- <https://api.stacspec.org/v1.0.0-beta.5/browseable>
12-
- <https://api.stacspec.org/v1.0.0-beta.5/core>
11+
- <https://api.stacspec.org/v1.0.0-rc.1/browseable>
12+
- <https://api.stacspec.org/v1.0.0-rc.1/core>
1313
- **[Maturity Classification](../README.md#maturity-classification):** Proposal
1414
- **Dependencies**: [STAC API - Core](../core)
1515

@@ -50,7 +50,7 @@ This conformance class adds no additional endpoints.
5050
## Example Landing Page for STAC API - Browseable
5151

5252
This JSON is what would be expected from an API that implements *STAC API - Browseable*. Note that the
53-
`conformsTo` array contains `https://api.stacspec.org/v1.0.0-beta.5/browseable` and the `links` array
53+
`conformsTo` array contains `https://api.stacspec.org/v1.0.0-rc.1/browseable` and the `links` array
5454
contains `child` link relations. The semantics of this conformance class imply that the the catalogs
5555
linked to by these `child` link relations then have further `child` or `item` link relations that
5656
eventually reach all items in this catalog.
@@ -63,8 +63,8 @@ eventually reach all items in this catalog.
6363
"description": "This Catalog aims to demonstrate the a simple landing page",
6464
"type": "Catalog",
6565
"conformsTo" : [
66-
"https://api.stacspec.org/v1.0.0-beta.5/core",
67-
"https://api.stacspec.org/v1.0.0-beta.5/browseable"
66+
"https://api.stacspec.org/v1.0.0-rc.1/core",
67+
"https://api.stacspec.org/v1.0.0-rc.1/browseable"
6868
],
6969
"links": [
7070
{

children/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
- [Pagination](#pagination)
77
- [Example](#example)
88

9-
- **OpenAPI specification:** [openapi.yaml](openapi.yaml) ([rendered version](https://api.stacspec.org/v1.0.0-beta.5/children))
9+
- **OpenAPI specification:** [openapi.yaml](openapi.yaml) ([rendered version](https://api.stacspec.org/v1.0.0-rc.1/children))
1010
- **Conformance URIs:**
11-
- <https://api.stacspec.org/v1.0.0-beta.5/children>
12-
- <https://api.stacspec.org/v1.0.0-beta.5/core>
11+
- <https://api.stacspec.org/v1.0.0-rc.1/children>
12+
- <https://api.stacspec.org/v1.0.0-rc.1/core>
1313
- **[Maturity Classification](../README.md#maturity-classification):** Proposal
1414
- **Dependencies**: [STAC API - Core](../core)
1515

@@ -80,9 +80,9 @@ The STAC API Landing Page should look like the following (note the `child` link
8080
"description": "This Catalog aims to demonstrate the a simple landing page",
8181
"type": "Catalog",
8282
"conformsTo" : [
83-
"https://api.stacspec.org/v1.0.0-beta.5/core",
84-
"https://api.stacspec.org/v1.0.0-beta.5/children",
85-
"https://api.stacspec.org/v1.0.0-beta.5/browseable"
83+
"https://api.stacspec.org/v1.0.0-rc.1/core",
84+
"https://api.stacspec.org/v1.0.0-rc.1/children",
85+
"https://api.stacspec.org/v1.0.0-rc.1/browseable"
8686
],
8787
"links": [
8888
{

children/openapi.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: STAC API - Children
4-
version: '1.0.0-beta.5'
4+
version: '1.0.0-rc.1'
55
description: >-
66
This is an OpenAPI definition of the SpatioTemporal Asset Catalog API - Children
77
specification.
@@ -38,14 +38,14 @@ paths:
3838
schema:
3939
$ref: '../core/openapi.yaml#/components/schemas/landingPage'
4040
example:
41-
stac_version: 1.0.0-beta.5
41+
stac_version: 1.0.0-rc.1
4242
type: Catalog
4343
id: sentinel
4444
title: Copernicus Sentinel Imagery
4545
description: Catalog of Copernicus Sentinel 1 and 2 imagery.
4646
conformsTo:
47-
- 'https://api.stacspec.org/v1.0.0-beta.5/core'
48-
- 'https://api.stacspec.org/v1.0.0-beta.5/children'
47+
- 'https://api.stacspec.org/v1.0.0-rc.1/core'
48+
- 'https://api.stacspec.org/v1.0.0-rc.1/children'
4949
- 'http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core'
5050
- 'http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/oas30'
5151
- 'http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/geojson'
@@ -97,8 +97,8 @@ components:
9797
type: array
9898
items:
9999
anyOf:
100-
- $ref: '../core/commons.yaml#/components/schemas/catalog'
101-
- $ref: '../core/commons.yaml#/components/schemas/collection'
100+
- $ref: '../core/commons.yaml#/components/schemas/catalog'
101+
- $ref: '../core/commons.yaml#/components/schemas/collection'
102102
responses:
103103
Children:
104104
description: |-

collections/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
- [Pagination](#pagination)
77
- [Example](#example)
88

9-
- **OpenAPI specification:** [openapi.yaml](openapi.yaml) ([rendered version](https://api.stacspec.org/v1.0.0-beta.5/collections))
9+
- **OpenAPI specification:** [openapi.yaml](openapi.yaml) ([rendered version](https://api.stacspec.org/v1.0.0-rc.1/collections))
1010
- **Conformance URIs:**
11-
- <https://api.stacspec.org/v1.0.0-beta.5/collections>
12-
- <https://api.stacspec.org/v1.0.0-beta.5/core>
11+
- <https://api.stacspec.org/v1.0.0-rc.1/collections>
12+
- <https://api.stacspec.org/v1.0.0-rc.1/core>
1313
- **[Maturity Classification](../README.md#maturity-classification):** Proposal
1414
- **Dependencies**: [STAC API - Core](../core)
1515

collections/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: STAC API - Collections
4-
version: '1.0.0-beta.5'
4+
version: '1.0.0-rc.1'
55
description: >-
66
This is an OpenAPI definition of the SpatioTemporal Asset Catalog API - Collections
77
specification. This is a subset of the STAC API - Features specification.
@@ -39,13 +39,13 @@ paths:
3939
schema:
4040
$ref: '../core/openapi.yaml#/components/schemas/landingPage'
4141
example:
42-
stac_version: 1.0.0-beta.5
42+
stac_version: 1.0.0-rc.1
4343
type: Catalog
4444
id: sentinel
4545
title: Copernicus Sentinel Imagery
4646
description: Catalog of Copernicus Sentinel 1 and 2 imagery.
4747
conformsTo:
48-
- 'https://api.stacspec.org/v1.0.0-beta.5/core'
48+
- 'https://api.stacspec.org/v1.0.0-rc.1/core'
4949
- 'http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core'
5050
- 'http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/oas30'
5151
- 'http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/geojson'

core/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
- [Extensions](#extensions)
88
- [Structuring Catalog Hierarchies](#structuring-catalog-hierarchies)
99

10-
- **OpenAPI specification:** [openapi.yaml](openapi.yaml) ([rendered version](https://api.stacspec.org/v1.0.0-beta.5/core)),
10+
- **OpenAPI specification:** [openapi.yaml](openapi.yaml) ([rendered version](https://api.stacspec.org/v1.0.0-rc.1/core)),
1111
- **Conformance URIs:**
12-
- <https://api.stacspec.org/v1.0.0-beta.5/core>
12+
- <https://api.stacspec.org/v1.0.0-rc.1/core>
1313
- **[Maturity Classification](../README.md#maturity-classification):** Pilot
1414
- **Dependencies**: None
1515
and [commons.yaml](commons.yaml) is the OpenAPI version of the core [STAC spec](../stac-spec) JSON Schemas.
@@ -168,7 +168,7 @@ different conformance classes and a different set of links.
168168
"description": "This Catalog aims to demonstrate the a simple landing page",
169169
"type": "Catalog",
170170
"conformsTo" : [
171-
"https://api.stacspec.org/v1.0.0-beta.5/core"
171+
"https://api.stacspec.org/v1.0.0-rc.1/core"
172172
],
173173
"links": [
174174
{

core/commons.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.3
22
info:
33
title: The SpatioTemporal Asset Catalog API - Commons
44
description: This is the OpenAPI version of the core STAC spec JSON Schemas.
5-
version: 1.0.0-beta.5
5+
version: 1.0.0-rc.1
66
paths: {}
77
components:
88
responses:

core/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: STAC API - Core
4-
version: 1.0.0-beta.5
4+
version: 1.0.0-rc.1
55
description: >-
66
This is an OpenAPI definition of the SpatioTemporal Asset Catalog API - Core
77
specification. Any service that implements this endpoint to allow discovery of
@@ -63,7 +63,7 @@ components:
6363
title: Copernicus Sentinel Imagery
6464
description: Catalog of Copernicus Sentinel 1 and 2 imagery.
6565
conformsTo:
66-
- 'https://api.stacspec.org/v1.0.0-beta.5/core'
66+
- 'https://api.stacspec.org/v1.0.0-rc.1/core'
6767
links:
6868
- href: 'http://data.example.org/'
6969
rel: self

extensions.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ Each extension has its own conformance URI, which is used in the `conformsTo` re
4646
the service supports. This are listed at the top of each extension description, but the full table is given here for ease of reference.
4747

4848
- [Fields](item-search/README.md#fields-extension)
49-
- <https://api.stacspec.org/v1.0.0-beta.5/item-search#fields-extension>
50-
- <https://api.stacspec.org/v1.0.0-beta.5/ogcapi-features#fields-extension>
49+
- <https://api.stacspec.org/v1.0.0-rc.1/item-search#fields-extension>
50+
- <https://api.stacspec.org/v1.0.0-rc.1/ogcapi-features#fields-extension>
5151
- [Filter](item-search/README.md#filter-extension)
52-
- <https://api.stacspec.org/v1.0.0-beta.5/item-search#filter>
52+
- <https://api.stacspec.org/v1.0.0-rc.1/item-search#filter>
5353
- <http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/filter>
5454
- <http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/features-filter>
5555
- <http://www.opengis.net/spec/cql2/1.0/conf/cql2-text>
@@ -65,17 +65,17 @@ the service supports. This are listed at the top of each extension description,
6565
- <http://www.opengis.net/spec/cql2/1.0/conf/property-property>
6666
- <http://www.opengis.net/spec/cql2/1.0/conf/accent-case-insensitive-comparison>
6767
- [Context](item-search/README.md#context-extension)
68-
- <https://api.stacspec.org/v1.0.0-beta.5/item-search#context>
69-
- <https://api.stacspec.org/v1.0.0-beta.5/ogcapi-features#context>
68+
- <https://api.stacspec.org/v1.0.0-rc.1/item-search#context>
69+
- <https://api.stacspec.org/v1.0.0-rc.1/ogcapi-features#context>
7070
- [Sort](item-search/README.md#sort-extension)
71-
- <https://api.stacspec.org/v1.0.0-beta.5/item-search#sort>
72-
- <https://api.stacspec.org/v1.0.0-beta.5/ogcapi-features#sort>
71+
- <https://api.stacspec.org/v1.0.0-rc.1/item-search#sort>
72+
- <https://api.stacspec.org/v1.0.0-rc.1/ogcapi-features#sort>
7373
- [Transaction](ogcapi-features/extensions/transaction/README.md)
74-
- <https://api.stacspec.org/v1.0.0-beta.5/ogcapi-features/extensions/transaction>
74+
- <https://api.stacspec.org/v1.0.0-rc.1/ogcapi-features/extensions/transaction>
7575
- [Items and Collections API Version](ogcapi-features/extensions/version/README.md)
76-
- <https://api.stacspec.org/v1.0.0-beta.5/ogcapi-features/extensions/version>
76+
- <https://api.stacspec.org/v1.0.0-rc.1/ogcapi-features/extensions/version>
7777
- [Query](item-search/README.md#query-extension)
78-
- <https://api.stacspec.org/v1.0.0-beta.5/item-search#query>
78+
- <https://api.stacspec.org/v1.0.0-rc.1/item-search#query>
7979

8080
## Third-party / vendor extensions
8181

0 commit comments

Comments
 (0)