Skip to content

Commit bd3d312

Browse files
authored
Merge pull request #8 from stac-extensions/missions-projects
Remove `osc:missions` from projects, update examples, v1.0.0-rc.4
2 parents 993a470 + 63f43d6 commit bd3d312

File tree

9 files changed

+299
-185
lines changed

9 files changed

+299
-185
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.0-rc.4]
10+
911
### Added
1012

1113
- Added `planned` to allowed values for `osc:status`
@@ -14,14 +16,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1416

1517
- Use `themes` instead of the `osc:themes`
1618

17-
### Deprecated
18-
1919
### Removed
2020

2121
- `osc:themes`
22+
- `osc:missions` from projects
2223

2324
### Fixed
2425

26+
- Updated examples and chore
27+
2528
## [1.0.0-rc.3]
2629

2730
### Added
@@ -39,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3942

4043
- First release
4144

42-
[Unreleased]: <https://github.com/stac-extensions/osc/compare/v1.0.0-rc.3...HEAD>
45+
[Unreleased]: <https://github.com/stac-extensions/osc/compare/v1.0.0-rc.4...HEAD>
46+
[1.0.0-rc.4]: <https://github.com/stac-extensions/osc/compare/v1.0.0-rc.3...v1.0.0-rc.4>
4347
[1.0.0-rc.3]: <https://github.com/stac-extensions/osc/compare/v1.0.0-rc.2...v1.0.0-rc.3>
4448
[1.0.0-rc.2]: <https://github.com/stac-extensions/osc/compare/v1.0.0-rc.1...v1.0.0-rc.2>
4549
[1.0.0-rc.1]: <https://github.com/stac-extensions/osc/tree/v1.0.0-rc.1>

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Open Science Catalog Extension Specification
22

