Changes for page FDSN Guide
Last modified by robert on 2025/03/24 12:02
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,17 +4,8 @@ 4 4 5 5 = [[How to Install ObsPy>>url:https://github.com/obspy/obspy/wiki#installation]] = 6 6 7 -= FDSN Tools =7 += [[Seed-Vault>>https://github.com/AuScope/seed-vault]] = 8 8 9 -(% class="wikigeneratedid" id="HSeed-Vault" %) 10 -[[Seed-Vault>>https://github.com/AuScope/seed-vault]] 11 - 12 -[[PyWeed>>https://github.com/iris-edu/pyweed]] 13 - 14 -[[ObsPy get_waveforms_bulk>>https://docs.obspy.org/packages/autogen/obspy.clients.fdsn.client.Client.get_waveforms_bulk.html]] 15 - 16 -[[IRISfetch.m>>https://ds.iris.edu/ds/nodes/dmc/software/downloads/irisfetch.m/]] 17 - 18 18 = Connecting to an FDSN Server = 19 19 20 20 == How to connect to AusPass with & without authenticated access == ... ... @@ -36,7 +36,7 @@ 36 36 37 37 = Station Metadata = 38 38 39 -Information such as site locations, sensor and data logger types, response information, etc are in the station metadata. This can be accessed [[directly>>http://auspass.edu.au/fdsnws/station/1/builder]]or via the[[ObsPy get_stations>>https://docs.obspy.org/packages/autogen/obspy.clients.fdsn.client.Client.get_stations.html]] code.30 +Information such as site locations, sensor and data logger types, response information, etc are in the station metadata. This can be accessed directly(link) or via the obspy get_stations (link) tool. 40 40 41 41 42 42 == How to download event, station, instrument response == ... ... @@ -75,7 +75,7 @@ 75 75 76 76 = Waveform Data = 77 77 78 -Waveform data (e.g. the actual seismic data) can be accessed [[directly>>https://auspass.edu.au/fdsnws/dataselect/1/builder]]or via[[ObsPy's get_waveforms>>https://docs.obspy.org/packages/autogen/obspy.clients.fdsn.client.Client.get_waveforms.html]] code. It can also be accessed via various tools such as seed-vault, pyweed, etc (add links).69 +Waveform data (e.g. the actual seismic data) can be accessed directly (link) or via obspy's get_waveforms (link) tool. It can also be accessed via various tools such as seed-vault, pyweed, etc (add links). 79 79 80 80 == Downloading and Storing data == 81 81 ... ... @@ -259,9 +259,10 @@ 259 259 tr.write("Woodspoint_2021.sac", format="SAC") 260 260 {{/code}} 261 261 253 + 262 262 = Earthquake Data = 263 263 264 -Earthquake data can be accessed [[directly>>https://auspass.edu.au/fdsnws/event/1/builder]]or via[[ObsPy's get_events>>https://docs.obspy.org/packages/autogen/obspy.clients.fdsn.client.Client.get_events.html]]code256 +Earthquake data can be accessed directly or via ObsPy's get_events code 265 265 266 266 == How to download an Earthquake Catalog == 267 267