obspy.core.event.base
obspy.core.event.base - Classes for handling event metadata
This module provides a class hierarchy to consistently handle event metadata. This class hierarchy is closely modelled after the de-facto standard format QuakeML.
Note
For handling additional information not covered by the QuakeML standard and how to output it to QuakeML see the ObsPy Tutorial.
- copyright:
The ObsPy Development Team (devs@obspy.org)
- license:
GNU Lesser General Public License, Version 3 (https://www.gnu.org/copyleft/lesser.html)
Private Functions
Warning
Private functions are mainly for internal/developer use and their API might change without notice.
A custom bool() implementation that returns True for any value (including zero) of int and float, and for (empty) strings. |
|
Class factory to unify the creation of all the types needed for the event handling in ObsPy. |
Classes
Comment holds information on comments to a resource as well as author and creation time information. |
|
Focal times differ significantly in their precision. |
|
This class represents a description of the location uncertainty as a confidence ellipsoid with arbitrary orientation in space. |
|
CreationInfo is used to describe creation metadata (author, version, and creation time) of a resource. |
|
The DataUsed class describes the type of data that has been used for a moment-tensor inversion. |
|
Uncertainty information for a physical quantity. |
|
Describes a time window for amplitude measurements, given by a central point in time, and points in time before and after this central point. |
|
Reference to a stream description in an inventory. |