Chris Smith : 2010
471.3 m surveyed this year.
Other years: | 2010 | 2011
Table of all trips and surveys aligned by date
Date | Trips | Surveys | |||
---|---|---|---|---|---|
Aug. 2, 2010 | Tunnocks Rigging | ||||
Aug. 7, 2010 | Tunnocks, Stone Monkey | fallempire | inst notes tape | 24.9 m | |
Aug. 8, 2010 | Tunnocks HL | sovein | inst notes notes | 114.1 m | |
Aug. 10, 2010 | konigsberg3 | inst notes | 95.3 m | ||
Aug. 12, 2010 | sovein2 | inst notes | 50.6 m | ||
-- | downtoearth | inst notes | 19.7 m | ||
Aug. 13, 2010 | Tunnocks | konigsberg4 | inst notes | 82.7 m | |
-- | konigsberg5 | inst notes | 84.0 m |
Horrible bug here but only when there is more than one survex block per day, e.g. see Wookey 1999 where there are 3 eiscream survex blocks on 5th August. it duplicates the entry but gets it wrong. The length from the first block is displayed twice but there should be 3 rows: eiscream, eiscream2, eiscream3.
Fortunately it is just this display on this page which is wrong: no bad calculations get into the database.
The interaction of django database query idioms with django HTML templating language is a bit impenetrable here.
- The template is in troggle/templates/personexpedition.html
- The code is in function personexpedition() which calls
GetPersonChronology() in troggle/core/views_logbooks.py
- the connection between the two is made in the URL resolver in troggle/urls.py
To be fixed!