Footleg / caveconverter

GNU General Public License v3.0
3 stars 1 forks source link

Compass file parser assumed units of decimal degrees and decimal feet #7

Open Footleg opened 2 years ago

Footleg commented 2 years ago

Compass files support multiple units, but the Cave Converter parser assumes the length units are decimal feet. It appears this is correct as the underlying data file stores the numbers as decimal feet and degrees regardless of the units specified in the format code line. But it would be better to generate Survex output using the requested units from the Compass file header rather than assuming Survex should be in metres as is currently the case.