*fix and GPS

This commit is contained in:
2023-10-17 01:48:28 +03:00
parent 0a5016aead
commit 13e8122ded
8 changed files with 134 additions and 37 deletions

View File

@@ -18,11 +18,12 @@
</p>
<h3>Only one field is essential for Entrances</h3>
<p>There is only one essential field which must be there before the Submit button will work:
<h3>Only two field are essential for Entrances</h3>
<p>There are only two essential fields which must be there before the Submit button will work:
<ul>
<li><b>marking</b> e.g. Tag or Paint
<li><b>Marking</b> e.g. Tag or Paint
<li><b>Findability</b> e.g. Lost or Coordinates
</ul>
<p>See below for explanations.
@@ -57,7 +58,7 @@
<dl>
<dt>photo</dt>
<dd>Put an <img> tag in here, as for the cave description. See how images are managed for caves, and do the same thing for this entrance. <em>HTML freeform field.</em></dd>
<dd>Put an &lt;img&gt; tag in here, as for the cave description. See how images are managed for caves, and do the same thing for this entrance. <em>HTML freeform field.</em></dd>
</dl>
<dl>
<dt>marking</dt>
@@ -65,7 +66,7 @@
</dl>
<dl>
<dt>marking_comment</dt>
<dd>A text field: where is the tag? <em>HTML freeform field.</em></dd>
<dd>A text field: what colour paint? Where was the aluminium tag place?? <em>HTML freeform field.</em></dd>
</dl>
<dl>
<dt>Findability</dt>
@@ -79,39 +80,28 @@
<dt>Altitude (metres)</dt>
<dd>In old caves this will have been calculated in UTM coordinates. Enter your GPS value here (WGS84). Yes, altitudes are slightly different. This will be overwritten in due course by an altitude derived from the location and the lidar dataset.</dd>
</dl>
<dl>
<dt>Northing</dt>
<dd>calculated position in UTM</dd>
</dl>
<dl>
<dt>Easting</dt>
<dd>calculated position in UTM</dd>
</dl>
<dl>
<dt>latitude</dt>
<dd>Decimal degrees of longitude in WGS84 datum. To be entered when entrance is first found so that someone can find it again. Will be overwritten in due course by proper survey data which will be enforced to be consistent with the UTM position.</dd>
</dl>
<dl>
<dt>longitude</dt>
<dd>Decimal degrees of longitude in WGS84 datum. To be entered when entrance is first found so that someone can find it again. Will be overwritten in due course by proper survey data which will be enforced to be consistent with the UTM position.</dd>
<dd>Decimal degrees of longitude in WGS84 datum. To be entered when entrance is first found so that someone can find it again. This will be deleted here when a proper tag station or other station is created</dd>
</dl>
<dl>
<dt>tag_station</dt>
<dd>a survey station id. It has to be in a format similar to this: "1623.p204e" (for the 'e' entrance to cave 1623-204)</dd>
<dd>a survey station id. It has to be in a format similar to this: "1623.p204e" (for the 'e' entrance to cave 1623-204). This is where the aluminium ID tag is bolted at the entrance.</dd>
</dl>
<dl>
<dl>
<dt>exact_station</dt>
<dd>a survey station id. It has to be in a format similar to this: "1623.p204e" (for the 'e' entrance to cave 1623-204)[to be documented further - use Edit This Page!]</dd>
</dl>
<dl>
<dl>
<dt>other_station</dt>
<dd>a survey station id.It has to be in a format similar to this: "1623.p204e" (for the 'e' entrance to cave 1623-204) [to be documented further - use Edit This Page!]</dd>
<dd>a survey station id. It has to be in a format similar to this: "1623.p204e" (for the 'e' entrance to cave 1623-204) [to be documented further - use Edit This Page!]</dd>
</dl>
<dl>
<dt>other_description</dt>
<dd>[undocumented?] Filename?: the name of top-level description file for this cave, when a separate file is used. Used instead of above entrance_description field for large caves with complex descriptions. Blank if the description is in the 'underground_description' field. </dd>
<dd>Continuation of the description is in the 'underground_description' field if you have more to say. </dd>
</dl>
<dl>
<dt>bearings</dt>
@@ -119,10 +109,10 @@
</dl>
<dl>
<dt>url</dt>
<dd>Usually blank</dd>.
<dd>Leave blank. The correct value is computed.</dd>.
</dl>
<h4>ALternative data entry using a file</h4>
<h4>Alternative data entry using a file</h4>
<p>
There are template files for you to fill-in when creating new caves and entrance in the online system. You will need to be on a machine which has
<a href="../computing/keyexchange.html">keys installed</a> and you will need to know how to use git.