calculate_well_survey
Calculate well trajectory using the minimum curvature method. Processes survey station data to determine North, East, TVD, and dogleg severity for directional drilling analysis.
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 |