{% extends "base.html" %} {% block title %}One Cave 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. {% include 'wallet_new.html' %}
This lists all the files in a wallet, some of which may not be for this specific cave.
See also wallets
Total underground survey length: {{length_ug|floatformat:"1g"}} m (checksum: {{length_ug|floatformat:"1g"}} )
Note that this is for all the wallets listed above, which includes those which are surveys of different caves not just {{cave}}.
If you want accurate cave lengths for {{cave}}, go to the primary survex file for this cave
and click on the "Run 'cavern' on this SVX file" button at the bottom of the page.
| Wallet | Wallet Date | Wallet Name | People | Scans | Survex blocks | Drawings using these scans |
|---|---|---|---|---|---|---|
| {{wallet.walletname}} | {% if wallet.walletdate %}{{wallet.walletdate}}{% else %} {% endif %} | {% if wallet.name %}{{wallet.name|truncatechars:20}}{% else %}{% if wallet.displaynames %} {% for dn in wallet.displaynames %}{{dn}}{%if not forloop.last %}, {% endif %} {% endfor %}{% else %} {% endif %}{% endif %} | {% if wallet.slugpeople %} {%for p in wallet.slugpeople%}{{p.fullname}}{%if not forloop.last %}, {% endif %}{% endfor %} {% endif %} {%for p in wallet.peeps%} {{p.fullname}}{%if not forloop.last %}, {% endif %} {% endfor %} | {{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 %} |