obspy.core.quakeml.Unpickler

class Unpickler(parser=None)[source]

Bases: object

De-serializes a QuakeML string into an ObsPy Catalog object.

Attributes

__dict__
__doc__ str(object) -> string
__module__ str(object) -> string
__weakref__ list of weak references to the object (if defined)

Public Methods

load Reads QuakeML file into ObsPy catalog object.
loads Parses QuakeML string into ObsPy catalog object.

Private Methods

_arrival Converts an etree.Element into an Arrival object.
_axis Converts an etree.Element into an Axis object.
_comments
_composite_times
_confidence_ellipsoid
_creation_info
_data_used Converts an etree.Element into an DataUsed object.
_deserialize
_event_description
_float_value
_focal_mechanism Converts an etree.Element into a FocalMechanism object.
_int_value
_magnitude Converts an etree.Element into a Magnitude object.
_moment_tensor Converts an etree.Element into an MomentTensor object.
_nodal_plane Converts an etree.Element into an NodalPlane object.
_nodal_planes Converts an etree.Element into an NodalPlanes object.
_origin Converts an etree.Element into an Origin object.
_origin_quality
_origin_uncertainty
_pick Converts an etree.Element into a Pick object.
_principal_axes Converts an etree.Element into an PrincipalAxes object.
_source_time_function Converts an etree.Element into an SourceTimeFunction object.
_station_magnitude Converts an etree.Element into a StationMagnitude object.
_station_magnitude_contributions
_tensor Converts an etree.Element into an Tensor object.
_time_value
_value
_waveform_id
_xpath
_xpath2obj

Special Methods

__init__

This Page