<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">25. 11. 2019 v 11:33, Torsten Schnitter via Therion <<a href="mailto:therion@speleo.sk" class="">therion@speleo.sk</a>>:</div><br class="Apple-interchange-newline"><div class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">There is a website where you can transform this kml data to surface data. You will get an endless list with stations and added surface altitude. The website is<span class="Apple-converted-space"> </span></span><a href="http://www.gpsvisualizer.com/" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">www.gpsvisualizer.com</a><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">I can't remember how to get the final file but there was still some work to do on that file.</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""></div></blockquote></div><br class=""><div class="">I just experimented a bit with gpsvisualiser:</div><div class=""><br class=""></div><div class="">1.export model in format .kml</div><div class="">2. manually remove altitude from station coordinates between commands <LineString><coordinates> </coordinates></LineString>. Quite easy with help of spreadsheet. Don’t forget to add first row with headers and column with names of stations. Export as .csv (coma delimited data) file.</div><div class=""><br class=""></div><div class=""><div class="">name,longitude,latitude</div><div class="">0,-86.23860000000001,37.72083333333334</div></div><div class="">...</div><div class=""><br class=""></div><div class="">3. use this page <a href="https://www.gpsvisualizer.com/elevation" class="">https://www.gpsvisualizer.com/elevation</a> - where you may find altitude of surface above lat-long coordinates of stations from DEM model.</div><div class="">4. export .txt file</div><div class=""><br class=""></div><div class=""><img height="87" width="701" apple-width="yes" apple-height="yes" apple-inline="yes" id="297F4058-A01D-4ABF-B514-641B2A7101CD" src="cid:5F9E8513-AF2B-4C6C-99DE-17212134393D" class=""></div><div class="">The result should looks as this:</div><div class=""><span style="white-space: pre-wrap;" class=""><br class=""></span></div><div class=""><span style="white-space: pre-wrap;" class="">type latitude longitude altitude (m) name</span></div><div class=""><div class=""><pre style="word-wrap: break-word; white-space: pre-wrap;" class="">W 37.720833333 -86.238600000 211.1 0
W 37.720837031 -86.238605393 211.1 1
W 37.720852666 -86.238627797 210.9 2
W 37.720836572 -86.238632999 210.9 3
W 37.720859584 -86.238609790 210.9 4
W 37.720880946 -86.238602835 210.9 5
W 37.720906567 -86.238586683 210.8 6
W 37.720922277 -86.238569001 210.7 7
W 37.720941550 -86.238578853 210.5 8
W 37.720979796 -86.238600593 210.4 9</pre><div class="">5. convert data to valid .th file and generate .xvi file.</div></div></div><div class=""><br class=""></div><div class="">Martin</div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>