Skip to content

Commit 9ded21e

Browse files
links
1 parent 64712ae commit 9ded21e

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ To describe frame start and end times, use the
3030

3131
## Item Properties or Asset Fields
3232

33-
| Field Name | Type | Description |
34-
| --------------------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
35-
| 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. |
33+
| Field Name | Type | Description |
34+
| --------------------------- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
35+
| 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](#beam-object)] | Composition of the swath of the SAR acquisition. |
4949

5050
**Note:** In this specification *range* values are meant to be measured perpendicular to the flight path and *azimuth* values
5151
are meant to be measured parallel to the flight path.
@@ -64,7 +64,7 @@ In assets `sar:polarizations` can contain duplicate elements and, if possible, t
6464

6565
### Beam Object
6666

67-
The `sar:swath` field is an array of objects that describe the composition of the swath of the SAR acquisition.
67+
The beam object is used to describe the swath of the SAR acquisition.
6868
According to the instrument mode defined in `sar:instrument_mode`, the `sar:swath` is composed of one or more beams.
6969

7070
| Field Name | Type | Description |

0 commit comments

Comments
 (0)