Skip to content

Commit 91283c4

Browse files
committed
Removed sar:product_type in favor of product:type
1 parent ca48c1e commit 91283c4

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Added `LH`, `LV`, `RH`, `RV`, `CH` and `CV` enumerations to `sar:polarizations` to support compact polarization.
1313

14+
### Removed
15+
16+
- `sar:product_type` in favor of `product:type`
17+
1418
## [v1.1.0] - 2024-12-18
1519

1620
### Added

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ To describe frame start and end times, use the
3838
| sar:frequency_band | string | **REQUIRED.** The common name for the frequency band to make it easier to search for bands across instruments. See section "Common Frequency Band Names" for a list of accepted names. |
3939
| sar:center_frequency | number | The center frequency of the instrument, in gigahertz (GHz). |
4040
| sar:polarizations | \[string] | **REQUIRED.** Any combination of polarizations. |
41-
| sar:product_type | string | ***DEPRECATED** in favor of [`product:type`](https://github.com/stac-extensions/product).* The product type, for example `SSC`, `MGD`, or `SGC` |
4241
| sar:resolution_range | number | The range resolution, which is the maximum ability to distinguish two adjacent targets perpendicular to the flight path, in meters (m). |
4342
| sar:resolution_azimuth | number | The azimuth resolution, which is the maximum ability to distinguish two adjacent targets parallel to the flight path, in meters (m). |
4443
| sar:pixel_spacing_range | number | The range pixel spacing, which is the distance between adjacent pixels perpendicular to the flight path, in meters (m). Strongly RECOMMENDED to be specified for products of type `GRD`. |
@@ -106,7 +105,7 @@ A list of suggestions for [`product:type`](https://github.com/stac-extensions/pr
106105
This can vary by data provider, who all may use slightly different names.
107106
Sentinel-1 for instance uses `GRD`, which is the same as the more general `MGD` and `SLC` instead of `SGC`.
108107

109-
> [!NOTE]
108+
> \[!NOTE]
110109
>
111110
> - v1.0 of the extension did require `sar:product_type`.
112111
> - v1.1 deprecates `sar:product_type` and it's not required any longer, but `product:type` is **strongly recommended**.

json-schema/schema.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,6 @@
121121
"$ref": "#/definitions/polarizations"
122122
}
123123
},
124-
"sar:product_type": {
125-
"title": "Product type",
126-
"type": "string",
127-
"minLength": 1,
128-
"examples": [
129-
"SSC",
130-
"MGD",
131-
"SGC"
132-
]
133-
},
134124
"sar:resolution_range": {
135125
"title": "Resolution range (m)",
136126
"type": "number",

0 commit comments

Comments
 (0)