From 94733a06f0637237c11787be633ccabe148487c9 Mon Sep 17 00:00:00 2001 From: Expo on server Date: Sun, 1 Jan 2023 19:26:41 +0000 Subject: [PATCH] Remove svxvalid script and wallets.py description - online edit of handbook/troggle/scriptscurrent.html --- handbook/troggle/scriptscurrent.html | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/handbook/troggle/scriptscurrent.html b/handbook/troggle/scriptscurrent.html index a83f4ecfa..45ceda939 100644 --- a/handbook/troggle/scriptscurrent.html +++ b/handbook/troggle/scriptscurrent.html @@ -94,19 +94,6 @@ In :expoweb:/ . The documented workflow today does not need this, but that might It might do a key job. It is used by makefile above. Its job has almost certainly been superceded by the survex file parser in troggle. -

Survex files - reference checking

-

Survex files contain a reference to the wallet which contains the original survey notes for that surveyed passage. These sometimes have errors and also get out of date as caves get renamed when they get a kataster number issued. Each online survey wallet also has a reference to the survex file(s) which have been typed up from that data. -

Validating the references is checked by scripts check-svx.sh, check-refs.sh, check-refs.awk in the :loser: repository to produce svxvalid.html which lists mismatches between the svx files and the survey scan wallets. -

This is a horrible proof-of-concept hack that needs replacing with a proper python script instead of an assemblage of awk, bash and sed. - -

Drawings files - reference checking

-

Tunnel files contain references to the wallet which contained the original survey notes for that surveyed and drawn passage. -

The results of validation checks are in xmlvalid.html and generated by script check-xml.sh in the :drawings: repository. -

(Therion files would too, if people inserted "#Ref" comments. In which case the script would need improving.) -

Currently the intermediate data it works from has to be hand-generated so a proper parsing script needs to be written. - - -

create_dplong_table.py, cavestats and smklengths

@@ -202,14 +189,11 @@ Also in the :loser:fixedpts/scripts/convert_shx/ folder is a 135-line short scri

Wallets

-

Obsolete. Functions integrated into troggle in July/August 2022. -

Online wallets are initially maintained using the wallets.py script, but troggle also directly imports all the expofiles/surveyscans/ directories of scanned survey notes and produces reports on them. There are several bash and python scripts in the surveyscans directory to create wallets for the coming year, and to re-run the wallet processing on all past years (for when we improve the script). For 2021 we have converted wallets.py to python3, so be careful of older versions which are python2. -

There were also scp-index-pages.sh and allwallets.py . A reference set used to live in :expoweb:/noinfo/scripts/walletscripts/ as well as the active copies in /expofiles/surveyscans/ . +

Obsolete. Functions in wallets.py were integrated into troggle in July/August 2022.

logbk.pl

Obsolete.

This function is now done by the troggle input parsers. -

[for historic interest only]

make-indxal4.pl

Obsolete.