Wookey : 2014
175.8 m surveyed this year.
Other years: | 1988 | 1989 | 1990 | 1991 | 1992 | 1993 | 1995 | 1996 | 1998 | 1999 | 2000 | 2002 | 2005 | 2007 | 2009 | 2011 | 2012 | 2013 | 2014 | 2015 | 2016 | 2018
Wallet status | 1988 | 1989 | 1990 | 1991 | 1992 | 1993 | 1995 | 1996 | 1998 | 1999 | 2000 | 2002 | 2005 | 2007 | 2009 | 2011 | 2012 | 2013 | 2014 | 2015 | 2016 | 2018
Table of all trips and surveys aligned by date
Date | Trips | Surveys | |||
---|---|---|---|---|---|
July 23, 2014 | Find 107, Start rigging in | UNKNOWN | |||
July 24, 2014 | More rigging in 107 | UNKNOWN | |||
July 25, 2014 | 3rd Rigging in Trip (107) | UNKNOWN | |||
July 26, 2014 | 3rd Rigging in Trip (107) | UNKNOWN | |||
July 29, 2014 | 107 - Gemshohle - Finalising Nipped Down rigging + Pushing lead in Southern China - "The Last TSA" | 107 | 1 | 39.9 m | |
July 30, 2014 | 107 - Gemshohle - The Last TSA, Climb N end of China | 107 | 2 | 136.0 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!