Changes for page FDSN Guide

Last modified by robert on 2025/03/24 12:02

From version 3.1
edited by robert
on 2025/03/24 10:35
Change comment: There is no comment for this version
To version 4.3
edited by robert
on 2025/03/24 11:59
Change comment: There is no comment for this version

Summary

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(link) or via the obspy get_stations (link) tool.
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.
31 31  
32 32  
33 33  == How to download event, station, instrument response ==
... ... @@ -64,12 +64,9 @@
64 64  response = inv.select(station='AUMTC',channel='HHZ')[0][0][0].response
65 65  {{/code}}
66 66  
67 -
68 -
69 -
70 70  = Waveform Data =
71 71  
72 -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).
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).
73 73  
74 74  == Downloading and Storing data ==
75 75  
... ... @@ -160,8 +160,7 @@
160 160   tr.write(sds_path, format="MSEED")
161 161  {{/code}}
162 162  
163 -==
164 -Common Data Operations ==
160 +== Common Data Operations ==
165 165  
166 166  === How to remove instrument response ===
167 167  
... ... @@ -254,10 +254,9 @@
254 254  tr.write("Woodspoint_2021.sac", format="SAC")
255 255  {{/code}}
256 256  
257 -
258 258  = Earthquake Data =
259 259  
260 -Earthquake data can be accessed directly or via ObsPy's get_events code
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]] code
261 261  
262 262  == How to download an Earthquake Catalog ==
263 263  
... ... @@ -339,4 +339,3 @@
339 339  catalog.plot(projection="local", title="Australia Earthquakes", resolution="i")
340 340  {{/code}}
341 341  
342 -