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
-
... ... @@ -2,33 +2,13 @@ 2 2 {{toc/}} 3 3 {{/box}} 4 4 5 -= [[How to Install ObsPy>>url:https://github.com/obspy/obspy/wiki#installation]] = 6 - 7 -= [[Seed-Vault>>https://github.com/AuScope/seed-vault]] = 8 - 9 9 = Connecting to an FDSN Server = 10 10 11 -== How to connect to AusPass with & without authenticated access == 12 - 13 - 14 -{{code language="python"}} 15 -import obspy 16 -from obspy.clients.fdsn import Client 17 - 18 -# Initialize FDSN client for AusPass 19 - 20 -# For open access data, no username or password is required. 21 -client = Client('AUSPASS') 22 - 23 -# To access restricted data, supply your username and password 24 -# Replace 'Z1' and '12345' with your actual credentials 25 -client = Client('AUSPASS', user='Z1', password='12345') 26 -{{/code}} 27 - 28 28 = Station Metadata = 29 29 30 30 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 31 31 11 + 32 32 33 33 == Sub-paragraph == 34 34