dips.SurveyDataVal module#

Generated wrapper for SurveyData protobuf message.

class dips.SurveyDataVal.SurveyDataVal(orientation: TrendPlungeVal | None = None, extra_data: CustomRowRawDataVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for SurveyData with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

property distance: float#

Get the Distance field value.

property extra_data: CustomRowRawDataVal#

Get the ExtraData field as a wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property orientation: TrendPlungeVal#

Get the Orientation field as a wrapper.

to_proto()#

Get the underlying protobuf message.