NewEntrance page

This commit is contained in:
Philip Sargent 2021-05-07 20:12:47 +01:00
parent 3f0746f780
commit f49f5d4c4e
9 changed files with 91 additions and 12 deletions

View File

@ -24,8 +24,8 @@ This page outlines step 6 of the survey production process. Each step is documen
- <a href="drawup.htm">4</a>
- <a href="newrig.html">5</a>
- <a href="caveentry.html">6</a>
- <a href="cavedescription.html">7</a>
</div>
- <a href="ententry.html">7</a>
- <a href="cavedescription.html">8</a></div>
<h2>Process</h2>
<p>
This page and those following describe the process for creating new
@ -156,7 +156,7 @@ So each field you fill in on the form may contain arbitrary HTML. Be careful!</p
<p>Back to the previous page in this sequence <a href="newrig.html">New rigging guide</a>.
<br />A side trip to see an explantion of all <a href="caveentryfields.html">the fields on the form</a>
<br />A side trip to see how to do this as a file upload process using git, the <a href="newcavefile.html">cave description data file</a>
<br />Now go the the next page in this sequence <a href="cavedescription.html">Write the full cave descriptions with diagrams</a>.
<br />Now go the the next page in this sequence <a href="ententry.html">Create a new Entrance record</a>.

View File

@ -251,6 +251,8 @@ about a metre or so.
<h2><a name="summary">Summary</a></h2>
<p>
[These are Olaf's view in 2012. This is no longer what we use! Today we use WGS84
latitude and logitude just as it appears on your phone or GPS. (Note added May 2021)]</p>
For all practical purposes I'd say, set your GPS receiver to UTM coordinates,
WGS84 ellipsoid, WGS84 datum. It will
usually spit out rather unspecific "heights above sea level", which are within
@ -280,6 +282,7 @@ latitude-longitude, UTM and data set coordinates:
<p><i>Olaf K&auml;hler, September 2012</i></p>
<hr />
<p>Return to <a href="coord2.html">GPS and coordinate systems</a>.
</body>
</html>

View File

@ -21,8 +21,8 @@ This page outlines step 4 of the survey production process. Each step is documen
- <a href="drawup.htm">4</a>
- <a href="newrig.html">5</a>
- <a href="caveentry.html">6</a>
- <a href="cavedescription.html">7</a>
</div>
- <a href="ententry.html">7</a>
- <a href="cavedescription.html">8</a></div>
<h2>Process</h2>
<p>
<h3>Drawing up your survey</h3

View File

