summaryrefslogtreecommitdiffstats
path: root/templates/statistics.html
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-07-04 13:31:46 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2020-07-04 13:31:46 +0100
commit5be41c8163e34dee5b3fcc38be5828e5973ed0e1 (patch)
tree33a0249af85e301fa44b0fb77b530ae845b01245 /templates/statistics.html
parent51d0daafdd6d1a41874eb4a797da1619960388ff (diff)
downloadtroggle-5be41c8163e34dee5b3fcc38be5828e5973ed0e1.tar.gz
troggle-5be41c8163e34dee5b3fcc38be5828e5973ed0e1.tar.bz2
troggle-5be41c8163e34dee5b3fcc38be5828e5973ed0e1.zip
splays and alias splays implemented
Diffstat (limited to 'templates/statistics.html')
-rw-r--r--templates/statistics.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/templates/statistics.html b/templates/statistics.html
index cd9bf4a..1ccab1d 100644
--- a/templates/statistics.html
+++ b/templates/statistics.html
@@ -10,18 +10,12 @@
<p>{{ expoCount }} expeditions: {{ personCount }} people, {{ caveCount }} caves and {{ logbookEntryCount }} logbook entries.
<p>Number of survey legs: {{nsurvexlegs}}<br />
-Total length: {{totalsurvexlength|stringformat:".1f"}} km added-up on importing survex files.<br />
Total length: {{addupsurvexlength|stringformat:".1f"}} km adding up the total for each year.</p>
-<p>These are raw tape lengths which include pitches, splays and surface-surveys. There is also some doubt that the parsing is
-correct so maybe some long lengths are misinterpeted: compass readings as tape-lengths for example: LoadSurvexDataCmd
-in parsers/survex.py would be a good place to start.
+<p>These are uncorrected tape lengths which include pitches and duplicates but exclude splays or surface-surveys.
<p>
This is work in progress (July 2020).
-<p>However the number of survey legs should be correct, and the by-year total <em>should</em> be
-the same as the by-file-import total.<br>Obviously there is still work to do.
-
<table>
<tr><th>Year</th><th>Survex<br>Survey<br>Blocks</th><th>Survex<br>Survey Legs</th><th>Total length<br>(m)</th></tr>
{% for legs in legsbyexpo %}