obspy.seishub.client._StationMapperClient¶
- class _StationMapperClient(client)[source]¶
Bases: obspy.seishub.client._BaseRESTClient
Interface to access the SeisHub Station Web service.
Warning
This function should NOT be initialized directly, instead access the object via the obspy.seishub.Client.station attribute.
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. getCoordinates Get coordinate information. getList Gets a list of station information. getPAZ Get PAZ for a station at given time span. Gain is the A0 normalization getResource Gets a resource. getXMLResource Gets a XML resource. next putResource PUTs a XML resource. Special Methods
__init__ __long__ __native__ Hook for the future.utils.native() function __nonzero__ __unicode__