generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcollection.json
83 lines (83 loc) · 2.41 KB
/
collection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"type": "Collection",
"id": "model-ionosphere-4dionosphere",
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/osc/v1.0.0-rc.3/schema.json",
"https://stac-extensions.github.io/themes/v1.0.0/schema.json"
],
"description": "Semi-empiric model and improvement of the forecasting capabilities for extreme space weather events. Swarm-VIP project performs extensive and complex statistical analysis on Swarm electron density, electric and magnetic field data focusing on: 1) the ionospheric climate/weather during quiet geomagnetic conditions; 2) the extreme events such as geomagnetic storms / superstorms and 3) the physics of ionospheric perturbations and small-scale variability. Currently the access to the results is restricted. If you would like to gain access, please contact Lasse Clausen (http://www.mn.uio.no/fysikk/english/people/aca/lbnc/) or Wojciech Miloch (http://www.mn.uio.no/fysikk/english/people/aca/wojciecm/index.html).",
"title": "Semi-empiric model of ionosphere processes_SWARM",
"osc:missions": [
"SWARM"
],
"osc:project": "4DIONOSPHERE (SWARM VIP)",
"osc:variables": [
"Ionospheric plasma density"
],
"osc:status": "completed",
"osc:type": "product",
"themes": [
{
"concepts": [
{
"id": "magnetosphere-ionosphere",
"title": "Magnetosphere Ionosphere"
}
],
"scheme": "https://github.com/stac-extensions/osc#theme"
}
],
"keywords": [
"theme:Magnetosphere_Ionosphere",
"variable:Ionospheric plasma density",
"region:None"
],
"updated": "2023-03-15T16:24:03.357451Z",
"extent": {
"spatial": {
"bbox": [
[
-180,
-90,
180,
90
]
]
},
"temporal": {
"interval": [
[
null,
null
]
]
}
},
"license": "proprietary",
"links": [
{
"rel": "via",
"href": "https://www.mn.uio.no/fysikk/english/research/projects/swarm-vip/",
"title": "Website"
},
{
"rel": "parent",
"href": "../catalog.json",
"type": "application/json",
"title": "SWARM VIP"
},
{
"rel": "root",
"href": "../catalog.json",
"type": "application/json",
"title": "SWARM VIP"
},
{
"rel": "item",
"href": "./item.json",
"type": "application/geo+json",
"title": "example"
}
]
}