obspy.core.util

Various utilities for ObsPy

Note

Please import all utilities within your custom applications from this module rather than from any sub module, e.g.

>>> from obspy.core.util import AttribDict  # good

instead of

>>> from obspy.core.util.attribdict import AttribDict  # bad
copyright:

The ObsPy Development Team (devs@obspy.org)

license:

GNU Lesser General Public License, Version 3 (https://www.gnu.org/copyleft/lesser.html)