obspy.station.util.Site

class Site(name, description=None, town=None, county=None, region=None, country=None)[source]

Bases: obspy.core.util.base.ComparingObject

From the StationXML definition:
Description of a site location using name and optional geopolitical boundaries (country, city, etc.).

Attributes

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

Special Methods

__eq__
__init__
type name:String
__ne__
__str__

This Page