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. |