33
- **Title:** Open Science Catalog
4-
- **Identifier:** <https://stac-extensions.github.io/osc/v1.0.0-rc.3/schema.json>
4+
- **Identifier:** <https://stac-extensions.github.io/osc/v1.0.0-rc.4/schema.json>
55
- **Field Name Prefix:** osc
66
- **Scope:** Catalog, Collection, Item
77
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Proposal
@@ -11,8 +11,9 @@ This document explains the Open Science Catalog Extension to the [SpatioTemporal
1111
(STAC) specification.
1212

1313
- Examples:
14-
- [Project Catalog example](examples/4dionosphere-swarm-vip/catalog.json): Shows a project STAC Catalog
15-
- [Product Collection example](examples/4dionosphere-swarm-vip/model-ionosphere-4dionosphere/collection.json): Shows a product STAC Collection
14+
- [Project Collection example](examples/project/collection.json): Shows a project STAC Collection
15+
- [Product Collection example](examples/product/collection.json): Shows a product STAC Collection
16+
- [Product Item example](examples/product/item.json): Shows a product STAC Item
1617
- [JSON Schema](json-schema/schema.json)
1718
- [Changelog](./CHANGELOG.md)
1819

@@ -88,7 +89,6 @@ Fields that apply when the `osc:type` is set to `project`:
8889
- osc:name
8990
- osc:status - **REQUIRED**
9091
- osc:region
91-
- osc:missions
9292
- [themes](#themes)
9393
- [contacts](#contacts)
9494

examples/4dionosphere-swarm-vip/catalog.json

Lines changed: 0 additions & 85 deletions
This file was deleted.

examples/4dionosphere-swarm-vip/model-ionosphere-4dionosphere/collection.json

Lines changed: 0 additions & 83 deletions
This file was deleted.

examples/product/collection.json

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
{
2+
"type": "Collection",
3+
"id": "absolute-sea-level-heights-baltics-sar-hsu",
4+
"stac_version": "1.0.0",
5+
"description": "Time series of absolute sea level heights of tide gauge stations involved in the project BALTIC+ Geodetic SAR for Baltic Height System Unification (SAR-HSU). Product details available at: https://www.asg.ed.tum.de/fileadmin/w00cip/iapg/Baltic/SAR-HSU-TN-0019_Dataset_User_Manual.pdf",
6+
"links": [
7+
{
8+
"rel": "root",
9+
"href": "../../catalog.json",
10+
"type": "application/json",
11+
"title": "Open Science Catalog"
12+
},
13+
{
14+
"rel": "via",
15+
"href": "https://www.asg.ed.tum.de/fileadmin/w00cip/iapg/Baltic/SL-ABS.zip",
16+
"title": "Access"
17+
},
18+
{
19+
"rel": "parent",
20+
"href": "../catalog.json",
21+
"type": "application/json",
22+
"title": "Products"
23+
},
24+
{
25+
"rel": "related",
26+
"href": "../../projects/baltic-geodetic-sar-for-baltic-height-system-unification-sar-hsu/collection.json",
27+
"type": "application/json",
28+
"title": "Project: SAR-HSU"
29+
},
30+
{
31+
"rel": "related",
32+
"href": "../../themes/oceans/catalog.json",
33+
"type": "application/json",
34+
"title": "Theme: Oceans"
35+
},
36+
{
37+
"rel": "related",
38+
"href": "../../variables/sea-surface-height-anomaly-ssha/catalog.json",
39+
"type": "application/json",
40+
"title": "Variable: Sea Surface Height Anomaly (SSHA)"
41+
},
42+
{
43+
"rel": "related",
44+
"href": "../../eo-missions/goce/catalog.json",
45+
"type": "application/json",
46+
"title": "EO Mission: GOCE"
47+
},
48+
{
49+
"rel": "related",
50+
"href": "../../eo-missions/sentinel-1/catalog.json",
51+
"type": "application/json",
52+
"title": "EO Mission: Sentinel-1"
53+
},
54+
{
55+
"rel": "related",
56+
"href": "../../eo-missions/glonass/catalog.json",
57+
"type": "application/json",
58+
"title": "EO Mission: GLONASS"
59+
},
60+
{
61+
"rel": "self",
62+
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/products/absolute-sea-level-heights-baltics-sar-hsu/collection.json",
63+
"type": "application/json"
64+
}
65+
],
66+
"stac_extensions": [
67+
"https://stac-extensions.github.io/osc/v1.0.0-rc.4/schema.json",
68+
"https://stac-extensions.github.io/themes/v1.0.0/schema.json",
69+
"https://stac-extensions.github.io/cf/v0.2.0/schema.json"
70+
],
71+
"osc:project": "baltic-geodetic-sar-for-baltic-height-system-unification-sar-hsu",
72+
"osc:status": "ongoing",
73+
"osc:region": "Baltics",
74+
"osc:type": "product",
75+
"created": "2021-07-07T00:00:00Z",
76+
"start_datetime": "2020-01-01T00:00:00Z",
77+
"end_datetime": "2020-12-31T23:59:59Z",
78+
"cf:parameter": [
79+
{
80+
"name": "absolute_sea_level_heights"
81+
}
82+
],
83+
"themes": [
84+
{
85+
"scheme": "https://github.com/stac-extensions/osc#theme",
86+
"concepts": [
87+
{
88+
"id": "oceans"
89+
}
90+
]
91+
}
92+
],
93+
"osc:variables": [
94+
"sea-surface-height-anomaly-ssha"
95+
],
96+
"osc:missions": [
97+
"goce",
98+
"sentinel-1",
99+
"glonass"
100+
],
101+
"updated": "2024-09-12T20:32:06.209108Z",
102+
"title": "SL-ABS: Absolute Sea Level Heights_Baltics_Multimission",
103+
"extent": {
104+
"spatial": {
105+
"bbox": [
106+
[
107+
9.0405918788,
108+
53.8666553578,
109+
31.3371258934,
110+
66.1535071282
111+
]
112+
]
113+
},
114+
"temporal": {
115+
"interval": [
116+
[
117+
"2020-01-01T00:00:00Z",
118+
"2020-12-31T23:59:59Z"
119+
]
120+
]
121+
}
122+
},
123+
"license": "proprietary",
124+
"keywords": [
125+
"Sea Surface Topography",
126+
"Sea Surface Height",
127+
"Sea Surface Height Anomaly (SSHA)"
128+
]
129+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "example",
44
"stac_version": "1.0.0",
55
"stac_extensions": [
6-
"https://stac-extensions.github.io/osc/v1.0.0-rc.3/schema.json",
6+
"https://stac-extensions.github.io/osc/v1.0.0-rc.4/schema.json",
77
"https://stac-extensions.github.io/themes/v1.0.0/schema.json"
88
],
99
"geometry": null,

0 commit comments

Comments
 (0)