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
-
... ... @@ -27,7 +27,7 @@ 27 27 28 28 = Station Metadata = 29 29 30 -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. 31 31 32 32 33 33 == How to download event, station, instrument response == ... ... @@ -66,7 +66,7 @@ 66 66 67 67 = Waveform Data = 68 68 69 -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). 70 70 71 71 == Downloading and Storing data == 72 72 ... ... @@ -250,9 +250,10 @@ 250 250 tr.write("Woodspoint_2021.sac", format="SAC") 251 251 {{/code}} 252 252 253 + 253 253 = Earthquake Data = 254 254 255 -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 256 256 257 257 == How to download an Earthquake Catalog == 258 258 ... ... @@ -334,3 +334,4 @@ 334 334 catalog.plot(projection="local", title="Australia Earthquakes", resolution="i") 335 335 {{/code}} 336 336 338 +