Wookey : 2018
66.1 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 | 2022
Wallet status | 1988 | 1989 | 1990 | 1991 | 1992 | 1993 | 1995 | 1996 | 1998 | 1999 | 2000 | 2002 | 2005 | 2007 | 2009 | 2011 | 2012 | 2013 | 2014 | 2015 | 2016 | 2018 | 2022
Table of all trips and surveys aligned by date
Date | Trips | Surveys | |||
---|---|---|---|---|---|
July 1, 2018 | plateau - Eiskelle - Surface Prospecting | plateau | |||
Aug. 2, 2018 | Tunnocks - testing to Balkonhöhle Connection - Part One | Tunnocks | |||
Aug. 3, 2018 | Tunnocks - testing to Balkonhöhle Connection - Part Two | Tunnocks | |||
Aug. 7, 2018 | FGH - try to connect to HB | FGH | gardeningschool | 66.1 m | |
Aug. 8, 2018 | Tunnocks - Resurvey trip down Tunnocks - 1 | Tunnocks | |||
-- | Tunnocks - Resurvey trip down Tunnocks - 2 | Tunnocks | |||
Aug. 9, 2018 | Eiskeller - Revisiting 2004-18 | Eiskeller |
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!