geolib.geometry.one

For all geometries and locations we try to use a single Point class.

In 1D applications it’s only used to specify, for example height, other fields left None.

For profiles used in 1D applications, see ProfileLayer

Classes

Point(**data)

A single Point Class.

class geolib.geometry.one.Point(**data)

A single Point Class.

Parameters:

data (Any) –

id: Optional[int]
label: Optional[str]
tolerance: float
x: float
y: float
z: float