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

Check azimuth reference when creating survey from connections #164

Closed jonnymaserati closed 8 months ago

jonnymaserati commented 9 months ago

https://github.com/jonnymaserati/welleng/blob/e814cc800a16590c554143d754c1af14457547cb/welleng/survey.py#L2060

I think the azi reference is grid when using Connector, but when constructing the survey from connectors the default is azi_reference='true' which needs to be changed to grid.

jonnymaserati commented 8 months ago

At some point this was changed.