Home | Trees | Indices | Help |
|
---|
|
Error, exception classes and functions to format PyGeodesy errors, including the setting of exception chaining in Python 3+.
By default, exception chaining is turned off. Set environment
variable PYGEODESY_EXCEPTION_CHAINING
to 'std' or any other
non-empty string to enable exception chaining.
Version: 20.07.19
Classes | |
CrossError Error raised for zero or near-zero vectorial cross products, occurring for coincident or colinear points, paths or bearings. |
|
IntersectionError Error raised for path or circle intersection issues. |
|
LenError Error raised for mis-matching len values.
|
|
LimitError Error raised for lat- or longitudinal deltas exceeding the limit in functions equirectangular and equirectangular_ and nearestOn* and
simplify* functions or methods.
|
|
PointsError Error for an insufficient number of points. |
|
RangeError Error raised for lat- or longitude values outside the clip , clipLat ,
clipLon or limit range in
function clipDegrees, clipRadians, parse3llh, parseDMS, parseDMS2 or parseRad.
|
|
SciPyError Error raised for SciPy errors.
|
|
SciPyWarning Error thrown for SciPy warnings.
|
Functions | |||
|
|||
|
|||
|
|||
|
Variables | |
__all__ = _ALL_LAZY.errors
|
|
_ = Exception().__cause__
|
Function Details |
Report or ignore vectorial cross product errors.
See Also:
Property |
Get the previous exception or exception chaining setting.
|
Get/set the throwing of LimitErrors.
|
Get/set the throwing of RangeErrors.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Aug 7 21:57:59 2020 | http://epydoc.sourceforge.net |