File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ v1.0.0 ] - 2024-09-08
8
8
9
9
### Added
10
10
Original file line number Diff line number Diff line change 1
1
# SAR Extension Specification
2
2
3
3
- ** Title:** SAR
4
- - ** Identifier:** < https://stac-extensions.github.io/sar/v1.0 .0/schema.json >
4
+ - ** Identifier:** < https://stac-extensions.github.io/sar/v1.1 .0/schema.json >
5
5
- ** Field Name Prefix:** sar
6
6
- ** Scope:** Item, Collection
7
- - ** Extension [ Maturity Classification] ( https://github.com/radiantearth/stac-spec/blob/master/extensions/README.md#extension-maturity ) :** Candidate
7
+ - ** Extension [ Maturity Classification] ( https://github.com/radiantearth/stac-spec/blob/master/extensions/README.md#extension-maturity ) :** Stable
8
8
- ** Owner** : @m-mohr , @emmanuelmathot
9
9
- ** History** : [ Prior to March 2, 2021] ( https://github.com/radiantearth/stac-spec/commits/v1.0.0-rc.1/extensions/sar )
10
10
Original file line number Diff line number Diff line change 2
2
"type" : " Feature" ,
3
3
"stac_version" : " 1.0.0" ,
4
4
"stac_extensions" : [
5
- " https://stac-extensions.github.io/sar/v1.0 .0/schema.json" ,
5
+ " https://stac-extensions.github.io/sar/v1.1 .0/schema.json" ,
6
6
" https://stac-extensions.github.io/product/v0.1.0/schema.json"
7
7
],
8
8
"id" : " sar-envisat-example" ,
Original file line number Diff line number Diff line change 2
2
"type" : " Feature" ,
3
3
"stac_version" : " 1.0.0" ,
4
4
"stac_extensions" : [
5
- " https://stac-extensions.github.io/sar/v1.0 .0/schema.json" ,
5
+ " https://stac-extensions.github.io/sar/v1.1 .0/schema.json" ,
6
6
" https://stac-extensions.github.io/product/v0.1.0/schema.json"
7
7
],
8
8
"id" : " sentinel-1-example" ,
Original file line number Diff line number Diff line change 2
2
"type" : " Feature" ,
3
3
"stac_version" : " 1.0.0" ,
4
4
"stac_extensions" : [
5
- " https://stac-extensions.github.io/sar/v1.0 .0/schema.json" ,
5
+ " https://stac-extensions.github.io/sar/v1.1 .0/schema.json" ,
6
6
" https://stac-extensions.github.io/sat/v1.0.0/schema.json" ,
7
7
" https://stac-extensions.github.io/processing/v1.2.0/schema.json" ,
8
8
" https://stac-extensions.github.io/product/v0.1.0/schema.json"
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " http://json-schema.org/draft-07/schema#" ,
3
- "$id" : " https://stac-extensions.github.io/sar/v1.0 .0/schema.json" ,
3
+ "$id" : " https://stac-extensions.github.io/sar/v1.1 .0/schema.json" ,
4
4
"title" : " SAR Extension" ,
5
5
"description" : " STAC SAR Extension to a STAC Item" ,
6
6
"type" : " object" ,
11
11
"stac_extensions" : {
12
12
"type" : " array" ,
13
13
"contains" : {
14
- "const" : " https://stac-extensions.github.io/sar/v1.0 .0/schema.json"
14
+ "const" : " https://stac-extensions.github.io/sar/v1.1 .0/schema.json"
15
15
}
16
16
}
17
17
},
Original file line number Diff line number Diff line change 4
4
"scripts" : {
5
5
"test" : " npm run check-markdown && npm run check-examples" ,
6
6
"check-markdown" : " remark . -f -r .github/remark.yaml" ,
7
- "check-examples" : " stac-node-validator . --lint --verbose --schemaMap https://stac-extensions.github.io/sar/v1.0 .0/schema.json=./json-schema/schema.json" ,
8
- "format-examples" : " stac-node-validator . --format --schemaMap https://stac-extensions.github.io/sar/v1.0 .0/schema.json=./json-schema/schema.json"
7
+ "check-examples" : " stac-node-validator . --lint --verbose --schemaMap https://stac-extensions.github.io/sar/v1.1 .0/schema.json=./json-schema/schema.json" ,
8
+ "format-examples" : " stac-node-validator . --format --schemaMap https://stac-extensions.github.io/sar/v1.1 .0/schema.json=./json-schema/schema.json"
9
9
},
10
10
"dependencies" : {
11
11
"remark-cli" : " ^8.0.0" ,
You can’t perform that action at this time.
0 commit comments