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

Add Grid Scale Factor to SurveyHeader #185

Closed jonnymaserati closed 4 months ago

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

Addressed in #187