mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
QMs archeology in troggle
This commit is contained in:
parent
ee81e9a7ba
commit
a023133129
BIN
handbook/troggle/qm-image.jpg
Normal file
BIN
handbook/troggle/qm-image.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
@ -24,12 +24,12 @@ var { # to match <code> but inline
|
||||
</style>
|
||||
<h2 id="tophead">CUCC Expedition Handbook</h2>
|
||||
<h1>QMs and leads</h1>
|
||||
|
||||
tl;dr - use <em>svx2qm.py</em>. Look at the output at:<br>
|
||||
<a href="/expofiles/writeups/2019/qms2019.txt">qms2019.txt</a><br>
|
||||
<a href="/expofiles/writeups/2019/qms2019.csv">qms2019.csv</a><br>
|
||||
|
||||
<h2>QMs - the fourfold path</h2>
|
||||
<img class="onright" src ="qm-image.jpg" />
|
||||
<p>You will be familiar with <a href="../survey/qmentry.html">documenting newly found QMs</a> in the survex file when you type it in. But QMs are only useful if they can be easily scanned by people planning the next pushing trip. That's what we are discussing here.
|
||||
|
||||
<p>There are four ways we have used to manage QMs:
|
||||
@ -90,7 +90,20 @@ This will work on all survex *.svx files even those which have not yet been run
|
||||
|
||||
<h4 id="samqms">Sam's parser additions</a></h4>
|
||||
<p>Troggle <em>troggle/parsers/survex.py</em> currently parses and stores all the QMs it finds in survex files. The tables where the data is put are listed in <a href="datamodel.html">the current data model</a> including structure for ticking them off.
|
||||
<p>There is not yet a troggle report listing the QMs.
|
||||
|
||||
<p>There is a troggle template file :troggle:/templates/qm.html which is intended to become a useful outstanding QM report in future. Though since it was last edited in 2009, this does not seem to be on anyone's urgent task list.
|
||||
<p>Troggle has archaic URL recognisers in <var>:troggle:/urls.py</var> for:
|
||||
<ul>
|
||||
<li>/newqmnumber/ - crashes troggle
|
||||
<li>/getQMs/<caveslug> - crashes troggle
|
||||
<li>/cave/qms/ such that <a href="/cave/qms/1623-161/">/cave/qms/1623-161/</a> doesn't actually crash
|
||||
<li>/cave/<caveslug>-<year><qm_id>- crashes troggle
|
||||
<li>/cave/<cave-id>/qm.csv - to download a <var>qm.csv</var> file (NB not qms.csv) - crashes troggle
|
||||
<li>/downloadqms - crashes troggle
|
||||
</ul>
|
||||
So someone was busy at one time.
|
||||
|
||||
<p>There is not yet a troggle report listing the QMs which works.
|
||||
|
||||
<h2>QMs - monitoring progress</h2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user