-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathexample-fdsn-station-CHANNEL.json
74 lines (74 loc) · 3.12 KB
/
example-fdsn-station-CHANNEL.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
{
"schemaVersion": "1.0",
"created": "2014-11-19T17:50:38Z",
"module": "IRIS WEB SERVICE: fdsnws-station | version: 1.0.0-TEST",
"moduleURI": "http://service.iris.edu/fdsnws/station/1/query?net=IU&sta=ANMO&loc=00,10&cha=BHZ&level=channel&format=json",
"sender": "IRIS-DMC",
"source": "IRIS-DMC",
"networks": [
{
"code": "IU",
"startTime": "2000-01-01T11:30:22Z",
"endTime": null,
"description": "Global Seismograph Network (GSN - IRIS/USGS)",
"restrictedStatus": "open",
"totalNumberStations": 92,
"selectedNumberStations": 1,
"stations": [
{
"code": "ANMO",
"startTime": "2000-01-01T11:30:22Z",
"endTime": "2003-01-01T11:30:22Z",
"latitude": 34.9502,
"longitude": -106.4602,
"elevation": 1839.0,
"site": {
"name": "Albuquerque, New Mexico, USA",
"description": "Near the edge of the base outside of Alburquerque"
},
"restrictedStatus": "open",
"totalNumberChannels": 50,
"selectedNumberChannels": 2,
"channels": [
{
"location": "00",
"code": "BHZ",
"startTime": "2000-03-01T11:30:22Z",
"endTime": "2001-01-01T11:30:22Z",
"latitude": 34.9502,
"longitude": -106.4602,
"elevation": 1839.0,
"depth": 150,
"azimuth": 0.0,
"dip": -90.0,
"sensorDescription": "Geotech KS-54000 Borehole Seismometer",
"sampleRate": 20,
"scale": 8.6473E8,
"scaleUnits": "M/S",
"scaleFrequency": 0.02,
"restrictedStatus": "open"
},
{
"location": "10",
"code": "BHZ",
"startTime": "2000-03-01T11:30:22Z",
"endTime": "2001-01-01T11:30:22Z",
"latitude": 34.9502,
"longitude": -106.4602,
"elevation": 1839.0,
"depth": 150,
"azimuth": 0.0,
"dip": -90.0,
"sensorDescription": "Geotech KS-54000 Borehole Seismometer",
"sampleRate": 40,
"scale": 8.4851E9,
"scaleUnits": "M/S",
"scaleFrequency": 0.02,
"restrictedStatus": "open"
}
]
}
]
}
]
}