Skip to content

Commit 4e62c51

Browse files
committed
v1.0.0 -> v0.1.0
1 parent 4ac619e commit 4e62c51

12 files changed

+20
-20
lines changed

optical/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# STAC CARD4L Optical Extension Specification
22

33
- **Title:** CARD4L Optical
4-
- **Identifier:** <https://stac-extensions.github.io/card4l/v1.0.0/optical/schema.json>
4+
- **Identifier:** <https://stac-extensions.github.io/card4l/v0.1.0/optical/schema.json>
55
- **Field Name Prefix:** card4l (shared with the CARD4L SAR Extension)
66
- **Scope:** Item
77
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Proposal
@@ -70,7 +70,7 @@ only additional requirements and mappings to fulfill the CARD4L requirements are
7070

7171
| Value | Required |
7272
| --------------------------------------------------------------------- | -------- |
73-
| `https://stac-extensions.github.io/card4l/v1.0.0/optical/schema.json` ||
73+
| `https://stac-extensions.github.io/card4l/v0.1.0/optical/schema.json` ||
7474
| `https://stac-extensions.github.io/eo/v1.0.0/schema.json` ||
7575
| `https://stac-extensions.github.io/file/v2.0.0/schema.json` ||
7676
| `https://stac-extensions.github.io/processing/v1.1.0/schema.json` ||

optical/examples/eodc-landsat8.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"stac_version": "1.0.0",
33
"stac_extensions": [
44
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
5-
"https://stac-extensions.github.io/card4l/v1.0.0/optical/schema.json",
5+
"https://stac-extensions.github.io/card4l/v0.1.0/optical/schema.json",
66
"https://stac-extensions.github.io/processing/v1.1.0/schema.json",
77
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
88
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",

optical/examples/eodc-sentinel2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"stac_version": "1.0.0",
33
"stac_extensions": [
44
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
5-
"https://stac-extensions.github.io/card4l/v1.0.0/optical/schema.json",
5+
"https://stac-extensions.github.io/card4l/v0.1.0/optical/schema.json",
66
"https://stac-extensions.github.io/processing/v1.1.0/schema.json",
77
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
88
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",

optical/json-schema/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://stac-extensions.github.io/card4l/v1.0.0/optical/schema.json#",
3+
"$id": "https://stac-extensions.github.io/card4l/v0.1.0/optical/schema.json#",
44
"title": "CARD4L Optical Extension",
55
"description": "STAC CARD4L Optical Extension for STAC Items.",
66
"type": "object",
@@ -19,7 +19,7 @@
1919
"allOf": [
2020
{
2121
"contains": {
22-
"const": "https://stac-extensions.github.io/card4l/v1.0.0/optical/schema.json"
22+
"const": "https://stac-extensions.github.io/card4l/v0.1.0/optical/schema.json"
2323
}
2424
},
2525
{

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "stac-extensions",
3-
"version": "1.0.0",
2+
"name": "stac-card4l",
3+
"version": "0.1.0",
44
"scripts": {
55
"test": "npm run check-markdown && npm run check-examples",
66
"check-markdown": "remark . -f -r .github/remark.yaml",
7-
"check-examples": "stac-node-validator . --format --lint --verbose --schemaMap https://stac-extensions.github.io/card4l/v1.0.0/optical/schema.json=./optical/json-schema/schema.json --schemaMap https://stac-extensions.github.io/card4l/v1.0.0/sar/source.json=./sar/json-schema/source.json --schemaMap https://stac-extensions.github.io/card4l/v1.0.0/sar/product.json=./sar/json-schema/product.json --schemaMap https://stac-extensions.github.io/card4l/v1.0.0/sar/common.json=./sar/json-schema/common.json"
7+
"check-examples": "stac-node-validator . --format --lint --verbose --schemaMap https://stac-extensions.github.io/card4l/v0.1.0/optical/schema.json=./optical/json-schema/schema.json --schemaMap https://stac-extensions.github.io/card4l/v0.1.0/sar/source.json=./sar/json-schema/source.json --schemaMap https://stac-extensions.github.io/card4l/v0.1.0/sar/product.json=./sar/json-schema/product.json --schemaMap https://stac-extensions.github.io/card4l/v0.1.0/sar/common.json=./sar/json-schema/common.json"
88
},
99
"dependencies": {
1010
"remark-cli": "^8.0.0",

sar/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# STAC CARD4L SAR Extension Specification
22

33
- **Title:** CARD4L SAR
4-
- **Identifier:** <https://stac-extensions.github.io/card4l/v1.0.0/sar/schema.json>
4+
- **Identifier:** <https://stac-extensions.github.io/card4l/v0.1.0/sar/schema.json>
55
- **Field Name Prefix:** card4l (shared with the CARD4L Optical Extension)
66
- **Scope:** Item
77
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Proposal
@@ -99,8 +99,8 @@ only additional requirements and mappings to fulfill the CARD4L requirements are
9999

100100
| Value | Src | Prod |
101101
| ------------------------------------------------------------------ | ---- | ---- |
102-
| `https://stac-extensions.github.io/card4l/v1.0.0/sar/source.json` |||
103-
| `https://stac-extensions.github.io/card4l/v1.0.0/sar/product.json` |||
102+
| `https://stac-extensions.github.io/card4l/v0.1.0/sar/source.json` |||
103+
| `https://stac-extensions.github.io/card4l/v0.1.0/sar/product.json` |||
104104
| `https://stac-extensions.github.io/file/v2.0.0/schema.json` |||
105105
| `https://stac-extensions.github.io/processing/v1.1.0/schema.json` |||
106106
| `https://stac-extensions.github.io/projection/v1.0.0/schema.json` | (✓) ||

sar/examples/S18E047_2021_01_08_04392F.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stac_version": "1.0.0",
33
"stac_extensions": [
4-
"https://stac-extensions.github.io/card4l/v1.0.0/sar/product.json",
4+
"https://stac-extensions.github.io/card4l/v0.1.0/sar/product.json",
55
"https://stac-extensions.github.io/file/v2.0.0/schema.json",
66
"https://stac-extensions.github.io/processing/v1.1.0/schema.json",
77
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",

sar/examples/S1A_IW_GRDH_1SDV_20210108T021904_20210108T021929_036040_04392F_3709.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stac_version": "1.0.0",
33
"stac_extensions": [
4-
"https://stac-extensions.github.io/card4l/v1.0.0/sar/source.json",
4+
"https://stac-extensions.github.io/card4l/v0.1.0/sar/source.json",
55
"https://stac-extensions.github.io/processing/v1.1.0/schema.json",
66
"https://stac-extensions.github.io/sar/v1.0.0/schema.json",
77
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",

sar/examples/S1A_IW_GRDH_1SDV_20210108T021929_20210108T021954_036040_04392F_EF8A.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stac_version": "1.0.0",
33
"stac_extensions": [
4-
"https://stac-extensions.github.io/card4l/v1.0.0/sar/source.json",
4+
"https://stac-extensions.github.io/card4l/v0.1.0/sar/source.json",
55
"https://stac-extensions.github.io/processing/v1.1.0/schema.json",
66
"https://stac-extensions.github.io/sar/v1.0.0/schema.json",
77
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",

sar/json-schema/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://stac-extensions.github.io/card4l/v1.0.0/sar/commons.json#",
3+
"$id": "https://stac-extensions.github.io/card4l/v0.1.0/sar/commons.json#",
44
"title": "CARD4L SAR Commons",
55
"description": "STAC CARD4L SAR Commons for STAC Items.",
66
"type": "object",

0 commit comments

Comments
 (0)