Skip to content

Commit

Permalink
preparing for version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Jun 10, 2024
1 parent 79be10f commit 7defc93
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

[Unreleased]: <https://github.com/stac-extensions/altimetry/compare/v1.0.0...HEAD>
[Unreleased]: <https://github.com/stac-extensions/altimetry/compare/v0.1.0...HEAD>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Altimetry Extension Specification

- **Title:** Altimetry
- **Identifier:** <https://stac-extensions.github.io/altimetry/v1.0.0/schema.json>
- **Identifier:** <https://stac-extensions.github.io/altimetry/v0.1.0/schema.json>
- **Field Name Prefix:** altm
- **Scope:** Item
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Proposal
Expand Down
2 changes: 1 addition & 1 deletion examples/sentinel3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "Feature",
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/altimetry/v1.0.0/schema.json",
"https://stac-extensions.github.io/altimetry/v0.1.0/schema.json",
"https://stac-extensions.github.io/sat/v1.0.0/schema.json"
],
"id": "S3A_SR_2_LAN_LI_20240415T101037_20240415T101142_20240415T122248_0064_111_179______PS1_O_NR_005.SEN3",
Expand Down
4 changes: 2 additions & 2 deletions 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/altimetry/v1.0.0/schema.json#",
"$id": "https://stac-extensions.github.io/altimetry/v0.1.0/schema.json#",
"title": "Altimetry Extension",
"description": "STAC Altimetry Extension for STAC Items and STAC Collections.",
"oneOf": [
Expand Down Expand Up @@ -59,7 +59,7 @@
"stac_extensions": {
"type": "array",
"contains": {
"const": "https://stac-extensions.github.io/altimetry/v1.0.0/schema.json"
"const": "https://stac-extensions.github.io/altimetry/v0.1.0/schema.json"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"scripts": {
"test": "npm run check-markdown && npm run check-examples",
"check-markdown": "remark . -f -r .github/remark.yaml",
"check-examples": "stac-node-validator . --lint --verbose --schemaMap https://stac-extensions.github.io/altimetry/v1.0.0/schema.json=./json-schema/schema.json",
"format-examples": "stac-node-validator . --format --schemaMap https://stac-extensions.github.io/altimetry/v1.0.0/schema.json=./json-schema/schema.json"
"check-examples": "stac-node-validator . --lint --verbose --schemaMap https://stac-extensions.github.io/altimetry/v0.1.0/schema.json=./json-schema/schema.json",
"format-examples": "stac-node-validator . --format --schemaMap https://stac-extensions.github.io/altimetry/v0.1.0/schema.json=./json-schema/schema.json"
},
"dependencies": {
"remark-cli": "^12.0.0",
Expand Down

0 comments on commit 7defc93

Please sign in to comment.