Skip to content

Commit 1ceced9

Browse files
committed
v1.3.2
1 parent a3cee52 commit 1ceced9

8 files changed

Lines changed: 16 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v1.3.2] - 2026-07-13
11+
1012
### Deprecated
1113

1214
- Deprecated `sar:instrument_mode`. Instead, use `instrument_modes` from the instruments extension.
@@ -15,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517

1618
- Replaced `minimumExclusive` with `exclusiveMinimum` to provide a fully valid JSON Schema for `sar:center_frequency` and `sar:bandwidth`
1719

18-
## [v1.3.1] - 2026-06-01
20+
## [v1.3.2] - 2026-06-01
1921

2022
### Added
2123

@@ -72,8 +74,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7274

7375
- Best practices and asset roles
7476

75-
[Unreleased]: <https://github.com/stac-extensions/sar/compare/v1.3.1...main>
76-
[v1.3.1]: <https://github.com/stac-extensions/sar/compare/v1.3.0...v1.3.1>
77+
[Unreleased]: <https://github.com/stac-extensions/sar/compare/v1.3.2...main>
78+
[v1.3.2]: <https://github.com/stac-extensions/sar/compare/v1.3.2...v1.3.2>
79+
[v1.3.2]: <https://github.com/stac-extensions/sar/compare/v1.3.0...v1.3.2>
7780
[v1.3.0]: <https://github.com/stac-extensions/sar/compare/v1.2.0...v1.3.0>
7881
[v1.2.0]: <https://github.com/stac-extensions/sar/compare/v1.1.0...v1.2.0>
7982
[v1.1.0]: <https://github.com/stac-extensions/sar/compare/v1.0.0...v1.1.0>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SAR Extension Specification
22

33
- **Title:** SAR
4-
- **Identifier:** <https://stac-extensions.github.io/sar/v1.3.1/schema.json>
4+
- **Identifier:** <https://stac-extensions.github.io/sar/v1.3.2/schema.json>
55
- **Field Name Prefix:** sar
66
- **Scope:** Item, Collection
77
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/blob/master/extensions/README.md#extension-maturity):** Stable

examples/envisat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "Feature",
33
"stac_version": "1.1.0",
44
"stac_extensions": [
5-
"https://stac-extensions.github.io/sar/v1.3.1/schema.json",
5+
"https://stac-extensions.github.io/sar/v1.3.2/schema.json",
66
"https://stac-extensions.github.io/product/v1.0.0/schema.json",
77
"https://stac-extensions.github.io/instruments/v0.1.0/schema.json"
88
],

examples/sentinel-1-grd-ew.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "Feature",
33
"stac_version": "1.1.0",
44
"stac_extensions": [
5-
"https://stac-extensions.github.io/sar/v1.3.1/schema.json",
5+
"https://stac-extensions.github.io/sar/v1.3.2/schema.json",
66
"https://stac-extensions.github.io/product/v1.0.0/schema.json",
77
"https://stac-extensions.github.io/instruments/v0.1.0/schema.json"
88
],

examples/sentinel-1-grd-s4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "Feature",
33
"stac_version": "1.1.0",
44
"stac_extensions": [
5-
"https://stac-extensions.github.io/sar/v1.3.1/schema.json",
5+
"https://stac-extensions.github.io/sar/v1.3.2/schema.json",
66
"https://stac-extensions.github.io/processing/v1.2.0/schema.json",
77
"https://stac-extensions.github.io/product/v1.0.0/schema.json",
88
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",

examples/sentinel-1-slc-iw.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "Feature",
33
"stac_version": "1.1.0",
44
"stac_extensions": [
5-
"https://stac-extensions.github.io/sar/v1.3.1/schema.json",
5+
"https://stac-extensions.github.io/sar/v1.3.2/schema.json",
66
"https://stac-extensions.github.io/instruments/v0.1.0/schema.json"
77
],
88
"id": "S1A_IW_SLC__1SDV_20240618T173936_20240618T174003_054381_069DC0_C1A4.SAFE",

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/sar/v1.3.1/schema.json",
3+
"$id": "https://stac-extensions.github.io/sar/v1.3.2/schema.json",
44
"title": "SAR Extension",
55
"description": "STAC SAR Extension for STAC Items and STAC Collections.",
66
"type": "object",
@@ -11,7 +11,7 @@
1111
"stac_extensions": {
1212
"type": "array",
1313
"contains": {
14-
"const": "https://stac-extensions.github.io/sar/v1.3.1/schema.json"
14+
"const": "https://stac-extensions.github.io/sar/v1.3.2/schema.json"
1515
}
1616
}
1717
},

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "stac-extensions",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
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 . --lint --verbose --schemaMap https://stac-extensions.github.io/sar/v1.3.1/schema.json=./json-schema/schema.json",
8-
"format-examples": "stac-node-validator . --format --schemaMap https://stac-extensions.github.io/sar/v1.3.1/schema.json=./json-schema/schema.json"
7+
"check-examples": "stac-node-validator . --lint --verbose --schemaMap https://stac-extensions.github.io/sar/v1.3.2/schema.json=./json-schema/schema.json",
8+
"format-examples": "stac-node-validator . --format --schemaMap https://stac-extensions.github.io/sar/v1.3.2/schema.json=./json-schema/schema.json"
99
},
1010
"dependencies": {
1111
"remark-cli": "^12.0.0",

0 commit comments

Comments
 (0)