{% extends "base.html" %} {% block title %}All Survey scans folders (wallets){% endblock %} {% block content %}

All Survey scans folders (wallets)

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.

Cave identifiers in italics are derived from the current setting in the metdata JSON file, otherwise they come from *ref statements in survex files as of the most recent data import.

See also wallets

{% for wallet in manywallets %} {% endfor %}
Scans folderFilesSurvex blocksCave
{{wallet.walletname}} {{wallet.singlescan_set.all|length}} {% for survexblock in wallet.survexblock_set.all %} {{survexblock}} {% endfor %} {% for c in wallet.caves.all %} {{c}} {% endfor %}
{% endblock %}