<html><body><div>And this is from Samples:<br><br>cave-list.thconfig:</div><div><br data-mce-bogus="1"></div><div>!PROCESS<br>#!TITLE 4 Listing caves<br>#!<br>#! When surveying caves in some large area, you often need to generate <br>#! an up to date list of all caves in that area. In therion dataset, "cave" <br>#! can be defined in several ways, depending on the level of cave survey.<br>#!<br>#! If you have just surveyed entrance station (e.g. using GPS or standard<br>#! surveying methods), all you need to do is to assign <code>entrance</code><br>#! flag using<br>source<br> centerline<br> fix cave-1 123456 789101112 1234<br> fix cave-2 123333 789101122 1256<br>#!CODE <br>station cave-1 "Unsurveyed cave" entrance<br>#!ENDCODE<br>#! <br>#! If there is some explored passage behind this entrance, but you did not<br>#! survey it properly, you should add also <code>continuation</code> flag<br>#! and <code>explored</code> flag followed by explored length. Explored but<br>#! unsurveyed passage lengths are also part of summary statistics.<br>#!<br>#!CODE <br>station cave-2 "Unsurveyed but explored" entrance \<br> continuation explored 80m<br>#!ENDCODE<br> endcenterline<br>#!<br>#! If you have properly surveyed some cave, its data are usually in some<br>#! <code>survey</code> structure. Survey becomes a cave, if it has main entrance<br>#! station specified using <code>-entrance</code> option. Example:<br>#!<br>#!CODE<br>survey small_cave -title "Tunnel cave" -entrance 0<br>#!ENDCODE<br> centerline<br> fix 0 123488 78910888 1244 <br> data normal from to compass clino tape<br> 0 1 100 -10 10<br> 1 2 200 -20 15<br> station 0 "Main entrance" entrance<br> station 2 "Second entrance" entrance<br> endcenterline<br>endsurvey<br><br>survey xx<br>endsurvey<br><br>endsource<br>#!<br>#! If survey contains survey data, but it has no main entrance specified, it<br>#! is not considered as a cave, just as data organization unit and thus not<br>#! present in the cave list. Only surveys containing some caves (i.e. entrance <br>#! stations or surveys with main entrance defined) are present in the final<br>#! cave list table.<br>#!<br>#! After caves in your data have been properly defined, you can generate<br>#! table using<br>#!CODE <br>export cave-list -o caves.html<br>#!ENDCODE<br>#!<br>#! Resulting table looks like this<br>#!HTML caves.html<br><br>#!CLEAN caves.html</div><div><br data-mce-bogus="1"></div><div>And result</div><div><br data-mce-bogus="1"></div><div><table class="mce-item-table"><tbody><tr><th align="left">Title</th><th align="right">Length</th><th align="right">Depth</th><th align="right">Explored</th><th align="right">Altitude</th></tr><tr id="small_cave"><td style="padding-left: +0;" align="left" data-mce-style="padding-left: +0;">Tunnel cave</td><td align="right">25</td><td align="right">7</td><td align="right"> </td><td align="right">1244.0</td></tr><tr id="."><td style="padding-left: +0;" align="left" data-mce-style="padding-left: +0;">Unsurveyed cave</td><td align="right"> </td><td align="right"> </td><td align="right"> </td><td align="right">1234.0</td></tr><tr id="."><td style="padding-left: +0;" align="left" data-mce-style="padding-left: +0;">Unsurveyed but explored</td><td align="right"> </td><td align="right"> </td><td align="right">80</td><td align="right">1256.0</td></tr></tbody></table><div><br data-mce-bogus="1"></div><div>So there is something I don't understand.</div><div><br data-mce-bogus="1"></div><div>Sorry Pavol.</div><div><br data-mce-bogus="1"></div><div>m.s.</div></div><div><br>On Jan 09, 2017, at 04:13 PM, Martin Sluka via Therion <therion@speleo.sk> wrote:<br><br></div><div><blockquote type="cite"><div class="msg-quote"><div>It is another "entrance" <br><br>"station 0 entrance" means, that this station is reference point from which is altitude calculated and centerline flipped for extended elevation.</div><div><br></div><div>For list of caves it is "entrance 0" in survey section. Or should be.</div><div><br></div><div>m.</div><div><br></div><div><br>On Jan 09, 2017, at 04:03 PM, Pavel Herich via Therion <therion@speleo.sk> wrote:<br><br></div><div><blockquote type="cite"><div class="msg-quote"><div class="_stretch"><span class="body-text-content">"not enough data readings" - because it´s written under command data <br>normal from to ... Proper way to use it is following:<br><br>survey -title "Cave name"<br>...<br>centerline<br>station 0 "Cave name" entrance<br>...<br>data normal from to compass clino ...<br>...<br>endcenterline<br>ensurvey<br><br>Then things works well.<br>Pavel<br><br><br><br>Dňa 2017-01-09 15:52 Andrew Atkinson via Therion napísal(a):<br><blockquote type="cite" class="quoted-plain-text">The Therion book states it has to be in survey, I tried</blockquote><blockquote type="cite" class="quoted-plain-text">entrance 0</blockquote><blockquote type="cite" class="quoted-plain-text">in centreline, then you get an error, not enough data readings.</blockquote><blockquote type="cite" class="quoted-plain-text"><br></blockquote><blockquote type="cite" class="quoted-plain-text">Yes I know what it is meant to do, but it is not working, I will post</blockquote><blockquote type="cite" class="quoted-plain-text">examples when I am back in the UK, not easily done from rural</blockquote><blockquote type="cite" class="quoted-plain-text">Myanmar....</blockquote><blockquote type="cite" class="quoted-plain-text"><br></blockquote><blockquote type="cite" class="quoted-plain-text">Andrew</blockquote><blockquote type="cite" class="quoted-plain-text"><br></blockquote><blockquote type="cite" class="quoted-plain-text">On 9 Jan 2017 20:57, "Pavel Herich via Therion" <therion@speleo.sk></blockquote><blockquote type="cite" class="quoted-plain-text">wrote:</blockquote><blockquote type="cite" class="quoted-plain-text"><br></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">Definition of entrance has to be inside centerline.</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">Then "export cave-list -location on -o cave.html" gives you</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">coordinates and lenght and depth of your surveys compiled, conected</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">with defined entrances. If you have a index.th [1], which connects</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">all your caves (every cave has to be at least in one or more</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">surveys; and more surveys connected under one general cave survey),</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">then you have list of all caves with one or more defined entrances.</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">Pavel</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text"><br></blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">Dňa 2017-01-09 15:14 Andrew Atkinson via Therion napísal(a):</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text"><br></blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">Yes, that is what I said, and it gives an error</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text"><br></blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">Andrew</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text"><br></blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">On 9 Jan 2017 19:04, "Martin Sluka via Therion" <therion@speleo.sk></blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">wrote:</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text"><br></blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">Definition of entrance is part of survey-endsurvey</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text"><br></blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">m.s.</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text"><br></blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">On Jan 09, 2017, at 12:55 PM, Andrew Atkinson via Therion</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text"><therion@speleo.sk> wrote:</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text"><br></blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">Page 17 of the Therion hook states that station <station name></blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">Under the context survey should be used as the entrance identifier</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">for a cave to be used in cave-list export.</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text"><br></blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">However, this gives an error unknown command -- entrance</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text"><br></blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">Now I can sort of get round it using</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">Station 0 "" entrance</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">in the centerline, but this does not define a cave so the list is</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">a bit weird. Am I missing something?</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text"><br></blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">V 5.3.16 on windows 10</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text"><br></blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">Andrew</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text"><br></blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">_______________________________________________</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">Therion mailing list</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text"><a href="mailto:Therion@speleo.sk" data-mce-href="mailto:Therion@speleo.sk">Therion@speleo.sk</a></blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text"><a href="https://mailman.speleo.sk/listinfo/therion" rel="noreferrer" data-mce-href="https://mailman.speleo.sk/listinfo/therion">https://mailman.speleo.sk/listinfo/therion</a> [2] [1]</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text"><br></blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">_______________________________________________</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text">Therion mailing list</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text"><a href="mailto:Therion@speleo.sk" data-mce-href="mailto:Therion@speleo.sk">Therion@speleo.sk</a></blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><blockquote type="cite" class="quoted-plain-text"><a href="https://mailman.speleo.sk/listinfo/therion" rel="noreferrer" data-mce-href="https://mailman.speleo.sk/listinfo/therion">https://mailman.speleo.sk/listinfo/therion</a> [2] [1]</blockquote></blockquote><blockquote type="cite" class="quoted-plain-text"><br></blockquote><blockquote type="cite" class="quoted-plain-text">Links:</blockquote><blockquote type="cite" class="quoted-plain-text">------</blockquote><blockquote type="cite" class="quoted-plain-text">[1] <a href="https://mailman.speleo.sk/listinfo/therion" rel="noreferrer" data-mce-href="https://mailman.speleo.sk/listinfo/therion">https://mailman.speleo.sk/listinfo/therion</a> [2]</blockquote><blockquote type="cite" class="quoted-plain-text"><br></blockquote><blockquote type="cite" class="quoted-plain-text">_______________________________________________</blockquote><blockquote type="cite" class="quoted-plain-text">Therion mailing list</blockquote><blockquote type="cite" class="quoted-plain-text"><a href="mailto:Therion@speleo.sk" data-mce-href="mailto:Therion@speleo.sk">Therion@speleo.sk</a></blockquote><blockquote type="cite" class="quoted-plain-text"><a href="https://mailman.speleo.sk/listinfo/therion" rel="noreferrer" data-mce-href="https://mailman.speleo.sk/listinfo/therion">https://mailman.speleo.sk/listinfo/therion</a> [2]</blockquote><blockquote type="cite" class="quoted-plain-text"><br></blockquote><blockquote type="cite" class="quoted-plain-text">_______________________________________________</blockquote><blockquote type="cite" class="quoted-plain-text">Therion mailing list</blockquote><blockquote type="cite" class="quoted-plain-text"><a href="mailto:Therion@speleo.sk" data-mce-href="mailto:Therion@speleo.sk">Therion@speleo.sk</a></blockquote><blockquote type="cite" class="quoted-plain-text"><a href="https://mailman.speleo.sk/listinfo/therion" rel="noreferrer" data-mce-href="https://mailman.speleo.sk/listinfo/therion">https://mailman.speleo.sk/listinfo/therion</a> [2]</blockquote><blockquote type="cite" class="quoted-plain-text"><br></blockquote><blockquote type="cite" class="quoted-plain-text"><br></blockquote><blockquote type="cite" class="quoted-plain-text"><br></blockquote><blockquote type="cite" class="quoted-plain-text">Links:</blockquote><blockquote type="cite" class="quoted-plain-text">------</blockquote><blockquote type="cite" class="quoted-plain-text">[1] <a href="http://index.th" rel="noreferrer" data-mce-href="http://index.th">http://index.th</a></blockquote><blockquote type="cite" class="quoted-plain-text">[2] <a href="https://mailman.speleo.sk/listinfo/therion" rel="noreferrer" data-mce-href="https://mailman.speleo.sk/listinfo/therion">https://mailman.speleo.sk/listinfo/therion</a></blockquote><blockquote type="cite" class="quoted-plain-text">_______________________________________________</blockquote><blockquote type="cite" class="quoted-plain-text">Therion mailing list</blockquote><blockquote type="cite" class="quoted-plain-text"><a href="mailto:Therion@speleo.sk" data-mce-href="mailto:Therion@speleo.sk">Therion@speleo.sk</a></blockquote><blockquote type="cite" class="quoted-plain-text"><a href="https://mailman.speleo.sk/listinfo/therion" rel="noreferrer" data-mce-href="https://mailman.speleo.sk/listinfo/therion">https://mailman.speleo.sk/listinfo/therion</a></blockquote>_______________________________________________<br>Therion mailing list<br><a href="mailto:Therion@speleo.sk" data-mce-href="mailto:Therion@speleo.sk">Therion@speleo.sk</a><br><a href="https://mailman.speleo.sk/listinfo/therion" rel="noreferrer" data-mce-href="https://mailman.speleo.sk/listinfo/therion">https://mailman.speleo.sk/listinfo/therion</a><br></span></div></div></blockquote></div><div class="_stretch"><span class="body-text-content">_______________________________________________<br>Therion mailing list<br><a href="mailto:Therion@speleo.sk" data-mce-href="mailto:Therion@speleo.sk">Therion@speleo.sk</a><br><a href="https://mailman.speleo.sk/listinfo/therion" data-mce-href="https://mailman.speleo.sk/listinfo/therion">https://mailman.speleo.sk/listinfo/therion</a><br></span></div></div></blockquote></div></body></html>