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: articles/planetary-computer/stac-overview.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,19 @@ Collections in GeoCatalog are defined in JSON format and include the following f
96
96
| Keywords | List of keywords describing the collection. |
97
97
| STAC Version | Required - STAC version used by the collection. |
98
98
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
+
99
112
### Collection JSON examples
100
113
101
114
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
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. |
0 commit comments