From 0611c3f00fc17bf8fe100e1c19c0e95e985845f1 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 19 Sep 2022 21:54:51 +0300 Subject: documn improvements --- parsers/caves.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'parsers/caves.py') diff --git a/parsers/caves.py b/parsers/caves.py index 5b363b6..917bf53 100644 --- a/parsers/caves.py +++ b/parsers/caves.py @@ -82,6 +82,9 @@ def do_pending_cave(k, url, area): ''' default for a PENDING cave, should be overwritten in the db later if a real cave of the same name exists in expoweb/cave_data/1623-"k".html + + Note that at this point in importing the data we have not yet seen the survex files, so we can't + look inside the relevant survex file to find the year and so we con't provide helpful links. ''' slug = k @@ -98,7 +101,7 @@ def do_pending_cave(k, url, area): default_note += f"INSTRUCTIONS: First open 'This survex file' (link above the CaveView panel) to find the date and info. Then " default_note += f"

\n\n - (1) search in the survex file for the *ref to find a " default_note += f"relevant wallet, e.g.2009#11 and read the notes image files
\n - " - default_note += f"

\n\n - (2) search in the Expo for that year e.g. {k[0:4]} to find a " + default_note += f"

\n\n - (2) search in the Expo for that year e.g. 2009 to find a " default_note += f"relevant logbook entry, remember that the date may have been recorded incorrectly, " default_note += f"so check for trips i.e. logbook entries involving the same people as were listed in the survex file, " default_note += f"and you should also check the scanned copy of the logbook (linked from each logbook entry page) " -- cgit v1.2.3