Skip to content

Commit

Permalink
update FSDN_clients.ipynb to use station with current data
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Benson committed Mar 21, 2024
1 parent 77f6df1 commit ef74aaa
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions FDSN/FDSN_clients.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"text": [
"nrt client successful\n",
"1 Trace(s) in Stream:\n",
"NZ.KRVZ.10.EHZ | 2023-03-08T01:32:19.863127Z - 2023-03-08T01:37:19.863127Z | 100.0 Hz, 30001 samples\n"
"NZ.KRVZ.10.EHZ | 2024-03-20T21:18:10.173130Z - 2024-03-20T21:23:10.173130Z | 100.0 Hz, 30001 samples\n"
]
}
],
Expand Down Expand Up @@ -128,7 +128,7 @@
"text": [
"Client is near real-time client\n",
"1 Trace(s) in Stream:\n",
"NZ.NEZ.30.HDF | 2023-03-03T01:32:20.753130Z - 2023-03-03T01:37:20.753130Z | 100.0 Hz, 30001 samples\n"
"NZ.KHEZ.31.HDF | 2024-03-15T21:18:10.440000Z - 2024-03-15T21:23:10.440000Z | 100.0 Hz, 30001 samples\n"
]
}
],
Expand All @@ -150,7 +150,7 @@
"else:\n",
" print(\"Time range requires both clients\")\n",
" \n",
"st = client.get_waveforms('NZ', 'NEZ', '30', 'HDF', starttime, endtime)\n",
"st = client.get_waveforms('NZ', 'KHEZ', '31', 'HDF', starttime, endtime)\n",
"print(st)"
]
},
Expand All @@ -175,19 +175,9 @@
"text": [
"nrt client successful\n",
"arc client successful\n",
"9 Trace(s) in Stream:\n",
"NZ.NAPT.40.BTZ | 2023-03-01T01:31:59.500000Z - 2023-03-01T20:28:59.400000Z | 10.0 Hz, 682200 samples\n",
"NZ.NAPT.40.BTZ | 2023-03-01T20:37:39.300000Z - 2023-03-01T20:38:19.800000Z | 10.0 Hz, 406 samples\n",
"NZ.NAPT.40.BTZ | 2023-03-01T20:38:32.700000Z - 2023-03-01T20:43:45.500000Z | 10.0 Hz, 3129 samples\n",
"NZ.NAPT.40.BTZ | 2023-03-01T20:44:33.800000Z - 2023-03-01T20:45:25.300000Z | 10.0 Hz, 516 samples\n",
"NZ.NAPT.40.BTZ | 2023-03-01T20:43:45.600000Z - 2023-03-01T20:44:33.700000Z | 10.0 Hz, 482 samples\n",
"NZ.NAPT.40.BTZ | 2023-03-01T20:45:25.400000Z - 2023-03-01T20:47:45.700000Z | 10.0 Hz, 1404 samples\n",
"NZ.NAPT.40.BTZ | 2023-03-01T20:48:17.400000Z - 2023-03-01T20:48:44.300000Z | 10.0 Hz, 270 samples\n",
"NZ.NAPT.40.BTZ | 2023-03-01T20:47:45.800000Z - 2023-03-01T20:48:17.300000Z | 10.0 Hz, 316 samples\n",
"NZ.NAPT.40.BTZ | 2023-03-01T20:48:44.400000Z - 2023-03-03T01:32:21.300000Z | 10.0 Hz, 1034170 samples 3 Trace(s) in Stream:\n",
"NZ.NAPT.40.BTZ | 2023-02-28T01:32:21.300000Z - 2023-03-01T20:28:59.400000Z | 10.0 Hz, 1545982 samples\n",
"NZ.NAPT.40.BTZ | 2023-03-01T20:37:39.300000Z - 2023-03-01T20:38:19.800000Z | 10.0 Hz, 406 samples\n",
"NZ.NAPT.40.BTZ | 2023-03-01T20:38:32.700000Z - 2023-03-03T01:32:21.300000Z | 10.0 Hz, 1040287 samples\n"
"1 Trace(s) in Stream:\n",
"NZ.NAPT.40.BTZ | 2024-03-13T21:17:34.300000Z - 2024-03-15T21:18:10.600000Z | 10.0 Hz, 1728364 samples 1 Trace(s) in Stream:\n",
"NZ.NAPT.40.BTZ | 2024-03-12T21:18:10.600000Z - 2024-03-15T21:18:10.600000Z | 10.0 Hz, 2592001 samples\n"
]
}
],
Expand Down Expand Up @@ -231,7 +221,7 @@
"output_type": "stream",
"text": [
"1 Trace(s) in Stream:\n",
"NZ.NAPT.40.BTZ | 2023-02-28T01:32:21.300000Z - 2023-03-03T01:32:21.300000Z | 10.0 Hz, 2592001 samples\n"
"NZ.NAPT.40.BTZ | 2024-03-12T21:18:10.600000Z - 2024-03-15T21:18:10.600000Z | 10.0 Hz, 2592001 samples\n"
]
}
],
Expand Down Expand Up @@ -259,7 +249,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.9"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down

0 comments on commit ef74aaa

Please sign in to comment.