diff options
Diffstat (limited to 'templates/statistics.html')
-rw-r--r-- | templates/statistics.html | 8 |
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 %} |