Skip to content

Commit 1ac6288

Browse files
authored
Update collection.json
1 parent dd3bbca commit 1ac6288

File tree

1 file changed

+147
-68
lines changed

1 file changed

+147
-68
lines changed

examples/collection.json

Lines changed: 147 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,152 @@
11
{
2-
"stac_version": "1.0.0",
3-
"stac_extensions": [
4-
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json",
5-
"https://stac-extensions.github.io/template/v1.0.0/schema.json"
6-
],
7-
"type": "Collection",
8-
"id": "collection",
9-
"title": "A title",
10-
"description": "A description",
11-
"license": "Apache-2.0",
12-
"extent": {
13-
"spatial": {
14-
"bbox": [
15-
[
16-
172.9,
17-
1.3,
18-
173,
19-
1.4
2+
"type": "Collection",
3+
"stac_version": "1.1.0",
4+
"stac_extensions": [
5+
"https://github.com/AstrodynamicLimited/mission-space-weather/tree/main/json-schema/schema.json"
6+
],
7+
"id": "PL-2_25-06-26_collection",
8+
"title": "PDM-3 25-06-03 collection",
9+
"description": "Sample data gathered by Mission.Space's Zohar-1 instrument's PL-2 Unit.",
10+
"keywords": [
11+
"Mission.Space",
12+
"Zohar-1",
13+
"Space Weather",
14+
"Astro Dynamic"
15+
],
16+
"license": "CC-BY-NC-SA-4.0",
17+
"providers": [
18+
{
19+
"name": "Mission.Space",
20+
"description": "Mission Space is building the first dedicated commercial space weather intelligence platform, combining proprietary satellite payloads with machine learning-based forecasting models to deliver real-time radiation and geomagnetic data to critical industries.",
21+
"roles": [
22+
"producer"
23+
],
24+
"url": "https://mission.space/"
25+
},
26+
{
27+
"name": "Astro Dynamic",
28+
"description": "Astro Dynamic are the creators behind Data Sphere, a collaborative platform designed to connect the entire earth observation ecosystem, encompassing data suppliers, processors, analytics and end users.",
29+
"roles": [
30+
"host"
31+
],
32+
"url": "https://astrodynamic.space"
33+
}
34+
],
35+
"extent": {
36+
"spatial": [
37+
[
38+
-179.94900348923855,
39+
-82.60842753685782,
40+
179.91878959382998,
41+
82.6084556740515
42+
]
43+
],
44+
"temporal": [
45+
[
46+
"2025-05-26 02:09:36.157",
47+
"2025-05-26 12:37:46.157"
48+
]
2049
]
21-
]
2250
},
23-
"temporal": {
24-
"interval": [
25-
[
26-
"2015-06-23T00:00:00Z",
27-
null
28-
]
29-
]
30-
}
31-
},
32-
"template:new_field": "test",
33-
"template:xyz": {
34-
"x": 1,
35-
"y": 2,
36-
"z": 3
37-
},
38-
"template:another_one": [
39-
1,
40-
2,
41-
3
42-
],
43-
"assets": {
44-
"example": {
45-
"href": "https://example.com/examples/file.xyz",
46-
"template:new_field": "test"
47-
}
48-
},
49-
"item_assets": {
50-
"data": {
51-
"roles": [
52-
"data"
53-
],
54-
"template:new_field": "test"
55-
}
56-
},
57-
"summaries": {
58-
"datetime": {
59-
"minimum": "2015-06-23T00:00:00Z",
60-
"maximum": "2019-07-10T13:44:56Z"
61-
}
62-
},
63-
"links": [
64-
{
65-
"href": "https://example.com/examples/collection.json",
66-
"rel": "self"
51+
"summaries": {
52+
"start_datetime": "2025-05-26T02:09:36.157000Z",
53+
"end_datetime": "2025-05-26T12:37:46.157000Z",
54+
"instruments": [
55+
"Zohar-1"
56+
],
57+
"units": {
58+
"ms_weather:sensor_surface_area": "m^2",
59+
"ms_weather:sensor_average_thickness": "m",
60+
"ms_weather:minimum_proton_energy": "MeV",
61+
"ms_weather:minimum_electron_energy": "MeV"
62+
},
63+
"statistics": {
64+
"channel 1_1": {
65+
"minimum": 43587,
66+
"maximum": 97500,
67+
"mean": 74997.29814323607,
68+
"count": 3770
69+
},
70+
"channel 1_2": {
71+
"minimum": 38554,
72+
"maximum": 50258,
73+
"mean": 45261.171087533156,
74+
"count": 3770
75+
},
76+
"channel 1_3": {
77+
"minimum": 427,
78+
"maximum": 935,
79+
"mean": 567.351724137931,
80+
"count": 3770
81+
},
82+
"channel 1_4": {
83+
"minimum": 0,
84+
"maximum": 207,
85+
"mean": 6.43368700265252,
86+
"count": 3770
87+
},
88+
"channel 2_1": {
89+
"minimum": 58435,
90+
"maximum": 86795,
91+
"mean": 74818.54615384615,
92+
"count": 3770
93+
},
94+
"channel 2_2": {
95+
"minimum": 8324,
96+
"maximum": 12549,
97+
"mean": 10758.24350132626,
98+
"count": 3770
99+
},
100+
"channel 2_3": {
101+
"minimum": 28,
102+
"maximum": 126,
103+
"mean": 60.46657824933687,
104+
"count": 3770
105+
},
106+
"channel 2_4": {
107+
"minimum": 0,
108+
"maximum": 16,
109+
"mean": 3.390185676392573,
110+
"count": 3770
111+
}
112+
},
113+
"ms_weather:sensor_geometric_factor": 0.031,
114+
"ms_weather:sensor_surface_area": 0.5,
115+
"ms_weather:sensor_average_thickness": 0.1,
116+
"ms_weather:sensor_count": 2,
117+
"ms_weather:minimum_proton_energy": 40,
118+
"ms_weather:minimum_electron_energy": 5
67119
},
68-
{
69-
"href": "https://example.com/examples/item.json",
70-
"rel": "item"
71-
}
72-
]
120+
"links": [
121+
{
122+
"rel": "self",
123+
"href": "s3://ds.open.data/mission_space_samples/PDM-3_25-06-03_collection.json",
124+
"type": "application/json"
125+
},
126+
{
127+
"rel": "root",
128+
"href": "s3://ds.open.data/mission_space_samples.json",
129+
"type": "application/json"
130+
},
131+
{
132+
"rel": "parent",
133+
"href": "s3://ds.open.data/mission_space_samples.json",
134+
"type": "application/json"
135+
},
136+
{
137+
"rel": "license",
138+
"title": "CC-BY-NC-SA-4.0",
139+
"href": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
140+
"type": "text/html"
141+
}
142+
],
143+
"item_assets": [
144+
{
145+
"type": "text/csv",
146+
"roles": [
147+
"data"
148+
],
149+
"description": "Channel 1_x : Crystal 1 on SiPMs. Channel 2_x : Crystal 2 on SiPMs. Channel x_1 : Direct detection of electrons (> 5 MeV) and protons (> 40 MeV, summed) using different effective geometric factors. Channel x_2 : Direct detection of electrons (> 5 MeV) and protons (> 40 MeV, summed) using different effective geometric factors. Channel x_3 : Direct detection of electrons (> 5 MeV) and protons (> 40 MeV, summed) using different effective geometric factors. Channel x_4 : Measures flux of realtivistic particles averaged over 10 second intervals."
150+
}
151+
]
73152
}

0 commit comments

Comments
 (0)