obspy.clients.seishub.client._EventMapperClient¶
-
class
_EventMapperClient
(client)[source]¶ Bases:
obspy.clients.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.clients.seishub.Client.event
attribute.See also
https://github.com/barsch/seishub.plugins.seismology/blob/master/seishub/plugins/seismology/event.py
Attributes
__dict__
__doc__
__module__
__weakref__
list of weak references to the object (if defined)
package
resourcetype
Public Methods
DELETEs a XML resource.
Fetches a catalog with event information.
Posts an event.get_list() and returns the results as a KML file.
Gets a list of event information.
Gets a resource.
Gets a XML resource.
PUTs a XML resource.
Posts an event.get_list() and writes the results as a KML file.
Special Methods
Default dir() implementation.
Default object formatter.
Initialize self.
This method is called when a class is subclassed.
Create and return a new object.
Helper for pickle.
Helper for pickle.
Size of object in memory, in bytes.
Abstract classes can override this to customize issubclass().