Skip to content

Commit

Permalink
v1.0.0 -> v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jan 25, 2022
1 parent 4ac619e commit 4e62c51
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions optical/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# STAC CARD4L Optical Extension Specification

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

| Value | Required |
| --------------------------------------------------------------------- | -------- |
| `https://stac-extensions.github.io/card4l/v1.0.0/optical/schema.json` ||
| `https://stac-extensions.github.io/card4l/v0.1.0/optical/schema.json` ||
| `https://stac-extensions.github.io/eo/v1.0.0/schema.json` ||
| `https://stac-extensions.github.io/file/v2.0.0/schema.json` ||
| `https://stac-extensions.github.io/processing/v1.1.0/schema.json` ||
Expand Down
2 changes: 1 addition & 1 deletion optical/examples/eodc-landsat8.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
"https://stac-extensions.github.io/card4l/v1.0.0/optical/schema.json",
"https://stac-extensions.github.io/card4l/v0.1.0/optical/schema.json",
"https://stac-extensions.github.io/processing/v1.1.0/schema.json",
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
Expand Down
2 changes: 1 addition & 1 deletion optical/examples/eodc-sentinel2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
"https://stac-extensions.github.io/card4l/v1.0.0/optical/schema.json",
"https://stac-extensions.github.io/card4l/v0.1.0/optical/schema.json",
"https://stac-extensions.github.io/processing/v1.1.0/schema.json",
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
Expand Down
4 changes: 2 additions & 2 deletions optical/json-schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://stac-extensions.github.io/card4l/v1.0.0/optical/schema.json#",
"$id": "https://stac-extensions.github.io/card4l/v0.1.0/optical/schema.json#",
"title": "CARD4L Optical Extension",
"description": "STAC CARD4L Optical Extension for STAC Items.",
"type": "object",
Expand All @@ -19,7 +19,7 @@
"allOf": [
{
"contains": {
"const": "https://stac-extensions.github.io/card4l/v1.0.0/optical/schema.json"
"const": "https://stac-extensions.github.io/card4l/v0.1.0/optical/schema.json"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "stac-extensions",
"version": "1.0.0",
"name": "stac-card4l",
"version": "0.1.0",
"scripts": {
"test": "npm run check-markdown && npm run check-examples",
"check-markdown": "remark . -f -r .github/remark.yaml",
"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"
"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"
},
"dependencies": {
"remark-cli": "^8.0.0",
Expand Down
6 changes: 3 additions & 3 deletions sar/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# STAC CARD4L SAR Extension Specification

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

| Value | Src | Prod |
| ------------------------------------------------------------------ | ---- | ---- |
| `https://stac-extensions.github.io/card4l/v1.0.0/sar/source.json` |||
| `https://stac-extensions.github.io/card4l/v1.0.0/sar/product.json` |||
| `https://stac-extensions.github.io/card4l/v0.1.0/sar/source.json` |||
| `https://stac-extensions.github.io/card4l/v0.1.0/sar/product.json` |||
| `https://stac-extensions.github.io/file/v2.0.0/schema.json` |||
| `https://stac-extensions.github.io/processing/v1.1.0/schema.json` |||
| `https://stac-extensions.github.io/projection/v1.0.0/schema.json` | (✓) ||
Expand Down
2 changes: 1 addition & 1 deletion sar/examples/S18E047_2021_01_08_04392F.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/card4l/v1.0.0/sar/product.json",
"https://stac-extensions.github.io/card4l/v0.1.0/sar/product.json",
"https://stac-extensions.github.io/file/v2.0.0/schema.json",
"https://stac-extensions.github.io/processing/v1.1.0/schema.json",
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/card4l/v1.0.0/sar/source.json",
"https://stac-extensions.github.io/card4l/v0.1.0/sar/source.json",
"https://stac-extensions.github.io/processing/v1.1.0/schema.json",
"https://stac-extensions.github.io/sar/v1.0.0/schema.json",
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/card4l/v1.0.0/sar/source.json",
"https://stac-extensions.github.io/card4l/v0.1.0/sar/source.json",
"https://stac-extensions.github.io/processing/v1.1.0/schema.json",
"https://stac-extensions.github.io/sar/v1.0.0/schema.json",
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
Expand Down
2 changes: 1 addition & 1 deletion sar/json-schema/common.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://stac-extensions.github.io/card4l/v1.0.0/sar/commons.json#",
"$id": "https://stac-extensions.github.io/card4l/v0.1.0/sar/commons.json#",
"title": "CARD4L SAR Commons",
"description": "STAC CARD4L SAR Commons for STAC Items.",
"type": "object",
Expand Down
4 changes: 2 additions & 2 deletions sar/json-schema/product.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://stac-extensions.github.io/card4l/v1.0.0/sar/product.json#",
"$id": "https://stac-extensions.github.io/card4l/v0.1.0/sar/product.json#",
"title": "CARD4L SAR Extension",
"description": "STAC CARD4L SAR Extension for STAC Items.",
"type": "object",
Expand All @@ -10,7 +10,7 @@
"allOf": [
{
"contains": {
"const": "https://stac-extensions.github.io/card4l/v1.0.0/sar/product.json"
"const": "https://stac-extensions.github.io/card4l/v0.1.0/sar/product.json"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions sar/json-schema/source.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://stac-extensions.github.io/card4l/v1.0.0/sar/source.json#",
"$id": "https://stac-extensions.github.io/card4l/v0.1.0/sar/source.json#",
"title": "CARD4L SAR Extension",
"description": "STAC CARD4L SAR Extension for STAC Items.",
"type": "object",
Expand All @@ -10,7 +10,7 @@
"allOf": [
{
"contains": {
"const": "https://stac-extensions.github.io/card4l/v1.0.0/sar/source.json"
"const": "https://stac-extensions.github.io/card4l/v0.1.0/sar/source.json"
}
},
{
Expand Down

0 comments on commit 4e62c51

Please sign in to comment.