obspy.core.inventory.util.Site.__init__

Site.__init__(name='', description=None, town=None, county=None, region=None, country=None)[source]
Parameters:
  • name (str) The commonly used name of this station, equivalent to the SEED blockette 50, field 9.
  • description (str, 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 (str, optional) The town or city closest to the station.
  • county (str, optional) The county.
  • region (str, optional) The state, province, or region of this site.
  • country (str, optional) The country.