{% extends "base.html" %} {% block title %}Expo statistics{% endblock %} {% block content %}

Expedition Statistics

{{ expoCount }} expeditions: {{ personCount }} people, {{ caveCount }} caves and {{ logbookEntryCount }} logbook entries.

Number of survey legs: {{nsurvexlegs}}
Total length: {{addupsurvexlength|stringformat:".1f"}} km adding up the total for each year.

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

This is work in progress (March 2023): the underground survey length does not match that in e.g. wallets for 2018 probably because ARGE surveys are not in any of our wallets.

This includes ARGE and other surveys currently. It will be changed to only include lengths surveyed by valid Expo-attendees. {% 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"}}

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 %}