This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
software:2017shwav [2017/09/15 04:33] ljhwang [2017 CIG-LLNL Computational Seismology Workshop] |
software:2017shwav [2017/09/19 17:09] (current) ljhwang |
||
---|---|---|---|
Line 14: | Line 14: | ||
==== SW4 Tutorial ==== | ==== SW4 Tutorial ==== | ||
+ | |||
+ | ==== IRIS Data Brick ==== | ||
+ | |||
+ | Using the IRIS Data Brick at the workshop. | ||
+ | |||
+ | Many of the common FDSN web service clients allow setting the specific service locations. For this workshop the service is at: | ||
+ | |||
+ | http://10.200.65.174:8080/fdsnws/dataselect/1 (IP likely changing each day, updates will be posted) | ||
+ | or | ||
+ | http://iris-dbserver.local:8080/fdsnws/dataselect/1 (.local not consistently working) | ||
+ | |||
+ | __ | ||
+ | What is on the data brick__? Use the ‘summary’ endpoint: | ||
+ | |||
+ | http://10.200.65.174:8080/fdsnws/dataselect/1/summary | ||
+ | |||
+ | __Using with ObsPy__ | ||
+ | |||
+ | from obspy.clients.fdsn import Client | ||
+ | client = Client("IRIS", service_mappings={ | ||
+ | 'dataselect': 'http://10.200.65.174:8080/fdsnws/dataselect/1'}) | ||
+ | |||
+ | __Using with FetchData__ | ||
+ | |||
+ | $ FetchData -timeseriesws http://10.200.65.174:8080/fdsnws/dataselect/1 | ||
+ | <data selection options here> | ||
---- | ---- | ||
Line 19: | Line 45: | ||
==== LVOC ==== | ==== LVOC ==== | ||
+ | Orientation [[https://computing.llnl.gov/tutorials/2017.09.18.CIG-LC_Orientation.pdf|pdf]] | ||
=== Wifi === | === Wifi === | ||