2020-04-02 21:40:30 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2020-04-03 01:06:35 +01:00
|
|
|
<title>Handbook Troggle Maintenance</title>
|
2024-02-09 00:01:17 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
|
2020-04-02 21:40:30 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-04-22 19:37:10 +01:00
|
|
|
<style>body { background: #fff url(/images/style/bg-system.png) repeat-x 0 0 }</style>
|
2020-04-02 21:40:30 +01:00
|
|
|
<h2 id="tophead">CUCC Expedition Handbook</h2>
|
2020-04-03 01:06:35 +01:00
|
|
|
<h1>Troggle - Fixing things that break</h1>
|
|
|
|
<p>The guide to the parser-model-view architecture is in the architecture document.
|
|
|
|
<p><em>This page will describe the usual things that go wrong: the parsers that break when
|
2020-07-10 02:51:53 +01:00
|
|
|
faced with user-generated data and how to fix them. Common error messages. </em>
|
2020-04-03 01:06:35 +01:00
|
|
|
<p>It concentrates on showing how to find and fix import errors so that the troggle-generated webpages are complete and not full of gaps.
|
2022-02-19 21:00:28 +00:00
|
|
|
|
2020-07-10 02:51:53 +01:00
|
|
|
<p><b>Intended audience:</b> Ideally someone who is not a python programmer will be able to use this page to help them
|
|
|
|
fix import errors by re-editing the input files: survex, tunnel, or logbook.
|
2022-02-19 21:00:28 +00:00
|
|
|
|
2022-02-19 23:13:52 +00:00
|
|
|
<p>These are the useful diagnostic detailed data pages for finding mis-matched files. This page will show you how to use these together to find
|
|
|
|
data inconsistencies and to fix errors.<br>
|
2020-07-10 02:51:53 +01:00
|
|
|
<img border="1" class="onright" width="150px" src='tricky-troggle.jpg' alt='git logo'/></a>
|
2022-02-19 23:13:52 +00:00
|
|
|
<a href="/statistics">statistics</a> - survey legs and distances for each expo<br>
|
2020-07-10 02:51:53 +01:00
|
|
|
<a href="/survexfile/161">all data one cave</a> - all the survex data for one cave and who was on each trip<br>
|
|
|
|
<a href="/personexpedition/MartinGreen/2002">per-person caving</a> - list of logbook trips and surveys for one person<br>
|
|
|
|
<a href="/people">people</a> - who caved when and how much did they survey<br>
|
|
|
|
<a href="/logbookentry/2018-07-19/balkon-to-honeycomb-hangmans">logbook entry</a> - who, where and what<br>
|
2021-03-30 01:42:41 +01:00
|
|
|
<a href="/survey_scans/">survey_scans</a> - all wallets of scanned surveys and corresponding survex files<br>
|
2020-07-10 02:51:53 +01:00
|
|
|
<a href="/survey_scans/2014%252347/">per-wallet links</a> - links to scan files and survex files from one wallet<br>
|
2022-02-19 21:00:28 +00:00
|
|
|
<a href="/dwgfiles/">dwgfiles</a> - all the tunnel & therion drawings and the wallets and scanned images they derive from<br>
|
2020-07-10 02:51:53 +01:00
|
|
|
<br>
|
2022-02-19 23:13:52 +00:00
|
|
|
<a href="dataissues">Data issues</a> - where the data import errors and warnings are recorded<br>
|
2020-07-10 02:51:53 +01:00
|
|
|
<br>
|
|
|
|
Configuration aids when setting up on a new machine (move to main manual):<br>
|
|
|
|
<a href="/pathsreport">pathsreport</a> - debugging aid<br>
|
2021-03-30 01:42:41 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-04-02 21:40:30 +01:00
|
|
|
<hr />
|
2020-07-10 02:51:53 +01:00
|
|
|
|
2020-04-02 21:40:30 +01:00
|
|
|
Return to: <a href="trogintro.html">Troggle intro</a><br />
|
2020-07-27 01:42:09 +01:00
|
|
|
Troggle index:
|
|
|
|
<a href="trogindex.html">Index of all troggle documents</a><br />
|
2020-04-02 21:40:30 +01:00
|
|
|
<hr />
|
|
|
|
</body>
|
|
|
|
</html>
|