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

Add Grid Scale Factor to SurveyHeader #185

Closed jonnymaserati closed 1 month ago

jonnymaserati commented 1 month ago

Without the scale factor defined, it's effectively assumed to be 1.0 but where it's not then surveys do not get imported (or exported) correctly.

Add scale_factor: float = 1.0 to survey.SurveyHeader and use this when calculating grid coordinates.

jonnymaserati commented 1 month ago

Addressed in #187