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.
See also
https://github.com/barsch/seishub.plugins.seismology/blob/master/seishub/plugins/seismology/event.py
Attributes
__dict__ __doc__ unicode(string [, encoding[, errors]]) -> object __module__ str(object) -> string __weakref__ list of weak references to the object (if defined) package unicode(string [, encoding[, errors]]) -> object resourcetype unicode(string [, encoding[, errors]]) -> object Public Methods
deleteResource DELETEs a XML resource. getEvents Fetches a catalog with event information. 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. next putResource PUTs a XML resource. saveKML Posts an event.getList() and writes the results as a KML file. For Special Methods
__init__ __long__ __native__ Hook for the future.utils.native() function __nonzero__ __unicode__