obspy.neries.client.Client

class Client(user='', password='', timeout=10, debug=False, user_agent='ObsPy 0.8.4 (Linux-2.6.32-5-amd64-x86_64-with-debian-6.0.7, Python 2.7.3)')[source]

Bases: object

NERIES Web service request client.

Attributes

__dict__
__doc__ str(object) -> string
__module__ str(object) -> string
__weakref__ list of weak references to the object (if defined)

Public Methods

getEventDetail Gets event detail information.
getEvents Gets a list of events.
getInventory Returns information about the available networks and stations in that particular space/time region.
getLatestEvents Gets a list of recent events.
getTravelTimes Returns travel times for specified station-event geometry using standard velocity models such as iasp91, ak135 or qdt.
getWaveform Retrieves waveform data from the NERIES Web service and returns a ObsPy
saveWaveform Writes a retrieved waveform directly into a file.

Private Methods

_fetch Send a HTTP request via urllib2.
_json2list Converts a JSON formated string into a event/origin list.

Special Methods

__init__ Initializes the NERIES Web service client.

This Page