{% extends "base.html" %} {% block title %}Expo survey statistics{% endblock %} {% block content %}
{{ expoCount }} expeditions: {{ personCount }} people, {{ caveCount }} caves, {{ walletsCount }} wallets and {{ logbookEntryCount }} logbook entries.
Number of survey legs: {{adduplegs}}
Total length: {{adduplength}} km adding up the total for each year.
These lengths are not authoritative.
These are uncorrected tape lengths.They are uncorrected because they are lengths before any loop-closure corrections done by survex and because they include duplicated surveys. These numbers include pitches but exclude splays or surface-surveys.
Authoritative survey lengths for each cave, as explored by expo participants, are calculated using a script which
| Year | Survex Survey Blocks | Survex Survey Legs | Survex length(m) | Cavers | Non-cavers | meters/caver |
|---|---|---|---|---|---|---|
| {{legs.0}} | {{legs.0.survexblock_set.all|length}} | {{legs.1.nsurvexlegs|rjust:"10"|floatformat:"0g"}} | {{legs.1.survexleglength|floatformat:"0g"}} | {{legs.1.people|floatformat:"0g"}} | {{legs.1.tourists|floatformat:"0g"}} | {{legs.1.success|floatformat:"1g"}} |
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, but each block is recorded on a single day.
The number of cavers excludes those attending who were not caving. This is something of a distortion as non-cavers may still be doing useful expo-related work such as prospecting, ferrying gear and preparing food. Non-cavers also include the bier tent and Rover Richardson, see the folk list for details. {% endblock %}