Tom Handford : 2006
433.0 m surveyed this year.
Other years: | 2006
Wallet status | 2006
Table of all trips and surveys aligned by date
Date | Trips | Surveys | |||
---|---|---|---|---|---|
July 16, 2006 | Loser Plateau - Carrying lots of Stuff | Loser Plateau | |||
July 18, 2006 | Loser Plateau - More carrying lots of stuff | Loser Plateau | |||
July 19, 2006 | 204 - Carrying + first push of expo | 204 | |||
-- | Surface stuff | UNKNOWN | |||
July 20, 2006 | 204 - Random Pitch Series in Great Oak | 204 | greatoak2 | 14.8 m | |
-- | riverdance | 44.1 m | |||
July 21, 2006 | 204 - More Pitches in Great Oak + Cave Tree | 204 | riverdance2 | 20.9 m | |
July 22, 2006 | More surface stuff | UNKNOWN | |||
July 24, 2006 | Tunnocks Trips | UNKNOWN | tagbolta | 0.0 m | |
July 26, 2006 | 2 | 163.2 m | |||
-- | tagboltb | 0.0 m | |||
Aug. 1, 2006 | Tunnocks | UNKNOWN | ribsknodel | 138.3 m | |
Aug. 2, 2006 | ribsknodel2 | 51.7 m |
Horrible bug here but only when there is more than one survex block per day, or is there ?!
WHat we thought was the bug: 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.
The interaction of django database query idioms with django HTML templating language is a bit impenetrable here.
I blame Aaron Curtis who was too fond of being clever with the Django templating system
instead or writing it in python anyone could understand.
- The template is in troggle/templates/personexpedition.html
- The code is in function personexpedition() which calls
get_person_chronology() in troggle/core/views/logbooks.py
- the connection between the two is made in the URL resolver in troggle/urls.py
To be fixed!
What we now know
The eiscream.svx file does indeed record 3 blocks: eiscream, eiscream2 & eiscream3. But (more) careful inspection shows that eiscream2 and eiscream3 are in the year 2000, not in 1999. So they absolutely should not be shown here. So maybe everything is correct after all. (Well, apart from the duplication.)