Bases: object
IRIS Web service request client.
Parameters: |
|
---|
Example
>>> from obspy.iris import Client
>>> client = Client()
>>> result = client.distaz(stalat=1.1, stalon=1.2, evtlat=3.2,
... evtlon=1.4)
>>> print(result['distance'])
2.09554
>>> print(result['backazimuth'])
5.46946
>>> print(result['azimuth'])
185.47692
Attributes
__dict__ | |
__doc__ | str(object=’‘) -> string |
__module__ | str(object=’‘) -> string |
__weakref__ | list of weak references to the object (if defined) |
Public Methods
availability | SHUT DOWN ON SERVER SIDE! |
bulkdataselect | SHUT DOWN ON SERVER SIDE! |
dataselect | SHUT DOWN ON SERVER SIDE! |
distaz | Low-level interface for distaz Web service of IRIS |
evalresp | Low-level interface for evalresp Web service of IRIS |
event | SHUT DOWN ON SERVER SIDE! |
flinnengdahl | Low-level interface for flinnengdahl Web service of IRIS |
getEvents | SHUT DOWN ON SERVER SIDE! |
getWaveform | SHUT DOWN ON SERVER SIDE! |
resp | Low-level interface for resp Web service of IRIS |
sacpz | Low-level interface for sacpz Web service of IRIS |
saveResponse | SHUT DOWN ON SERVER SIDE! |
saveWaveform | SHUT DOWN ON SERVER SIDE! |
station | SHUT DOWN ON SERVER SIDE! |
timeseries | Low-level interface for timeseries Web service of IRIS |
traveltime | Low-level interface for traveltime Web service of IRIS |
Private Methods
_fetch | Send a HTTP request via urllib2. |
_toFileOrData | Either writes data into a file if filename is given or directly returns it. |
Special Methods
__init__ | Initializes the IRIS Web service client. |