Skip to content

Commit

Permalink
global search and replace versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhanson committed Feb 26, 2020
1 parent ec2216f commit dc7d753
Show file tree
Hide file tree
Showing 57 changed files with 75 additions and 75 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [v0.9.0-rc2] - 2020-02-12
## [v0.9.0] - 2020-02-12

### Added
- [Basics](item-spec/common-metadata.md#basics) added to Common Metadata definitions with new `description` field for
Expand Down Expand Up @@ -311,7 +311,7 @@ Thanks @hgs-msmith, @matthewhanson, @hgs-trutherford, @rouault, @joshfix, @alkam


[Unreleased]: https://github.com/radiantearth/stac-spec/compare/master...dev
[v0.9.0-rc2]: https://github.com/radiantearth/stac-spec/compare/v0.9.0-rc1...v0.9.0-rc2
[v0.9.0]: https://github.com/radiantearth/stac-spec/compare/v0.9.0-rc1...v0.9.0
[v0.9.0-rc1]: https://github.com/radiantearth/stac-spec/compare/v0.8.0...v0.9.0-rc1
[v0.8.1]: https://github.com/radiantearth/stac-spec/compare/v0.8.0...v0.8.1
[v0.8.0]: https://github.com/radiantearth/stac-spec/compare/v0.7.0...v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The minimal amount is specified right now, but best practices should emerge with
## Current version and branches

The [master branch](https://github.com/radiantearth/stac-spec/tree/master) is the 'stable' version of the spec. It is currently version
**0.9.0-rc2** of the specification. The
**0.9.0** of the specification. The
[dev](https://github.com/radiantearth/stac-spec/tree/dev) branch is where active development takes place, and may have inconsistent examples.
Whenever dev stabilizes a release is cut and we merge dev in to master. So master should be stable at any given time.
It is possible that there may be small releases in quick succession, especially if they are nice improvements that do
Expand Down
10 changes: 5 additions & 5 deletions api-spec/STAC-extensions.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.1
info:
title: The SpatioTemporal Asset Catalog API + Extensions
version: 0.9.0-rc2
version: 0.9.0
license:
name: Apache License 2.0
url: 'http://www.apache.org/licenses/LICENSE-2.0'
Expand Down Expand Up @@ -786,7 +786,7 @@ components:
- type: string
- type: number
example:
stac_version: 0.9.0-rc2
stac_version: 0.9.0
stac_extensions: []
id: Sentinel-2
title: 'Sentinel-2 MSI: MultiSpectral Instrument, Level-1C'
Expand Down Expand Up @@ -1610,7 +1610,7 @@ components:
stac_version:
title: STAC version
type: string
example: 0.9.0-rc2
example: 0.9.0
stac_extensions:
title: STAC extensions
type: array
Expand Down Expand Up @@ -1696,7 +1696,7 @@ components:
assets:
$ref: '#/components/schemas/itemAssets'
example:
stac_version: 0.9.0-rc2
stac_version: 0.9.0
stac_extensions:
- eo
- view
Expand Down Expand Up @@ -2106,7 +2106,7 @@ components:
rel: search
type: application/json
title: Search across feature collections
stac_version: 0.9.0-rc2
stac_version: 0.9.0
id: naip
text/html:
schema:
Expand Down
10 changes: 5 additions & 5 deletions api-spec/STAC.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.1
info:
title: The SpatioTemporal Asset Catalog API
version: 0.9.0-rc2
version: 0.9.0
license:
name: Apache License 2.0
url: 'http://www.apache.org/licenses/LICENSE-2.0'
Expand Down Expand Up @@ -490,7 +490,7 @@ components:
- type: string
- type: number
example:
stac_version: 0.9.0-rc2
stac_version: 0.9.0
stac_extensions: []
id: Sentinel-2
title: 'Sentinel-2 MSI: MultiSpectral Instrument, Level-1C'
Expand Down Expand Up @@ -1311,7 +1311,7 @@ components:
stac_version:
title: STAC version
type: string
example: 0.9.0-rc2
example: 0.9.0
stac_extensions:
title: STAC extensions
type: array
Expand Down Expand Up @@ -1378,7 +1378,7 @@ components:
assets:
$ref: '#/components/schemas/itemAssets'
example:
stac_version: 0.9.0-rc2
stac_version: 0.9.0
stac_extensions:
- eo
- view
Expand Down Expand Up @@ -1554,7 +1554,7 @@ components:
rel: search
type: application/json
title: Search across feature collections
stac_version: 0.9.0-rc2
stac_version: 0.9.0
id: naip
text/html:
schema:
Expand Down
10 changes: 5 additions & 5 deletions api-spec/openapi/STAC.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.1
info:
title: The SpatioTemporal Asset Catalog API
version: 0.9.0-rc2
version: 0.9.0
description: >-
This is an OpenAPI definition of the core SpatioTemporal Asset Catalog API
specification. Any service that implements this endpoint to allow search of
Expand Down Expand Up @@ -200,7 +200,7 @@ components:
content:
application/json:
example:
stac_version: 0.9.0-rc2
stac_version: 0.9.0
id: naip
title: NAIP Imagery
description: Catalog of NAIP Imagery.
Expand Down Expand Up @@ -291,7 +291,7 @@ components:
- type: string
- type: number
example:
stac_version: 0.9.0-rc2
stac_version: 0.9.0
stac_extensions: []
id: Sentinel-2
title: 'Sentinel-2 MSI: MultiSpectral Instrument, Level-1C'
Expand Down Expand Up @@ -660,7 +660,7 @@ components:
stac_version:
title: STAC version
type: string
example: 0.9.0-rc2
example: 0.9.0
stac_extensions:
title: STAC extensions
type: array
Expand Down Expand Up @@ -737,7 +737,7 @@ components:
assets:
$ref: '#/components/schemas/itemAssets'
example:
stac_version: 0.9.0-rc2
stac_version: 0.9.0
stac_extensions:
- eo
- view
Expand Down
2 changes: 1 addition & 1 deletion api-spec/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-spec",
"version": "0.9.0-rc2",
"version": "0.9.0",
"description": "Generate STAC openapi defintions from fragments.",
"repository": "https://github.com/radiantearth/stac-spec",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions catalog-spec/catalog-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ might look something like this:

```json
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"id": "NAIP",
"description": "Catalog of NAIP Imagery",
"links": [
Expand All @@ -163,7 +163,7 @@ A typical '_child_' sub-catalog could look similar:

```json
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"id": "NAIP",
"description": "Catalog of NAIP Imagery - 30087",
"links": [
Expand Down
2 changes: 1 addition & 1 deletion catalog-spec/examples/catalog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"id": "sample",
"description": "This is a very basic sample catalog.",
"links": [
Expand Down
2 changes: 1 addition & 1 deletion catalog-spec/json-schema/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"stac_version": {
"title": "STAC version",
"type": "string",
"const": "0.9.0-rc2"
"const": "0.9.0"
},
"stac_extensions": {
"title": "STAC extensions",
Expand Down
2 changes: 1 addition & 1 deletion collection-spec/examples/landsat-collection.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"stac_extensions": [
"commons",
"view",
Expand Down
2 changes: 1 addition & 1 deletion collection-spec/examples/landsat-item.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"stac_extensions": [
"commons",
"eo",
Expand Down
2 changes: 1 addition & 1 deletion collection-spec/examples/sentinel2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"stac_extensions": [],
"id": "COPERNICUS/S2",
"title": "Sentinel-2 MSI: MultiSpectral Instrument, Level-1C",
Expand Down
2 changes: 1 addition & 1 deletion extensions/asset/examples/example-landsat8.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"earth observation",
"usgs"
],
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"stac_extensions": [
"asset",
"commons"
Expand Down
2 changes: 1 addition & 1 deletion extensions/checksum/examples/sentinel1.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "S1A_EW_GRDM_1SSH_20181103T235855_20181103T235955_024430_02AD5D_5616",
"type": "Feature",
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"stac_extensions": [
"checksum"
],
Expand Down
6 changes: 3 additions & 3 deletions extensions/commons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To get the complete record of an Item (both individual and commons properties),
An incomplete Collection:
```
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"stac_extensions": ["commons"],
"id": "landsat-8-l1",
"title": "Landsat 8 L1",
Expand Down Expand Up @@ -78,7 +78,7 @@ An incomplete Collection:
An incomplete item:
```
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"stac_extensions": ["commons", "eo", "view"],
"type": "Feature",
"id": "LC08_L1TP_107018_20181001_20181001_01_RT",
Expand All @@ -100,7 +100,7 @@ The merged Item then looks like this:

```
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"stac_extensions": ["eo", "view"],
"type": "Feature",
"id": "LC08_L1TP_107018_20181001_20181001_01_RT",
Expand Down
2 changes: 1 addition & 1 deletion extensions/commons/examples/landsat-collection.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"stac_extensions": [
"commons"
],
Expand Down
2 changes: 1 addition & 1 deletion extensions/commons/examples/landsat-item.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"stac_extensions": [
"commons",
"eo",
Expand Down
2 changes: 1 addition & 1 deletion extensions/datacube/examples/example-collection.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"stac_extensions": [
"datacube"
],
Expand Down
2 changes: 1 addition & 1 deletion extensions/datacube/examples/example-item.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"stac_extensions": [
"datacube"
],
Expand Down
4 changes: 2 additions & 2 deletions extensions/eo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Asset definitions that contain band data should reference the band index. Each a
See [example-landsat8.json](examples/example-landsat8.json) for a full example.
```
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"stac_extensions": ["eo"],
"id": "LC08_L1TP_107018_20181001_20181001_01_RT",
"type": "Feature",
Expand Down Expand Up @@ -161,7 +161,7 @@ Planet example:

```
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"stac_extensions": ["eo"],
"id": "20171110_121030_1013",
"type": "Feature",
Expand Down
2 changes: 1 addition & 1 deletion extensions/eo/examples/example-landsat8.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"stac_extensions": [
"eo",
"view",
Expand Down
2 changes: 1 addition & 1 deletion extensions/label/examples/multidataset/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "label_extension_demo",
"title": "label extension demo",
"description": "Sample ML training data labels in the STAC format",
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"links":
[
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"stac_extensions": [
"label",
"version"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"stac_extensions": [
"label",
"version"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"stac_extensions": [
"label",
"version"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"id": "spacenet-buildings-collection",
"title": "spacenet-buildings AoI",
"description": "Collection of training labels for spacenet-buildings",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"id": "zanzibar-collection",
"title": "zanzibar AoI",
"description": "Collection of training labels for zanzibar",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"stac_extensions": [
"label",
"version"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"stac_extensions": [
"label",
"version"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "0.9.0-rc2",
"stac_version": "0.9.0",
"id": "spacenet-roads-sample",
"description": "A sample of the SpaceNet Roads dataset built during STAC Sprint 4. The dataset contains hand-labeled roads.",
"keywords": [
Expand Down
Loading

0 comments on commit dc7d753

Please sign in to comment.