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:instrument_mode| string |**REQUIRED.** 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. |
36
-
| 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. |
37
-
| sar:center_frequency| number | The center frequency of the instrument, in gigahertz (GHz). |
38
-
| sar:polarizations|\[string]|**REQUIRED.** Any combination of polarizations. |
39
-
| 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`|
40
-
| 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). |
41
-
| 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). |
42
-
| 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`. |
43
-
| sar:pixel_spacing_azimuth| number | The azimuth pixel spacing, which is the distance between adjacent pixels parallel to the flight path, in meters (m). Strongly RECOMMENDED to be specified for products of type `GRD`. |
44
-
| sar:looks_range| number | Number of range looks, which is the number of groups of signal samples (looks) perpendicular to the flight path. |
45
-
| sar:looks_azimuth| number | Number of azimuth looks, which is the number of groups of signal samples (looks) parallel to the flight path. |
46
-
| sar:looks_equivalent_number| number | The equivalent number of looks (ENL). |
47
-
| sar:observation_direction| string | Antenna pointing direction relative to the flight trajectory of the satellite, either `left` or `right`. |
| sar:instrument_mode| string |**REQUIRED.** 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. |
36
+
| 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. |
37
+
| sar:center_frequency| number | The center frequency of the instrument, in gigahertz (GHz). |
38
+
| sar:polarizations|\[string]|**REQUIRED.** Any combination of polarizations. |
39
+
| 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`|
40
+
| 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). |
41
+
| 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). |
42
+
| 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`. |
43
+
| sar:pixel_spacing_azimuth| number | The azimuth pixel spacing, which is the distance between adjacent pixels parallel to the flight path, in meters (m). Strongly RECOMMENDED to be specified for products of type `GRD`. |
44
+
| sar:looks_range| number | Number of range looks, which is the number of groups of signal samples (looks) perpendicular to the flight path. |
45
+
| sar:looks_azimuth| number | Number of azimuth looks, which is the number of groups of signal samples (looks) parallel to the flight path. |
46
+
| sar:looks_equivalent_number| number | The equivalent number of looks (ENL). |
47
+
| sar:observation_direction| string | Antenna pointing direction relative to the flight trajectory of the satellite, either `left` or `right`. |
48
+
| sar:swath|\[Beam Object]| Composition of the swath of the SAR acquisition. |
48
49
49
50
**Note:** In this specification *range* values are meant to be measured perpendicular to the flight path and *azimuth* values
50
51
are meant to be measured parallel to the flight path.
@@ -61,36 +62,72 @@ for instance for `HH+HV` add both `HH` and `HV`.
61
62
**Important:** In the `properties` of a STAC Item `sar:polarizations` must be a set with unique elements.
62
63
In assets `sar:polarizations` can contain duplicate elements and, if possible, the polarizations must appear in the same order as in the file.
63
64
65
+
### Beam Object
66
+
67
+
The `sar:swath` field is an array of objects that describe the composition of the swath of the SAR acquisition.
68
+
According to the instrument mode defined in `sar:instrument_mode`, the `sar:swath` is composed of one or more beams.
| local-incidence-angle | Points to the local incidence angle file. |
119
-
| ellipsoid-incidence-angle | Points to the ellipsoid incidence angle file. |
120
-
| noise-power | Points to the noise power file. |
121
-
| amplitude | Points to the intensity file with focused SAR data that has been ground range detected (e.g. GRD). |
122
-
| magnitude | Points to the intensity file where data are represented as complex numbers containing amplitude and phase information (e.g SLC). |
123
-
| sigma0 | Points to the radar backscatter file where data is referenced in ground surface. It is often derived from an `amplitude` or a `magnitude` role asset. |
124
-
| beta0 | Points to the radar backscatter file where data is referenced in the slant range plane and is radiometrically calibrated. It is often derived from an `amplitude` or a `magnitude` role asset. |
125
-
| gamma0 | Points to the radar backscatter file where data is referenced in the plane perpendicular to the line of sight. It is often derived from an `amplitude` or a `magnitude` role asset. |
126
-
| date-offset | Points to the date-offset file. |
127
-
| covmat | Points to the Points to the Normalized Polarimetric Radar Covariance Matrix (CovMat) file. |
128
-
| prd | Points to the Polarimetric Radar Decomposition (PRD) file. |
| local-incidence-angle | Points to the local incidence angle file.|
156
+
| ellipsoid-incidence-angle | Points to the ellipsoid incidence angle file. |
157
+
| noise-power | Points to the noise power file.|
158
+
| amplitude | Points to the intensity file with focused SAR data that has been ground range detected (e.g. GRD).|
159
+
| magnitude | Points to the intensity file where data are represented as complex numbers containing amplitude and phase information (e.g SLC).|
160
+
| sigma0 | Points to the radar backscatter file where data is referenced in ground surface. It is often derived from an `amplitude` or a `magnitude` role asset.|
161
+
| beta0 | Points to the radar backscatter file where data is referenced in the slant range plane and is radiometrically calibrated. It is often derived from an `amplitude` or a `magnitude` role asset. |
162
+
| gamma0 | Points to the radar backscatter file where data is referenced in the plane perpendicular to the line of sight. It is often derived from an `amplitude` or a `magnitude` role asset.|
163
+
| date-offset | Points to the date-offset file.|
164
+
| covmat | Points to the Points to the Normalized Polarimetric Radar Covariance Matrix (CovMat) file.|
165
+
| prd | Points to the Polarimetric Radar Decomposition (PRD) file.|
0 commit comments