Paul Hammond : 1999
321.4 m surveyed this year.
Other years: | 1996 | 1999
Table of all trips and surveys aligned by date
Date | Trips | Surveys | |||
---|---|---|---|---|---|
July 26, 1999 | 136 - Carry on to check out the Overrun | 1623-136 | |||
July 27, 1999 | Base Camp - Hydrospeeding Hilde's River | ||||
July 30, 1999 | Loser Plateau - Surface bumbling around 136 etc | ||||
Aug. 1, 1999 | 40 - Go look in Eishöhle | 1623-40 | deviant | inst notes pics tape | 91.2 m |
-- | oldway | inst notes pics tape | 42.5 m | ||
Aug. 2, 1999 | 40 - Eishöhle | 1623-40 | uuaway | inst notes pics tape | 60.1 m |
Aug. 3, 1999 | 209 | inst notes pics tape | 0.0 m | ||
-- | 136shelf | inst notes pics tape tape | 0.0 m | ||
Aug. 5, 1999 | 40 - Eishöhle | 1623-40 | eiscream | inst inst notes pics tape tape tape | 127.5 m |
-- | eiscream | inst inst notes pics tape tape tape | 127.5 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!