-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcatalog.json
32 lines (32 loc) · 1.03 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
{
"id": "examples",
"type": "Catalog",
"title": "are",
"stac_version": "0.9",
"description": "This catalog is a simple demonstration of an example catalog that is used to organize a hierarchy of collections and their items.",
"links": [
{
"rel": "child",
"href": "https://service-stac.int.bgdi.ch/api/stac/v0.9/collections/ch.are.windenergie-bundesinteressen",
"type": "application/json",
"title": "ch.are.windenergie-bundesinteressen"
},
{
"rel": "child",
"href": "https://service-stac.int.bgdi.ch/api/stac/v0.9/collections/ch.are.reisezeit-miv",
"type": "application/json",
"title": "ch.are.reisezeit-miv"
},
{
"rel": "child",
"href": "https://service-stac.int.bgdi.ch/api/stac/v0.9/collections/ch.are.reisezeit-miv",
"type": "application/json",
"title": "ch.are.reisezeit-miv"
},
{
"rel": "self",
"href": "https://raw.githubusercontent.com/p1d1d1/p1d1d1.github.io/master/catalog.json",
"type": "application/json"
}
]
}