calculate_vertical_section
Calculate the horizontal displacement of a well path projected onto a vertical plane at a specified azimuth. Transform measured depth, inclination, and azimuth into a 2D cross-section view for well trajectory analysis.
Instructions
Project well trajectory onto a vertical section plane.
Calculates the horizontal displacement projected onto a plane at the given azimuth. Standard way to view a well path in 2D cross-section.
Args: md: List of measured depths. inclination: List of inclinations (degrees). azimuth: List of azimuths (degrees). vs_azimuth: Vertical section azimuth in degrees (0 = North). Default 0. unit: Depth unit -- 'feet' or 'meters'. Default 'feet'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| md | Yes | ||
| inclination | Yes | ||
| azimuth | Yes | ||
| vs_azimuth | No | ||
| unit | No | feet |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |