Closed jonnymaserati closed 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.
scale_factor: float = 1.0
survey.SurveyHeader
Addressed in #187
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
tosurvey.SurveyHeader
and use this when calculating grid coordinates.