jonnymaserati / welleng

A collection of Wells/Drilling Engineering tools, focused on well trajectory planning for the time being.
Apache License 2.0
119 stars 32 forks source link

Inc, Azi to X,Y,Z #160

Closed 40uf411 closed 1 year ago

40uf411 commented 1 year ago

Hey can you please show me the formulas to convert the Inc, Azi to X, Y, and Z coordinates.

jonnymaserati commented 1 year ago

Hi @40uf411

To convert md, inc, azi to x, y, z, the minimum curvature method is used. A search on the internet will quickly get you the formulas, but if you want to see how it's coded then there's a MinCurve class here in the utils module.

40uf411 commented 1 year ago

Thank you very much.