calculate_well_survey
Calculate well trajectory from survey station data by applying the minimum curvature method. Input measured depth, inclination, and azimuth to obtain computed North, East, true vertical depth, and dogleg severity.
Instructions
Calculate well trajectory using minimum curvature method.
Takes survey station data (MD, inclination, azimuth) and returns computed North, East, TVD, and dogleg severity at each station.
Args: md: List of measured depths (ft or m). inclination: List of inclinations (degrees from vertical, 0-180). azimuth: List of azimuths (degrees from north, 0-360). unit: Depth unit -- 'feet' or 'meters'. Default 'feet'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| md | Yes | ||
| inclination | Yes | ||
| azimuth | Yes | ||
| unit | No | feet |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |