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]|**REQUIRED.** Any combination of polarizations. |
43
-
| 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. |
44
-
| sar:center_frequency| number | The center frequency of the instrument, in gigahertz (GHz). |
54
+
| sar:polarizations|\[string]|RECOMMENDED. Any combination of polarizations. |
55
+
| 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
+
| sar:center_frequency| number |RECOMMENDED. The center frequency of the instrument, in gigahertz (GHz). |
45
57
| 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). |
46
58
| 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). |
47
59
| 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`. |
@@ -62,20 +74,22 @@ To describe frame start and end times, use the
62
74
> [`product:type`](https://github.com/stac-extensions/product) is **strongly recommended**.
63
75
> - v1.2 deprecates `sar:instrument_mode` and it's not required any longer, but
64
76
> [`altm:instrument_mode` and `altm:instrument_type`](https://github.com/stac-extensions/altimetry) are **strongly recommended**.
65
-
> - v2.0 may require `product:type`, `altm:instrument_mode`, and `altm:instrument_type` as part of this extension and is going to remove `sar:product_type` and `sar:instrument_mode`.
77
+
> - v2.0 is going to remove `sar:product_type` and `sar:instrument_mode`.
66
78
67
79
### Additional Field Information
68
80
69
81
#### sar:polarizations
70
82
71
-
Specifies a single polarization or a polarization combination. For single polarized radars, one of
72
-
`HH`, `VV`, `HV`, `VH`, `LH`, `LV`, `RH`, `RV`, `CH` or `CV` must be set. For fully polarimetric radars, add all four polarizations to the array.
83
+
Specifies a single polarization or a polarization combination.
0 commit comments