Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Mar 25, 2024
1 parent 59900e7 commit 02615cf
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
The format is based on [Keep a Changelog](https://keepachangelog.com/en/0.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
Expand All @@ -16,11 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [1.0.0]
## [0.1.0]

### Added

- Create an initial definition of the extension.

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

- **Title:** Sentinel-5P
- **Identifier:** <https://stac-extensions.github.io/sentinel-5p/v1.0.0/schema.json>
- **Identifier:** <https://stac-extensions.github.io/sentinel-5p/v0.1.0/schema.json>
- **Field Name Prefix:** s5p
- **Scope:** Item
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Proposal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
},
"stac_extensions": [
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
"https://stac-extensions.github.io/sentinel-5p/v1.0.0/schema.json"
"https://stac-extensions.github.io/sentinel-5p/v0.1.0/schema.json"
],
"stac_version": "1.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
},
"stac_extensions": [
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
"https://stac-extensions.github.io/sentinel-5p/v1.0.0/schema.json"
"https://stac-extensions.github.io/sentinel-5p/v0.1.0/schema.json"
],
"stac_version": "1.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
},
"stac_extensions": [
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
"https://stac-extensions.github.io/sentinel-5p/v1.0.0/schema.json"
"https://stac-extensions.github.io/sentinel-5p/v0.1.0/schema.json"
],
"stac_version": "1.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
},
"stac_extensions": [
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
"https://stac-extensions.github.io/sentinel-5p/v1.0.0/schema.json"
"https://stac-extensions.github.io/sentinel-5p/v0.1.0/schema.json"
],
"stac_version": "1.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
},
"stac_extensions": [
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
"https://stac-extensions.github.io/sentinel-5p/v1.0.0/schema.json"
"https://stac-extensions.github.io/sentinel-5p/v0.1.0/schema.json"
],
"stac_version": "1.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
},
"stac_extensions": [
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
"https://stac-extensions.github.io/sentinel-5p/v1.0.0/schema.json"
"https://stac-extensions.github.io/sentinel-5p/v0.1.0/schema.json"
],
"stac_version": "1.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
},
"stac_extensions": [
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
"https://stac-extensions.github.io/sentinel-5p/v1.0.0/schema.json"
"https://stac-extensions.github.io/sentinel-5p/v0.1.0/schema.json"
],
"stac_version": "1.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
},
"stac_extensions": [
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
"https://stac-extensions.github.io/sentinel-5p/v1.0.0/schema.json"
"https://stac-extensions.github.io/sentinel-5p/v0.1.0/schema.json"
],
"stac_version": "1.0.0"
}
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/sentinel-5p/v1.0.0/schema.json#",
"$id": "https://stac-extensions.github.io/sentinel-5p/v0.1.0/schema.json#",
"title": "Sentinel-5P Extension",
"description": "STAC Sentinel-5P Extension for STAC Items and STAC Collection Summaries.",
"type": "object",
Expand All @@ -11,7 +11,7 @@
"stac_extensions": {
"type": "array",
"contains": {
"const": "https://stac-extensions.github.io/sentinel-5p/v1.0.0/schema.json"
"const": "https://stac-extensions.github.io/sentinel-5p/v0.1.0/schema.json"
}
}
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "stac-extension-sentinel-5p",
"version": "1.0.0",
"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 . --lint --verbose --schemaMap https://stac-extensions.github.io/sentinel-5p/v1.0.0/schema.json=./json-schema/schema.json",
"format-examples": "stac-node-validator . --format --schemaMap https://stac-extensions.github.io/sentinel-5p/v1.0.0/schema.json=./json-schema/schema.json"
"check-examples": "stac-node-validator . --lint --verbose --schemaMap https://stac-extensions.github.io/sentinel-5p/v0.1.0/schema.json=./json-schema/schema.json",
"format-examples": "stac-node-validator . --format --schemaMap https://stac-extensions.github.io/sentinel-5p/v0.1.0/schema.json=./json-schema/schema.json"
},
"dependencies": {
"remark-cli": "^12.0.0",
Expand Down

0 comments on commit 02615cf

Please sign in to comment.