Changes for page FDSN Guide

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

From version 4.2
edited by robert
on 2025/03/24 11:58
Change comment: There is no comment for this version
To version 5.1
edited by robert
on 2025/03/24 12:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,8 +4,17 @@
4 4  
5 5  = [[How to Install ObsPy>>url:https://github.com/obspy/obspy/wiki#installation]] =
6 6  
7 -= [[Seed-Vault>>https://github.com/AuScope/seed-vault]] =
7 += FDSN Tools =
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 +
9 9  = Connecting to an FDSN Server =
10 10  
11 11  == How to connect to AusPass with & without authenticated access ==
... ... @@ -250,7 +250,6 @@
250 250  tr.write("Woodspoint_2021.sac", format="SAC")
251 251  {{/code}}
252 252  
253 -
254 254  = Earthquake Data =
255 255  
256 256  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