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
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -64,17 +64,15 @@ The fields in the table below can be used in these parts of STAC documents:
64
64
| sar:observation_direction| string | Antenna pointing direction relative to the flight trajectory of the satellite, either `left` or `right`. |
65
65
| sar:relative_burst| number | Identification number that uniquely identifies a burst cycle within each repeat cycle. |
66
66
| sar:beam_ids|\[string]| Composition of the swath of the SAR acquision referencing the beam identifiers. |
67
-
| 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
70
> - v1.0 of the extension did require `sar:product_type` and `sar:instrument_mode`.
73
-
> - v1.1 deprecates`sar:product_type` and it's not required any longer, but
71
+
> - v1.1 deprecated`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
73
+
> - v1.2 deprecated`sar:instrument_mode` and it's not required any longer, but
76
74
> [`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`.
75
+
> - v2.0 removed`sar:product_type` and `sar:instrument_mode`.
0 commit comments