obspy.station.util.Longitude

class Longitude(value, lower_uncertainty=None, upper_uncertainty=None, datum=None)[source]

Bases: obspy.core.util.obspy_types.FloatWithUncertaintiesFixedUnit

Longitude object

Parameters:
  • value (float) Longitude value
  • lower_uncertainty (float) Lower uncertainty (aka minusError)
  • upper_uncertainty (float) Upper uncertainty (aka plusError)
  • datum (str) Datum for longitude coordinate

Attributes

__dict__
__doc__ unicode(string [, encoding[, errors]]) -> object
__module__ str(object) -> string
__weakref__ list of weak references to the object (if defined)
imag the imaginary part of a complex number
real the real part of a complex number
unit unicode(string [, encoding[, errors]]) -> object

Special Methods

__iadd__
__imul__
__init__