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: collection-spec/collection-spec.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ STAC Collections are compatible with the [Collection](http://docs.opengeospatial
10
10
specified in [*OGC API - Features*](https://ogcapi.ogc.org/features/), but it is extended with additional fields.
11
11
12
12
*[Examples](../examples/):
13
-
* Sentinel 2: A basic standalone example of a [Collection](../examples/Collection-only/Collection.json) without Items.
14
-
* Simple Example: A [Collection](../examples/Collection.json) that links to 3 example Items.
13
+
* Sentinel 2: A basic standalone example of a [Collection](../examples/collection-only/collection.json) without Items.
14
+
* Simple Example: A [Collection](../examples/collection.json) that links to 3 example Items.
15
15
* Extension Collection: An additional [Collection](../examples/extensions-Collection/Collection.json), which is used to highlight
16
16
various [extension](../extensions) functionality, but serves as another example.
17
17
*[JSON Schema](json-schema/Collection.json)
@@ -89,7 +89,7 @@ There are a few guidelines for using the asset construct at the Collection level
89
89
Collection-level assets can be useful in some scenarios, for example:
90
90
1. Exposing additional data that applies Collection-wide and you don't want to expose it in each Item. This can be Collection-level metadata or a thumbnail for visualization purposes.
91
91
2. Individual Items can't properly be distinguished for some data structures, e.g. [Zarr](https://zarr.readthedocs.io/) as it's a data structure not contained in single files.
92
-
3. Exposing assets for "[Standalone Collections](https://github.com/radiantearth/stac-spec/blob/master/Collection-spec/Collection-spec.md#standalone-Collections)".
92
+
3. Exposing assets for "[Standalone Collections](https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md#standalone-collections)".
93
93
94
94
Oftentimes it is possible to model data and assets with either a Collection or an Item. In those scenarios we *recommend* to use
95
95
Items as much as is feasible, as they designed for assets. Using Collection-level assets should only be used if there is not another
0 commit comments