{% extends "base.html" %} {% block title %}Survex files which have no wallets{% endblock %} {% block content %}

'Wild' Survex files

These are survex files which have NO ATTACHED WALLET.
i.e. they have a survex block (begin..end) with no *REF line which refers to the wallet holding the raw data for that block of data. {% for sb in svxwild %} {% endfor %}
survex block with no *refdateparent blockwithin survex filesurveyed lengthteam
{{ sb }} {{sb.date }} {{sb.parent }} {{sb.survexfile.path}} {{sb.legslength|floatformat:"1g" }}m {{sb.team|truncatechars:50 }}

So we are missing {{wildlength|floatformat:"0g"}}m of surveyed cave from our wallet records.

If the "team" field is empty, it probably means that the survex file has been created since the last database reset.
If the parent block says "troggle _unseens" or "None" then the survex file has not been plumbed in to the expo survex network yet.
If there is a *ref line of the correct format, then maybe that wallet has not been created yet. Create it, and fill in the data.

Length of survex data referenced by wallets in this year {{walletslength|floatformat:"0g"}}m.

{% for legs in legsbyexpo %} {% endfor %}
YearSurvex
Survey
Blocks
Survex
Survey Legs
Survex
length(m)
{{legs.0}} {{legs.0.survexblock_set.all|length}} {{legs.1.nsurvexlegs|rjust:"10"|floatformat:"0g"}} {{legs.1.survexleglength|floatformat:"0g"}}

These are uncorrected tape lengths which include pitches and duplicates but exclude splays or surface-surveys.

One Survex Survey Block is one *begin/*end block of data in a survex file. Some files from other caving clubs may have a convention of using many more blocks per file than we do, e.g. if the file is exported from other software into survex format. {% endblock %}