obspy.station.util.BaseNode.__init__

BaseNode.__init__(code, description=None, comments=None, start_date=None, end_date=None, restricted_status=None, alternate_code=None, historical_code=None)[source]
Parameters:
  • code (String) The SEED network, station, or channel code
  • description (String, optional) A description of the resource
  • comments (List of Comment, optional) An arbitrary number of comments to the resource
  • start_date (UTCDateTime, optional) The start date of the resource
  • end_date (UTCDateTime, optional) The end date of the resource
  • restricted_status (String, optional) The restriction status
  • alternate_code (String, optional) A code used for display or association, alternate to the SEED-compliant code.
  • historical_code (String, optional) A previously used code if different from the current code.

This Page