diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/statistics.html | 8 | ||||
-rw-r--r-- | templates/svxcavesingle.html | 2 |
2 files changed, 2 insertions, 8 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 %} diff --git a/templates/svxcavesingle.html b/templates/svxcavesingle.html index 64c867e..b2c1096 100644 --- a/templates/svxcavesingle.html +++ b/templates/svxcavesingle.html @@ -57,7 +57,7 @@ {% endfor %} </td> - <td>{{survexblock.totalleglength}}</td> + <td>{{survexblock.legslength}}</td> <td> {% for survextitle in survexblock.survextitle_set.all %} |