Survey process diagram

This commit is contained in:
Philip Sargent 2022-03-11 21:25:15 +00:00
parent dd6f9d49bf
commit a6b24483cf

View File

@ -58,7 +58,7 @@ actually do these things.
</ul>
<p>and either later or at the same time, you will be doing these other tasks
<ul>
<li>Upload your <a href="../gpxupload.html">GPS track</a> to the cave and file photos of the entrance
<li>Upload your <a href="../computing/gpxupload.html">GPS track</a> to the cave and file photos of the entrance
<li>Create a new folder in the file system for the wallet data
<li>Create a new folder in the file system for the survex data
<li>Create a "new cave entry" for the guidebook description
@ -73,9 +73,48 @@ a waterproof paper notebook. If instead you are using a PDA to record the surve
digitally for your first cave, don't. Use the paper process first, then when you are familiar
the overall process, look at the <a href="pdanotes.html">PDA additional notes</a>.
<h3>The Process in brief</h3>
<code><textarea id="steps" rows="39" cols="60">
New cave process
├── 1 Creating a new cave in the online system
│ ├── Prospecting introduction
│ ├── Survey handbook
│ ├── Cave Surveying training course slidepack
│ ├── Logbook write-up
│ ├── GPS track upload
│ ├── list of outstanding survey tasks
│ ├── PDA additional notes
│ └── How to use the scanner
├── 2 Creating a new survey wallet
├── 3 Creating a new survex file
│ ├── How to create a survex file - PDF - Brendan's guide
│ ├── From muddy book to survex plot
│ └── Adding QMs (Question Marks)
├── 4 Drawing up your survey
│ ├── How to use Tunnel - PDF - Brendan's guide
│ ├── Guide to using Tunnel - PDF - David Loeffler's guide
│ ├── Upload Drawings form
│ ├── the Uploads Folder
│ ├── uploads/my_new_subfolder
│ └── Cave Mapping - Sketching the Detail
├── 5 New rigging guide
├── 6 Creating a new cave in the online system
│ ├── new cave file method
│ │ ├──cave_data template
│ │ └──entrance_data template
│ ├── New Cave form
│ ├── Edit this cave
│ └── the full list of data-entry fields
├── 7 Creating a new entrance in the online system
│ └── Entrance entry page fields
│ ├──cave_data template
│ └──entrance_data template
├── 8 Next steps
Back in the UK</textarea></code>
<p>Now go the the next page in this sequence <a href="newwallet.html">Starting a new wallet"</a>.
<hr />
</body>