geosoft.gxpy.vv

Geosoft vector.

Classes:

GXvv

data vector

VA and VV classes are related based on a key called a fiducial, which has a start value and increment between values. The refid() method can be used to resample vector data to the same fiducial so that vector-to-vector operations can be performed.

Note

Regression tests provide usage examples: vv tests

Module Attributes

MAX_VV_BYTES

maximum bytes per element in VV

Functions

_t(s)

np_from_vvset(vvset[, axis])

Return a 2d numpy array from a set of GXvv instances.

vvset_from_np(npd[, axis])

Return a set of GXvv instances from a 2d numpy array.

Classes

GXvv([array, dtype, fid, unit_of_measure, ...])

VV class wrapper.

Exceptions

VVException(message)

Exceptions from geosoft.gxpy.vv.