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
This document explains the Open Science Catalog Extension to the [SpatioTemporal Asset Catalog](https://github.com/radiantearth/stac-spec)
11
11
(STAC) specification.
12
12
13
13
- Examples:
14
-
-[Project Collection example](examples/4dionosphere-swarm-vip/collection.json): Shows a project STAC Collection
14
+
-[Project Catalog example](examples/4dionosphere-swarm-vip/catalog.json): Shows a project STAC Catalog
15
15
-[Product Collection example](examples/4dionosphere-swarm-vip/model-ionosphere-4dionosphere/collection.json): Shows a product STAC Collection
16
16
-[JSON Schema](json-schema/schema.json)
17
17
-[Changelog](./CHANGELOG.md)
@@ -52,7 +52,7 @@ A set of satellite missions which provided input for the product.
52
52
## Fields
53
53
54
54
The fields in the table below can be used in these parts of STAC documents:
55
-
-[] Catalogs
55
+
-[x] Catalogs
56
56
-[x] Collections
57
57
-[x] Item Properties
58
58
-[ ] Assets (for both Collections and Items, incl. Item Asset Definitions in Collections)
Copy file name to clipboardExpand all lines: examples/4dionosphere-swarm-vip/catalog.json
+1-27Lines changed: 1 addition & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
{
2
-
"type": "Collection",
2
+
"type": "Catalog",
3
3
"id": "4dionosphere-swarm-vip",
4
4
"stac_version": "1.0.0",
5
5
"description": "In the project Swarm satellite data and other datasets are used to determine determine the dominant scales in the ionosphere at different geomagnetic conditions and create a semi-empiric dynamic model of the ionosphere.",
0 commit comments