mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-25 08:41:54 +00:00
How to make essentials.gpx
This commit is contained in:
parent
27489ffbf0
commit
3a176a3255
@ -138,7 +138,13 @@ by the script which has been hand-edited in. It also has the kataster boundaries
|
|||||||
can be downloaded from here : <a href="essentials.gpx" download>essentials.gpx</a> (190K).
|
can be downloaded from here : <a href="essentials.gpx" download>essentials.gpx</a> (190K).
|
||||||
(This is a symlink to loser/gpx/essentials.gpx). This works fine on laptops but most phones don't like this sort of link.
|
(This is a symlink to loser/gpx/essentials.gpx). This works fine on laptops but most phones don't like this sort of link.
|
||||||
|
|
||||||
|
<h3>Regenerating the essentials.gpx file</h3>
|
||||||
|
<p>There are two scripts needed for this:
|
||||||
|
<a href="troggle/scriptscurrent.html#gps">make_essentials.sh</a> and
|
||||||
|
<a href="troggle/scriptscurrent.html#surface">make_svx.sh</a>
|
||||||
|
both of which are stored in the <var>:loser:</var> repository in :loser:/gpx/ .
|
||||||
|
<p>Read the <a href="troggle/make-essentialsREADME.txt">README</a> file in that directory.
|
||||||
|
<p>They are documented in the long list of <a href="troggle/scriptsother.html">Other scripts</a>.
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<ul id="links">
|
<ul id="links">
|
||||||
|
35
handbook/troggle/make-essentialsREADME.txt
Normal file
35
handbook/troggle/make-essentialsREADME.txt
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
The folders for each year are for general gpx files from recorded tracks,
|
||||||
|
which will be included as surface legs in all.svx.
|
||||||
|
gpx_publish is for creating exportable files to personal gps devices or smart phones.
|
||||||
|
|
||||||
|
The master copy of this file is kept at :loser:/gpx/README
|
||||||
|
|
||||||
|
To add a new GPS tracklog or waypoint file:
|
||||||
|
|
||||||
|
0. Read the Handbook on this http://expo.survex.com/handbook/essentials.html
|
||||||
|
which may be more up to date than this README
|
||||||
|
|
||||||
|
1. Download the .gpx file(s) from your GPS. (On modern Garmin GPSes this is done
|
||||||
|
by connecting the GPS using a USB cable and then copying the relevant files
|
||||||
|
from the "GPX" directory inside the "Garmin" directory on the USB disk.)
|
||||||
|
|
||||||
|
2. Create a new directory for the year if required (following the "2018"
|
||||||
|
example) in the "gpx" subdirectory of the dataset. Put the .gpx file(s) in the
|
||||||
|
year directory. They need to be renamed so as to follow our naming convention
|
||||||
|
(see the "2018" directory). No formal distinction needs to be made between
|
||||||
|
files containing tracklogs and files containing waypoints (or a mix of the
|
||||||
|
two).
|
||||||
|
|
||||||
|
3. Update (or create if currently absent) the additional_info.svx file in
|
||||||
|
the year directory following the 2018 example. This is the place to rename
|
||||||
|
stations to follow normal conventions and to mark waypoints as entrances,
|
||||||
|
etc. The file must be present even if empty.
|
||||||
|
|
||||||
|
4. Open a terminal in this directory and run the make_svx.sh script. This
|
||||||
|
requires the gpx2survex program (https://github.com/mshinwell/gps2survex;
|
||||||
|
installation instructions to follow).
|
||||||
|
|
||||||
|
5. Run "cavern all.svx" at the toplevel then "aven all.3d". Check that the
|
||||||
|
tracks appear as expected when fixed points / surface surveys are enabled.
|
||||||
|
|
||||||
|
6. Commit everything to hg and push.
|
@ -58,6 +58,9 @@ The design of these files is intended to confine all changes year to year to the
|
|||||||
<h4 id="gps">make_essentials.sh</h4>
|
<h4 id="gps">make_essentials.sh</h4>
|
||||||
<p>In :loser:/gpx/
|
<p>In :loser:/gpx/
|
||||||
<p>Makes essentials.gpx - see <a href="../essentials.html">GPS on expo</a>.
|
<p>Makes essentials.gpx - see <a href="../essentials.html">GPS on expo</a>.
|
||||||
|
This requires the gpx2survex program.
|
||||||
|
Get this from GitHub <a href="https://github.com/mshinwell/gps2survex">https://github.com/mshinwell/gps2survex;</a>
|
||||||
|
<p>Read the <a href="troggle/make-essentialsREADME.txt">README</a> file in :loser:/gpx/y.
|
||||||
<p>Someone needs to document this and and make_svx.sh properly.
|
<p>Someone needs to document this and and make_svx.sh properly.
|
||||||
|
|
||||||
<h4 id="surface">make_svx.sh</h4>
|
<h4 id="surface">make_svx.sh</h4>
|
||||||
|
Loading…
Reference in New Issue
Block a user