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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
# STAC Collection Specification
2
2
3
3
The STAC Collection Specification defines a set of common fields to describe a group of Items that share properties and metadata. The
4
-
Collection Specification extends the STAC [Catalog Specification](../catalog-spec/catalog-spec.md) with additional fields to
5
-
describe the whole dataset and the included set of Items. It shares the same fields and therefore every Collection is also a valid Catalog. Collections can have both parent Catalogs and Collections and child Items, Catalogs and Collections.
4
+
Collection Specification shares some fields with the STAC [Catalog Specification](../catalog-spec/catalog-spec.md) with additional fields to
5
+
describe the whole dataset and the included set of Items. Collections can have both parent Catalogs and Collections and child Items, Catalogs and Collections.
6
6
7
7
A STAC Collection is represented in JSON format. Any JSON object that contains all the required fields is a valid STAC Collection and also a valid STAC Catalog.
8
8
9
9
STAC Collections are compatible with the [Collection](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html#example_4) JSON
10
-
specified in [*OGC API - Features*](https://ogcapi.ogc.org/features/), but it is extended with additional fields.
10
+
specified in [*OGC API - Features*](https://ogcapi.ogc.org/features/), but they are extended with additional fields.
11
11
12
12
*[Examples](../examples/):
13
13
* Sentinel 2: A basic standalone example of a [Collection](../examples/collection-only/collection.json) without Items.
14
14
* Simple Example: A [Collection](../examples/collection.json) that links to 3 example Items.
15
-
* Extension Collection: An additional [Collection](../examples/extensions-Collection/Collection.json), which is used to highlight
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.
0 commit comments