geosoft.gxpy.geometry_utility

Geometry utilities.

Constants:
SPLINE_LINEAR:

geosoft.gxapi.VVU_SPL_LINEAR

SPLINE_CUBIC:

geosoft.gxapi.VVU_SPL_CUBIC

SPLINE_AKIMA:

geosoft.gxapi.VVU_SPL_AKIMA

SPLINE_NEAREST:

geosoft.gxapi.VVU_SPL_NEAREST

Note

Regression tests provide usage examples: Tests

Functions

_t(s)

resample(pp, interval[, spline, closed])

Return points resampled at a constant separation along the trace of points.

Exceptions

GeometryUtilityException(message)

Exceptions from geosoft.gxpy.geometry_utility.