collateWHT: Collating Well Trajectories

Description Usage Arguments Details Value Author(s)

Description

function to generate collated well trajectories from well surface and bottomhole locations

Usage

1
collateWHT(WHT, dist = 250)

Arguments

WHT

a data fram containing columns xs, ys, xb, and yb. All values should be in lat/long

dist

a number specifying the threshold distance for surface locations to be grouped in PADs. Units are in feet.

Details

Latitude and longitude are assumed to be WGS84. WHT can contain extra columns, but columns named xs (surface longitude), ys (surface latitude), xb (bottomhole longitude), and yb (bottomhole) latitude are requried. Extra colums will be prserved and passed back to the user in the output.

Value

a data frame

Author(s)

Adam Cagle


R-S-C/wellpad documentation built on Oct. 30, 2019, 10:45 p.m.