Rogii Solo.Calculations.Types¶
attribute md |
Measured depth of the trajectory point. |
attribute incl |
Inclination angle at the trajectory point. |
attribute azim |
Azimuth angle at the trajectory point. |
attribute md |
Measured depth of the trajectory point. |
attribute incl |
Inclination angle at the trajectory point. |
attribute azim |
Azimuth angle at the trajectory point. |
attribute tvd |
True vertical depth at the trajectory point. |
attribute ns |
North-South coordinate of the trajectory point. |
attribute ew |
East-West coordinate of the trajectory point. |
attribute x |
X coordinate in the project’s coordinate system. |
attribute y |
Y coordinate in the project’s coordinate system. |
attribute tvdss |
True vertical depth subsea at the trajectory point. |
attribute vs |
Vertical section at the trajectory point. |
attribute dls |
Dogleg severity at the trajectory point. |
attribute dog_leg |
Dogleg angle at the trajectory point. |
attribute uuid |
Unique identifier of the |
attribute tvd |
True vertical depth of the |
attribute uuid |
Unique identifier of the horizon being shifted. |
attribute start |
Starting value of the shift. |
attribute end |
Ending value of the shift. |
attribute uuid |
Unique identifier of the segment. |
attribute md |
Measured depth at the segment. |
attribute vs |
Vertical section at the segment. |
attribute start |
Starting value of the segment. |
attribute end |
Ending value of the segment. |
attribute x |
X coordinate in the project’s coordinate system. |
attribute y |
Y coordinate in the project’s coordinate system. |
attribute horizon_shifts |
Dictionary mapping horizon UUIDs to their shifts in this segment. |
attribute boundary_type |
Type identifier for the segment boundary. |
attribute dip |
Dip angle of the segment. |
attribute horizons |
Dictionary of assembled horizons indexed by their UUIDs. |
attribute segments |
List of segments in the assembly. |
attribute md |
Measured depth at the boundary. |
attribute left_point |
Optional dictionary containing data for the left boundary point. |
attribute right_point |
Optional dictionary containing data for the right boundary point. |
attribute interpolated_point |
Dictionary containing data for the interpolated boundary point. |
Module Contents¶
- class RawTrajectoryPoint¶
Bases:
TypedDictA TypedDict representing a
RawTrajectoryPointwith basic directional measurements.
- class TrajectoryPoint¶
Bases:
TypedDictA TypedDict representing a
TrajectoryPointwith calculated spatial coordinates and additional metrics.
- class AssembledHorizon¶
Bases:
TypedDictA TypedDict representing a
Horizonassembled fromInterpretation.
- class HorizonShift¶
Bases:
TypedDictA TypedDict representing a shift applied to a horizon.
- class Segment¶
Bases:
TypedDictA TypedDict representing a segment of the well path with associated horizon shifts.
- horizon_shifts: Dict[str, HorizonShift]¶
Dictionary mapping horizon UUIDs to their shifts in this segment.
- class AssembledSegments¶
Bases:
TypedDictA TypedDict representing a collection of assembled segments and corresponding horizons.
- horizons: AssembledHorizons¶
Dictionary of assembled horizons indexed by their UUIDs.