forked from ESA-EarthCODE/open-science-catalog-metadata
-
Notifications
You must be signed in to change notification settings - Fork 4
/
catalog.json
51 lines (51 loc) · 1.3 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
{
"type": "Catalog",
"id": "osc",
"stac_version": "1.0.0",
"description": "A catalog of publicly available geoscience products, datasets 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": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/catalog.json",
"type": "application/json"
}
],
"updated": "2024-09-12T20:32:23.037110Z",
"title": "Open Science Catalog"
}