generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcatalog.json
85 lines (85 loc) · 2.16 KB
/
catalog.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
84
85
{
"type": "Catalog",
"id": "4dionosphere-swarm-vip",
"stac_version": "1.0.0",
"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.",
"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",
"https://stac-extensions.github.io/contacts/v0.1.1/schema.json"
],
"title": "SWARM VIP",
"osc:name": "4DIONOSPHERE (SWARM VIP)",
"osc:status": "completed",
"osc:type": "project",
"themes": [
{
"concepts": [
{
"id": "magnetosphere-ionosphere",
"title": "Magnetosphere Ionosphere"
}
],
"scheme": "https://github.com/stac-extensions/osc#theme"
}
],
"contacts": [
{
"name": "Jerome Bouffard",
"contactInfo": {
"email": {
"work": "jerome.bouffard@esa.int"
}
},
"roles": [
"technical_officer"
]
},
{
"name": "UNIVERSITY OF OSLO (NO)",
"roles": [
"consortium_member"
]
},
{
"name": "GMV INNOVATING SOLUTIONS SP. Z O.O. (PL)",
"roles": [
"consortium_member"
]
},
{
"name": "ISTITUTO NAZIONALE DI GEOFISICA E VULCANOLOGIA (IT)",
"roles": [
"consortium_member"
]
},
{
"name": "NOTTINGHAM TRENT UNIVERSITY (GB)",
"roles": [
"consortium_member"
]
}
],
"keywords": [
"theme:Magnetosphere_Ionosphere"
],
"updated": "2023-03-15T16:24:03.357451Z",
"links": [
{
"rel": "via",
"href": "https://www.mn.uio.no/fysikk/english/research/projects/swarm-vip/",
"title": "Website"
},
{
"rel": "via",
"href": "https://eo4society.esa.int/projects/4dionosphere/",
"title": "EO4Society Link"
},
{
"rel": "child",
"href": "./model-ionosphere-4dionosphere/collection.json",
"type": "application/json",
"title": "Semi-empiric model of ionosphere processes_SWARM"
}
]
}