Nial Peters : 2008
350.3 m surveyed this year.
Other years: | 2004 | 2005 | 2007 | 2008 | 2011
Wallet status | 2004 | 2005 | 2007 | 2008 | 2011
Table of all trips and surveys aligned by date
Date | Trips | Surveys | |||
---|---|---|---|---|---|
July 18, 2008 | From Artic to Austria | Journey to Austria | |||
July 23, 2008 | High hopes rigging | 204 | |||
July 24, 2008 | High hopes pushing | 204 | ubantu | 26.9 m | |
July 27, 2008 | Tourist trip down 204E | 204 | |||
July 29, 2008 | Chocolate Salty Balls pushing | 204 | goodvibrations | 42.4 m | |
-- | zebedee | 15.4 m | |||
July 30, 2008 | Merry Fucking Christmas pushing (or not) | 204 | |||
Aug. 3, 2008 | Merry Fucking Christmas and beyond | 204 | pussyprance | 184.6 m | |
Aug. 9, 2008 | Tourist trip down 204d | 204 | |||
Aug. 10, 2008 | Pushing in sandpit | 204 | sandpit2 | 22.6 m | |
Aug. 11, 2008 | Pushing in sandpit | 204 | pingu | 58.5 m |
Horrible convoluted bug here, but only for some survex files. Mostly, a survex block is duplicated. But not always.
e.g. see Wookey 1999 where there are one eiscream survex block on 5th August in eiscream.svx
It duplicates it. Also on 4th Aug. there is only one block, but it gets shown twice.
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!