-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregistry-example-1.0.json
53 lines (53 loc) · 2.37 KB
/
registry-example-1.0.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
{
"version" : 1.0,
"datacenters" : [
{
"name" : "EXAMPLE",
"fullName" : "Example Data Center",
"summary" : "The national data center of a galaxy far, far away",
"website" : "http://datacenter.org/",
"repositories" : [
{
"name" : "ARCHIVE",
"description" : "Primary archive and relevant services",
"services" : [
{
"name" : "fdsnws-dataselect-1",
"description" : "Access to raw time series data",
"url" : "http://datacenter.org/fdsnws/dataselect/1/",
"compatibleWith" : "fdsnws-dataselect-1"
},
{
"name" : "fdsnws-station-1",
"description" : "Access to metadata describing raw time series data",
"url" : "http://datacenter.org/fdsnws/station/1/",
"compatibleWith" : "fdsnws-station-1"
},
{
"name" : "fdsnws-availability-1",
"description" : "Access to availability information for raw time series data",
"url" : "http://datacenter.org/fdsnws/availability/1/",
"compatibleWith" : "fdsnws-availability-1"
},
{
"name" : "fdsnws-event-1",
"description" : "Access to event catalogs",
"url" : "http://datacenter.org/fdsnws/event/1/",
"compatibleWith" : "fdsnws-event-1"
}
],
"datasets" : [
{
"network" : "XX",
"starttime" : "2016-01-01T00:00:00Z",
"endtime" : "2022-12-31T23:59:59Z",
"description" : "SUPERV: transects of the Emperor seamount chain",
"url" : "http://datacenter.org/networks/XX/",
"priority" : 1
}
]
}
]
}
]
}