-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathcatalog.json
63 lines (63 loc) · 1.6 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
{
"type": "Catalog",
"id": "osc",
"stac_version": "1.0.0",
"description": "A catalog of publicly available geoscience products, datasets, workflows, experiments, and resources developed in the frame of scientific research Projects funded by ESA EO (Earth Observation)",
"links": [
{
"rel": "root",
"href": "./catalog.json",
"type": "application/json",
"title": "Open Science Catalog"
},
{
"rel": "child",
"href": "./projects/catalog.json",
"type": "application/json",
"title": "Projects"
},
{
"rel": "child",
"href": "./themes/catalog.json",
"type": "application/json",
"title": "Themes"
},
{
"rel": "child",
"href": "./variables/catalog.json",
"type": "application/json",
"title": "Variables"
},
{
"rel": "child",
"href": "./eo-missions/catalog.json",
"type": "application/json",
"title": "EO Missions"
},
{
"rel": "child",
"href": "./products/catalog.json",
"type": "application/json",
"title": "Products"
},
{
"rel": "child",
"href": "./workflows/catalog.json",
"type": "application/json",
"title": "Workflows"
},
{
"rel": "child",
"href": "./experiments/catalog.json",
"type": "application/json",
"title": "Experiments"
},
{
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/catalog.json",
"type": "application/json"
}
],
"updated": "2025-02-20T11:00:00.000000Z",
"title": "Open Science Catalog"
}