obspy.io.quakeml.core.Unpickler¶
-
class
Unpickler
(xml_doc=None)[source]¶ Bases:
object
De-serializes a QuakeML string into an ObsPy Catalog object.
Attributes
__dict__
__doc__
__module__
__weakref__
list of weak references to the object (if defined)
xml_root
Public Methods
Reads QuakeML file into ObsPy catalog object.
Parses QuakeML string into ObsPy catalog object.
Private Methods
Warning
Private methods are mainly for internal/developer use and their API might change without notice.
Converts an etree.Element into a Amplitude object.
Converts an etree.Element into an Arrival object.
Converts an etree.Element into an Axis object.
Converts an etree.Element into a list of DataUsed objects.
Add information stored in custom tags/attributes in obj.extra.
Converts an etree.Element into a FocalMechanism object.
Converts an etree.Element into a Magnitude object.
Converts an etree.Element into an MomentTensor object.
Converts an etree.Element into an NodalPlane object.
Converts an etree.Element into an NodalPlanes object.
Converts an etree.Element into an Origin object.
Converts an etree.Element into a Pick object.
Converts an etree.Element into an PrincipalAxes object.
Converts an etree.Element into an SourceTimeFunction object.
Converts an etree.Element into a StationMagnitude object.
Converts an etree.Element into an Tensor object.
Converts an etree.Element into a TimeWindow object.
Special Methods
Default dir() implementation.
Default object formatter.
Initialize self.
This method is called when a class is subclassed.
Create and return a new object.
Helper for pickle.
Helper for pickle.
Size of object in memory, in bytes.
Abstract classes can override this to customize issubclass().