Skip to content

Commit 2bca588

Browse files
committed
Update 1.0.0-rc.3 examples to 1.0.0
1 parent bdea3ad commit 2bca588

File tree

12 files changed

+20
-20
lines changed

12 files changed

+20
-20
lines changed

tests/data-files/examples/1.0.0-RC3/catalog.json renamed to tests/data-files/examples/1.0.0/catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "examples",
33
"type": "Catalog",
4-
"stac_version": "1.0.0-rc.3",
4+
"stac_version": "1.0.0",
55
"description": "This catalog is a simple demonstration of an example catalog that is used to organize a hierarchy of collections and their items.",
66
"links": [
77
{
@@ -35,7 +35,7 @@
3535
},
3636
{
3737
"rel": "self",
38-
"href": "https://raw.githubusercontent.com/radiantearth/stac-spec/v1.0.0-rc.3/examples/catalog.json",
38+
"href": "https://raw.githubusercontent.com/radiantearth/stac-spec/v1.0.0/examples/catalog.json",
3939
"type": "application/json"
4040
}
4141
]

tests/data-files/examples/1.0.0-RC3/collection-only/collection-with-schemas.json renamed to tests/data-files/examples/1.0.0/collection-only/collection-with-schemas.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"stac_version": "1.0.0-rc.3",
2+
"stac_version": "1.0.0",
33
"stac_extensions": [
44
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
55
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",

tests/data-files/examples/1.0.0-RC3/collection-only/collection.json renamed to tests/data-files/examples/1.0.0/collection-only/collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Collection",
3-
"stac_version": "1.0.0-rc.3",
3+
"stac_version": "1.0.0",
44
"stac_extensions": [
55
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
66
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",

tests/data-files/examples/1.0.0-RC3/collection.json renamed to tests/data-files/examples/1.0.0/collection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
66
"https://stac-extensions.github.io/view/v1.0.0/schema.json"
77
],
8-
"stac_version": "1.0.0-rc.3",
8+
"stac_version": "1.0.0",
99
"description": "A simple collection demonstrating core catalog fields with links to a couple of items",
1010
"title": "Simple Example Collection",
1111
"providers": [
@@ -103,7 +103,7 @@
103103
},
104104
{
105105
"rel": "self",
106-
"href": "https://raw.githubusercontent.com/radiantearth/stac-spec/v1.0.0-rc.3/examples/collection.json",
106+
"href": "https://raw.githubusercontent.com/radiantearth/stac-spec/v1.0.0/examples/collection.json",
107107
"type": "application/json"
108108
}
109109
]

tests/data-files/examples/1.0.0-RC3/collectionless-item.json renamed to tests/data-files/examples/1.0.0/collectionless-item.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"stac_version": "1.0.0-rc.3",
2+
"stac_version": "1.0.0",
33
"stac_extensions": [
44
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
55
"https://stac-extensions.github.io/view/v1.0.0/schema.json"

tests/data-files/examples/1.0.0-RC3/core-item.json renamed to tests/data-files/examples/1.0.0/core-item.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"stac_version": "1.0.0-rc.3",
2+
"stac_version": "1.0.0",
33
"stac_extensions": [],
44
"type": "Feature",
55
"id": "20201211_223832_CS2",

tests/data-files/examples/1.0.0-RC3/extended-item.json renamed to tests/data-files/examples/1.0.0/extended-item.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"stac_version": "1.0.0-rc.3",
2+
"stac_version": "1.0.0",
33
"stac_extensions": [
44
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
55
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",

tests/data-files/examples/1.0.0-RC3/extensions-collection/collection.json renamed to tests/data-files/examples/1.0.0/extensions-collection/collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "extensions-collection",
33
"type": "Collection",
4-
"stac_version": "1.0.0-rc.3",
4+
"stac_version": "1.0.0",
55
"description": "A heterogenous collection containing deeper examples of various extensions",
66
"links": [
77
{

tests/data-files/examples/1.0.0-RC3/extensions-collection/proj-example/proj-example.json renamed to tests/data-files/examples/1.0.0/extensions-collection/proj-example/proj-example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Feature",
3-
"stac_version": "1.0.0-rc.3",
3+
"stac_version": "1.0.0",
44
"id": "proj-example",
55
"properties": {
66
"datetime": "2018-10-01T01:08:32.033000Z",

0 commit comments

Comments
 (0)