Footleg / caveconverter

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

Compass File Parser Chokes when different cave names exist in the same file for different survey sections #6

Open Footleg opened 2 years ago

Footleg commented 2 years ago

Compass files have a cave name line at the start of each block. Currently the parser only handles files where this cave name is the same for every survey in a file. The Compass survey data format document says this cave name is largely ignored by Compass, so we should allow variations in the name in the same file and not reject these files.