obspy.clients.fdsn.mass_downloader.download_helpers.TimeInterval

class TimeInterval(start, end, filename=None, status=None)[source]

Bases: obspy.clients.fdsn.mass_downloader.download_helpers._SlotsEqualityComparisionObject

Simple object representing a time interval of a channel.

It knows the temporal bounds of the interval, the (desired) filename, and the current status of the interval.

Parameters:
  • start (UTCDateTime) The start of the interval.
  • end (UTCDateTime) The end of the interval.
  • filename (str) The filename of the interval.
  • status The status of the time interval.
  • status STATUS

Attributes

__dict__
__doc__ unicode(object=’‘) -> unicode object
__module__ str(object=’‘) -> string
__slots__ list() -> new empty list
__weakref__ list of weak references to the object (if defined)
end
filename
start
status

Public Methods

next

Special Methods

__eq__
__format__ default object formatter
__init__
__long__
__native__ Hook for the future.utils.native() function
__new__
__nonzero__
__reduce__ helper for pickle
__reduce_ex__ helper for pickle
__repr__
__sizeof__ size of object in memory, in bytes
__subclasshook__ Abstract classes can override this to customize issubclass().
__unicode__