obspy.station.util.Site.__init__

Site.__init__(name, description=None, town=None, county=None, region=None, country=None)[source]
Parameters:
  • name (String) The commonly used name of this station, equivalent to the SEED blockette 50, field 9.
  • description (String, optional) A longer description of the location of this station, e.g. “NW corner of Yellowstone National Park” or “20 miles west of Highway 40.”
  • town (String, optional) The town or city closest to the station.
  • county (String, optional) The county.
  • region (String, optional) The state, province, or region of this site.
  • country (String, optional) THe country.

This Page