-
Notifications
You must be signed in to change notification settings - Fork 3
/
example-fdsn-station-STATION.json
36 lines (36 loc) · 1.32 KB
/
example-fdsn-station-STATION.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
{
"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&level=station&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": 50
}
]
}
]
}