calculate_well_survey
Calculate well trajectory using minimum curvature method. Input survey station data (MD, inclination, azimuth) to compute North, East, TVD, 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 |