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: extensions/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ An extension can add new fields to STAC entities (content extension), or can add
49
49
|[Checksum](checksum/README.md)| checksum | checksum | Item, Catalog, Collection |*Proposal*| Provides a way to specify file checksums for assets and links in Items, Catalogs and Collections. |
50
50
|[Collection Assets](collection-assets/README.md)| collection-assets | - | Collection |*Proposal*| Provides a way to specify assets available on the collection-level. |
51
51
|[Data Cube](datacube/README.md)| datacube | cube | Item, Collection |*Proposal*| Data Cube related metadata, especially to describe their dimensions. |
52
-
|[Electro-Optical](eo/README.md)| eo | eo | Item |*Pilot*| Covers electro-optical data that represents a snapshot of the earth for a single date and time. It could consist of multiple spectral bands, for example visible bands, infrared bands, red edge bands and panchromatic bands. The extension provides common fields like bands, cloud cover, gsd and more. |
52
+
|[Electro-Optical](eo/README.md)| eo | eo | Item |*Proposal*| Covers electro-optical data that represents a snapshot of the earth for a single date and time. It could consist of multiple spectral bands, for example visible bands, infrared bands, red edge bands and panchromatic bands. The extension provides common fields like bands, cloud cover, gsd and more. |
53
53
|[Item Asset Definition](item-assets/README.md)| item-assets | - | Collection |*Proposal*| Provides a way to specify details about what assets may be found in Items belonging to a collection. |
54
54
|[Label](label/README.md)| label | label | Item |*Proposal*| Items that relate labeled AOIs with source imagery |
55
55
|[Point Cloud](pointcloud/README.md)| pointcloud | pc | Item |*Proposal*| Provides a way to describe point cloud datasets. The point clouds can come from either active or passive sensors, and data is frequently acquired using tools such as LiDAR or coincidence-matched imagery. |
This document explains the fields of the STAC Electro-Optical (EO) Extension to a STAC Item. EO
10
10
data is considered to be data that represents a snapshot of the earth for a single date and time. It
11
11
could consist of multiple spectral bands in any part of the electromagnetic spectrum. Examples of EO
12
12
data include sensors with visible, short-wave and mid-wave IR bands (e.g., the OLI instrument on
13
13
Landsat-8), long-wave IR bands (e.g. TIRS aboard Landsat-8).
14
14
15
-
**Note:** This extension used to be called Earth Observation with a much broader scope (including
16
-
Synthetic Aperture Radar (SAR), etc). The decision was made to limit this to what was already its
17
-
natural focus, and encourage other sensors to make their own extensions. Once that happens some of
18
-
these fields will evolve to higher level extensions. In the meantime other implementations are welcome
19
-
to reuse the names and definitions here.
20
-
21
15
If the data has been collected by a satellite, it is strongly recommended to use the [`sat` extension](../sat/README.md), which in turn requires the [Instrument Fields](../../item-spec/common-metadata.md#instrument). If the data has been collected on an airborne platform it is strongly recommended to use the [Instrument Fields](../../item-spec/common-metadata.md#instrument).
22
16
23
17
For defining view geometry of data, it is strongly recommended to use the [`view` extension](../view/README.md).
| eo:bands|\[[Band Object](#band-object)]| This is a list of the available bands where each item is a [Band Object](#band-object). |
30
+
| eo:cloud_cover| number | Estimate of cloud cover as a percentage (0-100) of the entire scene. If not available the field should not be provided. |
31
+
32
+
**eo:bands**: In previous versions `eo:bands` was allowed to be used on the asset-level referencing via array indices to the actual bands in Item `properties`. Starting with STAC 1.0.0-beta.1 you are now allowed to place the full `eo:bands` array with all Band Object information in Item `assets` as described in general in the [STAC Item](../../item-spec/item-spec.md#additional-fields-for-assets).
| name | string | The name of the band (e.g., "B01", "B02", "B1", "B5", "QA"). |
40
39
| common_name | string | The name commonly used to refer to the band to make it easier to search for bands across instruments. See the [list of accepted common names](#common-band-names). |
41
40
| description | string | Description to fully explain the band. [CommonMark 0.29](http://commonmark.org/) syntax MAY be used for rich text representation. |
@@ -60,7 +59,7 @@ numbers of several popular instruments.
0 commit comments