2020-03-01 22:22:21 +00:00
<!DOCTYPE html>
2018-07-17 19:55:39 +01:00
< html >
< head >
2020-03-01 22:22:21 +00:00
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
2018-08-18 12:23:44 +01:00
< title > CUCC Expedition Handboo - Survey software< / title >
2020-03-01 22:22:21 +00:00
< link rel = "stylesheet" type = "text/css" href = "../../css/main2.css" / >
2018-07-17 19:55:39 +01:00
< / head >
< body >
< h2 id = "tophead" > CUCC Expedition Handbook< / h2 >
< h1 > Installing surveying tools< / h1 >
< h2 > Survex< / h2 >
2020-03-01 22:22:21 +00:00
< p > The main software we use to process cave data and surface surveys is < strong > survex< / strong >
2018-07-17 19:55:39 +01:00
which has been written over several decades by CUCC cavers.
2020-03-01 22:22:21 +00:00
The first version was written during the 1990 Expo in Austria in the old potato hut.
A < a href = "../survexhistory96.htm" > history of survex< / a > article was published in Cambridge Underground 1996. It covers the period 1988-1996.
2019-02-26 16:17:50 +00:00
2018-07-17 19:55:39 +01:00
< p > Download the survex package here: < a href = "https://survex.com/" > www.survex.com< / a > and install it.
< p > You will discover that the application installed is actually called "aven" but do not be concerned.
This is what you will use to visualise .svx files as beautiful cave centre-line surveys.
< p > If you are entering new survey data from a new cave, you will also need either
2021-04-11 01:25:13 +01:00
< a href = "https://github.com/CaveSurveying/tunnelx" > TunnelX< / a > or
2018-07-17 19:55:39 +01:00
< a href = "https://therion.speleo.sk/" > Therion< / a > to
convert your sketches into actual plan and elevation presentation-quality surveys.
< h2 > TunnelX< / h2 >
< p > Tunnel was written by < a href = "http://expo.survex.com/folk/l/jtodd.htm" > Julian Todd< / a > (18 Austrian expos since 1989). It allows the generation of full 3D models of cave passages which can be viewed using a VRML browser.
< p >
2021-04-11 01:25:13 +01:00
< a href = "/expofiles/tunnelwiki/wiki/pages/A_walk_through_tunnel.html" > TunnelX detailed wiki documentation (old)< / a > .
2018-07-17 19:55:39 +01:00
< h2 > Therion< / h2 >
2020-07-01 17:38:43 +01:00
< a href = "../l/therion-dataflow.html" > < img class = "onright" src = "../t/therion-dataflow.jpg" > < / a >
< br >
2018-07-17 19:55:39 +01:00
2020-07-01 17:38:43 +01:00
< p > Article by Wookey: < a href = "/expofiles/documents/therion-cp33.pdf" > < em > Drawing Surveys with Therion< / em > < / a > (Compass Points, March 2004)
< p >
< a href = "https://therion.speleo.sk/" > Therion website< / a >
2018-08-18 12:23:44 +01:00
< h2 > GPS stuff< / h2 >
< p > GPS is increasingly important for all the surface work.
2018-07-17 19:55:39 +01:00
2018-08-18 12:23:44 +01:00
< p >
< a href = "https://wiki.openstreetmap.org/wiki/GpsPrune" > GPS Prune< / a > is a vitally useful utility.
2019-11-20 02:54:50 +00:00
< h2 > Digital recording underground< / h2 >
< p >
< a href = "https://sites.google.com/site/speleoapps/home" > TopoDroid< / a > is an Open Source Android app to make cave surveys with the DistoX.
TopoDroid is an Open Source Android app to make cave surveys with the DistoX.
< p >
Features:
< pre >
* communication with the DistoX device(s),
* support A3 and X310 DistoX * data stored in a SQLite DB.
* surveys management: stations entry, notes and comments.
* exported survey formats: Therion, Compass, Survex, VisualTopo, DXF, csv.
* imported survey formats: Therion.
* sketch drawing, Therion-wise with points (symbols), lines and areas. Saved as th2 files, PNG images, and DXF files.
* user-defined drawing symbols.
* save whole survey as ZIP archive, and restore from it.
* 3D display (using Cave3D). * photoes and GPS localization (using GPSaverage).
* internal sensors measures and external measures. * DistoX calibration.
< / pre >
2018-08-18 12:23:44 +01:00
< h2 > Other old stuff< / h2 >
< p >
< a href = "https://code.google.com/archive/p/loch/" > Loch< / a > This is fork off of Therion's loch program.
The goal is to model Cave systems in 3d and have a high degree
of interaction between the user and the information.
2019-11-20 02:54:50 +00:00
There is currently no working version and it has not been updated since 2007.
2018-08-18 12:23:44 +01:00
< p >
< a href = "https://code.google.com/archive/p/topolinux/" > TopoLinux< / a >
2019-11-20 02:54:50 +00:00
consists of cave surveying applications for Linux PC and Android devices. Apparently superseded by TopoDroid and other tools on that website.
2018-08-18 12:23:44 +01:00
< p >
< a href = "https://code.google.com/archive/p/psurvex/" > psurvex< / a >
2020-03-05 23:19:47 +00:00
"A Survex compatible cave survey data processor for Psion palmtop computers" by Matt Ryan, 2004.< br / >
2018-08-18 12:23:44 +01:00
My task was to write a new program which could read the data from an external file,
ideally one which resembled a .svx file as much as possible.
Psurvex supports
only a subset of the .svx file format but the same file should process in Survex
without any problems. You need to write a .svx file and save it somewhere on your machine.
This program will then process the file and create a second file containing a list of
points for plotting on graph paper and some statistics about your survey.
2018-07-17 19:55:39 +01:00
< hr / >
< / body >
< / html >