Mike Richardson : 1994
273.5 m surveyed this year.
Other years: | 1984 | 1985 | 1987 | 1988 | 1989 | 1990 | 1992 | 1994 | 1995 | 1996 | 1997 | 1999 | 2000 | 2001 | 2009 | 2012
Table of all trips and surveys aligned by date
Date | Trips | Surveys | |||
---|---|---|---|---|---|
July 5, 1994 | 161 - rigging France | 1623-161 | |||
July 7, 1994 | 161 | 1623-161 | |||
July 10, 1994 | 161 - Driller Killer | 1623-161 | |||
July 14, 1994 | 161 | 1623-161 | |||
July 16, 1994 | 161 - Driller Killer | 1623-161 | vestaconn | inst tape notes | 35.0 m |
-- | nightsoil | inst tape notes | 238.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!