<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div>
   Hi Anton
   <br>
   <br>I'm using following format for diving surveys and don't get this "non-interleaved" message.
  </div> 
  <div class="default-style">
    
  </div> 
  <div class="default-style">
   data diving from to length compass backcompass fromdepth todepth left right up down
   <br>1   2   5.37   308   -   0.0   1.5 [ 1.0 1.0] [ 1.0 1.0] [ 1.0 1.0] [ 1.0 1.0]
   <br>
   <br>I'm using LRUD like above with data at from-station and to-station.
   <br>For me it gives a better looking xvi file with side messurements.
  </div> 
  <div class="default-style">
    
  </div> 
  <div class="default-style">
   cheers,
   <br>Torsten
  </div> 
  <blockquote type="cite"> 
   <div>
    A.M. van Rosmalen <a.m.vanrosmalen@gmx.net> hat am 13.07.2022 11:14 CEST geschrieben:
   </div> 
   <div>
     
   </div> 
   <div>
     
   </div> 
   <div>
     
   </div> 
   <div> 
    <div class="gmail_quote">
     Dear Therionners,
     <br>
     <br>This is a sample of my centerline data:
     <br>
     <br> data diving station depth length bearing
     <br>
     <br>        GTENC0001        36.3    0.45    257.6
     <br>        GTENC0002        36.2    0.26    248.6
     <br>        GTENC0003        36.2    0.52    233.3
     <br>
     <br>Simple and straightforward as this may seem, Therion just spits it
     <br>back into my face saying:
     <br>
     <br>-- non-interleaved data before newline -- length
     <br>
     <br>
     <br>
     <br>The following works (this is the format I use when processing a
     <br>limited amount of survey data), but obviously this sucks balls when
     <br>processing large amounts of data (I have 1000 lines of computer
     <br>generated survey data in this centerline)
     <br>
     <br>    data diving station depth left right up down ignore newline \
     <br>                    length bearing ignoreall
     <br>
     <br>    GdB09  30.0  -   -   2.7 0  [T, White arrow #4]
     <br>       10    204
     <br>    GdB08  30.6  3   0   2   0.5 [T, White arrow #3]
     <br>       17    265
     <br>
     <br>It seems I'm too stupid to understand why there needs to be a newline
     <br>before length.
     <br>
     <br>Can anyone tell me what I'm not understanding / what I'm doing wrong /
     <br>how to work around this apparently useless newline requirement?
     <br>
     <br>Cheers,
     <br>
     <br>Anton
    </div> 
   </div> _______________________________________________
   <br>Therion mailing list
   <br>Therion@speleo.sk
   <br>https://mailman.speleo.sk/listinfo/therion
  </blockquote>
 </body>
</html>