Home | Trees | Indices | Help |
|
---|
|
Errors, exceptions and exception chaining.
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. To enable
exception chaining, use command line option python -X
dev
OR set env var PYTHONDEVMODE
to
1
or any non-empyty string OR set env var
PYGEODESY_EXCEPTION_CHAINING=std
or any other non-empty
string.
Version: 22.04.09
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 pygeodesy.equirectangular and pygeodesy.equirectangular_ and several
nearestOn* and simplify* functions or
methods.
|
|
NumPyError Error raised for NumPy errors.
|
|
ParseError Error parsing degrees, radians or several other formats. |
|
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 pygeodesy.clipDegrees, pygeodesy.clipRadians, pygeodesy.parse3llh, pygeodesy.parseDMS, pygeodesy.parseDMS2 or pygeodesy.parseRad.
|
|
TriangleError Error raised for triangle, inter- or resection issues. |
|
SciPyError Error raised for SciPy errors.
|
|
SciPyWarning Error thrown for SciPy warnings.
|
|
TRFError Terrestrial Reference Frame (TRF), Epoch, RefFrame or RefFrame conversion issue. |
|
UnitError Default exception for units issues. |
|
VectorError Vector3d, Cartesian* or
*Nvector issues.
|
Functions | |||
|
|||
|
|||
|
|||
|
Variables | |
__all__ = _ALL_LAZY.errors
|
Function Details |
Report or ignore vectorial cross product errors.
See Also:
Property |
Get the previous exception's or exception chaining setting.
Note:
Set env var |
Get/set the throwing of LimitErrors.
|
Get/set the throwing of RangeErrors.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed May 4 16:33:49 2022 | http://epydoc.sourceforge.net |