@ -0,0 +1,64 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CUCC Expedition Handbook: Entrance data entry</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body>
<body>
<h2 id="tophead">CUCC Expedition Handbook - New Entrance data</h2>
<h1>Creating a new entrance in the online system</h1>
<h2>Great, I have discovered a new cave...</h2>
<p>If you have not come to this page from the sequence starting at <a href="newcave.html">Starting a New Cave"</a> then go and read that first.
<div style="width:100%;height:50px;background:#C8E1E2" align="center">
This page outlines step 7 of the survey production process. Each step is documented separately.<br />
<!-- Yes we need some proper context-marking here, breadcrumb trails or something.
Maybe a colour scheme for just this sequence of pages
-->
<a href="newcave.html">1</a>
- <a href="newwallet.html">2</a>
- <a href="newsurvex.html">3</a>
- <a href="drawup.htm">4</a>
- <a href="newrig.html">5</a>
- <a href="caveentry.html">6</a>
- <a href="ententry.html">7</a>
- <a href="cavedescription.html">8</a>
</div>
<h2>Process</h2>
<p>
This page follows directly on from creating a new cave. If you haven't read thos pages, please go back and do so.</p>
</p>
<h3>Two ways of creating a new entrance in the online system</h3>
<ul>
<li>Filling in the online form</li>
<li>Editing a file and uploading it</li>
</ul>
<p>exactly analogously to creating a new cave.</p>
<h2>Recommended procedure</h2>
<p>
As with a cave, you will find the process a lot easier to follow if you Edit an existing entrance first.
</p>
<h3>Edit Entrance form</h3>
<p>New in 2021 are fields for the latitude and logitude (WGS84 - the same as your GPS displays). These should be entred in degrees with decimals for fractions of a degree, e.g. 42.357 not 42 degress 21 minutes 25 seconds, or 42 degrees 21.42 minutes.
<p>In previous decades the location of an entrance was the <em>output</em> of a whole lot of surveying and position fixing (e.g. see <a href="lasers.htm">laser points</a>). Today, the location of an entrance is available by GPS at the <em>beginning</em> of the process. So we have these fields to record the data. [We don't yet have the code to automatically add these to the <var>essentials.gpx</var> download to be used for prospecting though.]
<h2>List of New Cave/Cave_data fields</h2>
<p>The full list of fields is documented: <a href="ententryfields.html">the full list of data-entry fields</a> when creating an entrance.
<hr />
<p>Back to the previous page in this sequence <a href="newrig.html">New rigging guide</a>.
<br />A side trip to see an explantion of all <a href="caveentryfields.html">the fields on the form</a>
<br />A side trip to see how to do this as a file upload process using git, the <a href="newcavefile.html">cave description data file</a>
<br />Now go the the next page in this sequence <a href="cavedescription.html">Write the full cave descriptions with diagrams</a>.
<hr />
</body>
<html>

View File

@ -10,6 +10,16 @@
<h2 id="tophead">CUCC Expo Surveying Handbook</h2>
<h1>Geographical fixed points on Loser</h1>
<h3>Note to readers in the 2020s</h3>
<p>While this page is mostly <em>correct</em>, it is most definitely not <em>current</em>.
It was written in 2001 and last seriously updated in 2006.
These days the Austrians use WGS84 GPS like eveyone else.
<p>For the nitty gritty about coordinate systems in Austria see:<br>
<a href="coord2.htm">GPS and coordinate systems</a><br>
<a href="coord.htm">Basic Coordinate Systems</a>.
<h3>Original description - Historical record</h3>
<p>The coordinate system used by the Austrian Kataster is called the
Gau&szlig; + Kr&uuml;ger Landeskoordinatensystem, which is supposedly
identical to the widely used Universal Transverse Mercator system (Gau&szlig;

View File

@ -35,7 +35,8 @@ This page outlines step 1 of the survey production process. Each step is documen
- <a href="drawup.htm">4</a>
- <a href="newrig.html">5</a>
- <a href="caveentry.html">6</a>
- <a href="cavedescription.html">7</a>
- <a href="ententry.html">7</a>
- <a href="cavedescription.html">8</a>
</div>
<h2>Process</h2>
<p>After 40 years or so, we have a well-defined process which you will need to learn.

View File

@ -31,8 +31,8 @@ This page outlines step 5 of the survey production process. Each step is documen
- <a href="drawup.htm">4</a>
- <a href="newrig.html">5</a>
- <a href="caveentry.html">6</a>
- <a href="cavedescription.html">7</a>
</div>
- <a href="ententry.html">7</a>
- <a href="cavedescription.html">8</a></div>
</ul>
<h2>Process</h2>
<p>

View File

@ -24,8 +24,9 @@ This page outlines step 3 of the survey production process. Each step is documen
- <a href="drawup.htm">4</a>
- <a href="newrig.html">5</a>
- <a href="caveentry.html">6</a>
- <a href="cavedescription.html">7</a>
</div>
- <a href="ententry.html">7</a>
- <a href="cavedescription.html">8</a>
</div>
<h2>Process</h2>
<p>In principle you do not need any software other than a text editor to create a survex file.
So you do not need to have installed survex on your laptop at this point.

View File

@ -24,8 +24,8 @@ This page outlines step 2 of the survey production process. Each step is documen
- <a href="drawup.htm">4</a>
- <a href="newrig.html">5</a>
- <a href="caveentry.html">6</a>
- <a href="cavedescription.html">7</a>
</div>
- <a href="ententry.html">7</a>
- <a href="cavedescription.html">8</a></div>
<h2>Process</h2>
<p>