jonnymaserati / welleng

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

Inc, Azi to X,Y,Z #160

Closed 40uf411 closed 9 months ago

40uf411 commented 11 months ago

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

jonnymaserati commented 11 months 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 11 months ago

Thank you very much.