{% extends "base.html" %} {% block title %}One Person Survey scans folders (wallets){% endblock %} {% block content %}
Each wallet contains the scanned original in-cave survey notes and sketches of plans and elevations. It also contains scans of centre-line survex output on which hand-drawn passage sections are drawn. These hand-drawn passages will eventually be traced to produce Tunnel or Therion drawings and eventually the final complete cave survey.
See also wallets
Wallet | Wallet Date | Cave | Wallet Name | S | C | Q | N | P | E | T | W |
---|---|---|---|---|---|---|---|---|---|---|---|
{{wallet.walletname}} | {{wallet.date}} | {{wallet.cave}} | {{wallet.name}} |
Wallet | Wallet Date | Wallet Name | Other People | Cave | Scans | Survex blocks | Drawings using these scans |
---|---|---|---|---|---|---|---|
{{wallet.walletname}} | {{wallet.date}} | {{wallet.name}} | {{wallet.persons}} | {{wallet.cave}} | {{wallet.singlescan_set.all|length}} | {% for survexblock in wallet.survexblock_set.all %} {{survexblock}} {% endfor %} |
{% for drawing in wallet.drawingfile_set.all %}
{{drawing.dwgpath}} {% empty %} (no Tunnel drawings found: but there might be Therion drawings) {% endfor %} |