You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| sar:polarizations|\[string]| RECOMMENDED. Any combination of polarizations. |
53
+
| sar:instrument_mode| string | RECOMMENDED. The name of the sensor acquisition mode that is commonly used. This should be the short name, if available. For example, `WV` for "Wave mode" of Sentinel-1 and Envisat ASAR satellites. |
55
54
| sar:frequency_band| string | RECOMMENDED. 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. |
56
55
| sar:center_frequency| number | RECOMMENDED. The center frequency of the instrument, in gigahertz (GHz). |
57
56
| 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). |
@@ -65,16 +64,13 @@ The fields in the table below can be used in these parts of STAC documents:
65
64
| sar:relative_burst| number | Identification number that uniquely identifies a burst cycle within each repeat cycle. |
66
65
| sar:beam_ids|\[string]| Composition of the swath of the SAR acquision referencing the beam identifiers. |
67
66
| sar:product_type| string |***DEPRECATED** in favor of [`product:type`](https://github.com/stac-extensions/product).* See [Product type](#product-type). |
68
-
| sar:instrument_mode| string |***DEPRECATED** in favor of [`altm:instrument_mode`](https://github.com/stac-extensions/altimetry).* See [Instrument details](#instrument-details). |
69
67
70
68
> \[!CAUTION]
71
69
>
72
-
> - v1.0 of the extension did require `sar:product_type` and `sar:instrument_mode`.
70
+
> - v1.0 of the extension did require `sar:product_type`.
73
71
> - v1.1 deprecates `sar:product_type` and it's not required any longer, but
74
72
> [`product:type`](https://github.com/stac-extensions/product) is **strongly recommended**.
75
-
> - v1.2 deprecates `sar:instrument_mode` and it's not required any longer, but
76
-
> [`altm:instrument_mode` and `altm:instrument_type`](https://github.com/stac-extensions/altimetry) are **strongly recommended**.
77
-
> - v2.0 is going to remove `sar:product_type` and `sar:instrument_mode`.
73
+
> - v2.0 is going to remove `sar:product_type`.
78
74
79
75
### Additional Field Information
80
76
@@ -134,15 +130,6 @@ A list of suggestions for [`product:type`](https://github.com/stac-extensions/pr
134
130
This can vary by data provider, who all may use slightly different names.
135
131
Sentinel-1 for instance uses `GRD`, which is the same as the more general `MGD` and `SLC` instead of `SGC`.
136
132
137
-
### Instrument details
138
-
139
-
The instrument type and mode can be provided using the [Altimetry Extension](https://github.com/stac-extensions/altimetry):
140
-
141
-
-`altm:instrument_type`: RECOMMENDED. The instrument type, must be set to `sar`,
142
-
-`altm:instrument_mode`: RECOMMENDED. The name of the sensor acquisition mode that is commonly used.
143
-
This should be the short name, if available.
144
-
For example, `WV` for "Wave mode" of Sentinel-1 and Envisat ASAR satellites.
145
-
146
133
### Date and Time
147
134
148
135
In SAR, you usually have frame start and end time. To describe this information it is recommended to use the [Date and Time Range fields](https://github.com/radiantearth/stac-spec/blob/master/item-spec/common-metadata.md#date-and-time-range).
0 commit comments