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__ 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.
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.
putResource PUTs a XML resource.

Special Methods

__init__

This Page