Skip to content

rgmrtn/downhole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Downhole

Downhole is (aims to be) a collection of python utilities for dealing with geological drill data.

Usage

from downhole.survey import min_curv

# provide lists of floats to dip_data, depth_data, azm_data (survey data)
# provide projected x, y, z coordinates
# result is a list for each x,y,z coordinates of the drill path
min_curv(dip_data, depth_data, azm_data, x, y, z)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages