obspy.seishub.client._EventMapperClient

class _EventMapperClient(client)[source]

Bases: obspy.seishub.client._BaseRESTClient

Interface to access the SeisHub Event Web service.

Warning

This function should NOT be initialized directly, instead access the object via the obspy.seishub.Client.event attribute.

Attributes

__dict__
__doc__ str(object=’‘) -> string
__module__ str(object=’‘) -> string
__weakref__ list of weak references to the object (if defined)
package str(object=’‘) -> string
resourcetype str(object=’‘) -> string

Public Methods

deleteResource DELETEs a XML resource.
getKML Posts an event.getList() and returns the results as a KML file. For
getList Gets a list of event information.
getResource Gets a resource.
getXMLResource Gets a XML resource.
putResource PUTs a XML resource.
saveKML Posts an event.getList() and writes the results as a KML file. For

Special Methods

__init__

This Page