mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-05-22 19:26:05 +01:00
69 lines
2.5 KiB
HTML
69 lines
2.5 KiB
HTML
{% extends "cavebase.html" %}
|
|
|
|
{% block title %}New Cave & Entrance & Wallet Update Form{% endblock %}
|
|
|
|
{% block extraheaders %}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>New Cave {{cave_id}} & Entrance & Wallet Update</h1>
|
|
|
|
<h2>Instructions</h2>
|
|
<p>If you have not done this before, read <a href="/handbook/survey/newcave.html">New Cave Process</a>.
|
|
|
|
|
|
|
|
<h2>{{area}}/{{cave_name}} <em>{{name}}</em> </h2>
|
|
|
|
|
|
<h4>Entrance photos and description</h4>
|
|
Edit the Entrance <a href="/{{cave_id}}:{{cave_id}}_entrance_edit">{{cave_name}}</a>
|
|
to upload the photos<br />
|
|
|
|
<h4>Wallet on {{date}}</h4>
|
|
Edit the Wallet <a href="/survey_scans/{{wallet_url}}/">{{wallet}}</a>
|
|
to upload the screenshot(s) of the GPSTest screen in situ<br />
|
|
and scanned hand-drawn sketches of the entrance location.
|
|
|
|
<h4>GPS track upload</h4>
|
|
Upload GPX files into <a href="/gpxupload/{{year}}">/gpslogs/{{year}}/</a>
|
|
|
|
<h4>Survex file upload</h4>
|
|
Cut & paste it in here <a href="/survexfile/caves-{{area}}/{{cave_name}}/{{cave_name}}.svx">
|
|
caves-{{area}}/{{cave_name}}/{{cave_name}}.svx</a>
|
|
|
|
<h4>Logbook entry on {{date}}</h4>
|
|
If you have already created a logbook entry then it will be listed below under "On this day"
|
|
and you can click on the link to edit and add to it.<br >
|
|
Otherwise, create <a href="/logbookedit/{{year}}">new logbook entry</a>
|
|
<p>Instructions for making <a href="/handbook/logbooks.html">a new logbook entry</a>.
|
|
|
|
<h4>Cave description {{area}}/{{cave_name}}</h4>
|
|
[This is crashing with duplicate caves found when newly created - fix!]<br />
|
|
🚧 under construction
|
|
<p>Edit data for the <a href="{%url 'edit_cave' area cave_id%}">{{cave_name}}</a>
|
|
cave itself.
|
|
|
|
<h3>On this day</h3>
|
|
<span style="font-family: monospace; font-size: 120%; ">
|
|
{{date}}<br />
|
|
{% include 'onthisdate.html' %}
|
|
</span>
|
|
<h3>Already done:</h3>
|
|
|
|
<ul>
|
|
<li>Inserted a <span style="font-variant: small-caps;">fixed point</span> *fix record
|
|
<li>Created a new Cave record
|
|
<li>Created a new Entrance record on that Cave
|
|
<li>Written and committed those to permanent files.
|
|
</ul>
|
|
|
|
</p>
|
|
<h4>Why we asked for the time the GPS was recorded</h4>
|
|
<p>Because ionospheric disturbance happens on a scale of an hour or so, every few hours,
|
|
and is local to an area about ~50km in size. If we continuously record the GPS position
|
|
of the potato hut during the expo then we will know if the GPS
|
|
position of this cave entrancce was recorded during one of these "bad" periods.</p>
|
|
<p>Go back and re-record the GPS position the next day at the exact same point and put that data in the logbook.</p>
|
|
{% endblock %}
|