obspy.core.inventory.util.Latitude¶
-
class
Latitude
(value, lower_uncertainty=None, upper_uncertainty=None, datum=None)[source]¶ Bases:
obspy.core.util.obspy_types.FloatWithUncertaintiesFixedUnit
Latitude object
- Parameters
Attributes
__dict__
__doc__
__module__
__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
Public Methods
Return integer ratio.
Return self, the complex conjugate of any float.
Create a floating-point number from a hexadecimal string.
Return a hexadecimal representation of a floating-point number.
Return True if the float is an integer.
Special Methods
Default dir() implementation.
Formats the float according to format_spec.
You probably don’t want to use this function.
This method is called when a class is subclassed.
Create and return a new object.
Helper for pickle.
Helper for pickle.
Return the Integral closest to x, rounding half toward even.
You probably don’t want to use this function.
Size of object in memory, in bytes.
Abstract classes can override this to customize issubclass().
Return the Integral closest to x between 0 and x.