diff --git a/handbook/troggle/scriptsqms.html b/handbook/troggle/scriptsqms.html index 66a2c64ff..cd7b176a4 100644 --- a/handbook/troggle/scriptsqms.html +++ b/handbook/troggle/scriptsqms.html @@ -64,6 +64,17 @@ It has been retired because the mapping software packages it used were terminall
QMs all use the same QM description conventions. +
Troggle troggle/parsers/survex.py currently parses and stores all the QMs it finds in survex files. The tables where the data
+is put are listed in the current data model. For ticking them off we have only protoype code: adding an extra line
+in the survex file of the format
+
+e.g.
+QMnn TICK date comment
+as illustrated in
+2015-15A
+in 258/flashhard2.svx.
+
QM15 TICK 2022-07-20 This is a dummy ticked QM
Troggle currently reports QMs separately collated for three historic caves and also imports all the QMs inside survex files. Thus a recent cave such as 1623-264 (Balkhöhle) will only show QMs imported from the survex files: @@ -170,9 +181,6 @@ The 2019 copies are online in /expofiles/: This will work on all survex *.svx files even those which have not yet been run through the troggle import process.
Phil says (13 April 2020): "The generated files are not meant to be served by the webserver, it's a tool for people to run locally. Someone could modify it to create HTML output (or post-process the CSV output to do the same), but that is work still to be done." -
Troggle troggle/parsers/survex.py currently parses and stores all the QMs it finds in survex files. The tables where the data -is put are listed in the current data model but there is no code (or even a design) for ticking them off.