obspy.core.util.baseΒΆ

Base utilities and constants for ObsPy.

copyright:The ObsPy Development Team (devs@obspy.org)
license:GNU Lesser General Public License, Version 3 (http://www.gnu.org/copyleft/lesser.html)

Functions

createEmptyDataChunk Creates an NumPy array depending on the given data type and fill value.
getExampleFile Function to find the absolute path of a test data file
getMatplotlibVersion Get matplotlib version information.
getScriptDirName Get the directory of the current script file.
make_format_plugin_table Returns a markdown formatted table with read waveform plugins to insert in docstrings.

Classes

ComparingObject Simple base class that implements == and != based on self.__dict__
NamedTemporaryFile Weak replacement for the Python’s tempfile.TemporaryFile.

This Page