Skip to content

Commit fd47e50

Browse files
Merge pull request #301552 from beharris/bh-mpc-edits
Bh mpc edits
2 parents 4113d10 + e1841af commit fd47e50

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/planetary-computer/stac-overview.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,19 @@ Collections in GeoCatalog are defined in JSON format and include the following f
9696
| Keywords | List of keywords describing the collection. |
9797
| STAC Version | Required - STAC version used by the collection. |
9898

99+
### Item assets
100+
101+
The `item_assets` field, at the collection level, provides a way to determine what assets (data files) are available in any child Item. The listed assets in this field don't imply that all assets are available for all Items (it should be the union of the available assets, not the intersection of the available assets). This field is enabled in a GeoCatalog via the [item_assets extension](https://github.com/stac-extensions/item-assets) of the STAC specification. The items assets extension is required if you want to visualize Items in the GeoCatalog Explorer.
102+
103+
The `item_assets` field is itself an object, with at least two of the following fields:
104+
105+
| Field | Type | Description |
106+
| ------------- | ------------- | ----------- |
107+
| title | string | The displayed title for clients and users. |
108+
| description | string | A description of the Asset providing more details, such as how it was processed or created. |
109+
| type | string | [Media type](https://github.com/radiantearth/stac-spec/tree/v1.0.0-rc.1/catalog-spec/catalog-spec.md#media-types) of the asset. |
110+
| roles | list of strings | The semantic roles of the asset, similar to the use of rel in links. |
111+
99112
### Collection JSON examples
100113

101114
The following example shows a minimal collection JSON. For more fields, refer to the [STAC collection specification](https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md).
@@ -143,19 +156,6 @@ In order to visualize collections in the GeoCatalog Explorer, there are several
143156
- [Tile settings](./tile-settings.md)
144157
- [Queryable fields](./queryables-for-explorer-custom-search-filter.md)
145158

146-
### Item assets
147-
148-
The `item_assets` field, at the collection level, provides a way to determine what assets (datafiles) are available in any child Item. Otherwise a random Item would need to be examined to determine assets available, but that random Item might not be representative of the rest. Assets included at the collection level doesn't imply that all assets are available for all Items (it should be the union of the available assets, not the intersection of the available assets). This field is enabled in a GeoCatalog via the [item_assets extension](https://github.com/stac-extensions/item-assets) of the STAC specification. The items assets extension is required if you want to visualize Items in the GeoCatalog Explorer.
149-
150-
The `item_assets` field is itself an object, with at least two of the following fields:
151-
152-
| Field | Type | Description |
153-
| ------------- | ------------- | ----------- |
154-
| title | string | The displayed title for clients and users. |
155-
| description | string | A description of the Asset providing more details, such as how it was processed or created. |
156-
| type | string | [Media type](https://github.com/radiantearth/stac-spec/tree/v1.0.0-rc.1/catalog-spec/catalog-spec.md#media-types) of the asset. |
157-
| roles | list of strings | The semantic roles of the asset, similar to the use of rel in links. |
158-
159159
## STAC items
160160

161161
### Introduction to STAC items

0 commit comments

Comments
 (0)