mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-21 23:01:55 +00:00
[svn r6514] Mainly link fettling; also added Makefile into CVS, and put in survey data stuff
This commit is contained in:
parent
1faaeeeff3
commit
c2a2024f5c
@ -53,9 +53,9 @@ lang="de-at"><a id="id122" href="../noinfo/1626/122.htm">Ufoschacht</a></b> or
|
||||
|
||||
<p>Two expeditions by <a href="../others/luss/index.htm">LUSS</a> in the late
|
||||
eighties explored caves on the 1623/1626 border, with all the significant finds
|
||||
lying in the 1626 area. These included <b lang="de"><a name="la11"
|
||||
href="la11.htm">Lungehöhle</a></b> -375m; <b lang="de"><a name="la12"
|
||||
href="la12.htm">Sternloch</a></b> -331m and <b lang="de"><a name="la34"
|
||||
lying in the 1626 area. These included <b lang="de"><a id="idla11"
|
||||
href="la11.htm">Lungehöhle</a></b> -375m; <b lang="de"><a id="idla12"
|
||||
href="la12.htm">Sternloch</a></b> -331m and <b lang="de"><a id="idla34"
|
||||
href="la34.htm">Ratselhöhle</a></b> -425m. Their access route was either
|
||||
from <span lang="de-at">Grundlsee</span> or via the Toll road - both ways
|
||||
around five hour walks-in.</p>
|
||||
|
86
Makefile
Normal file
86
Makefile
Normal file
@ -0,0 +1,86 @@
|
||||
# Makefile to run the various scripts needed once CVS updates have been performed.
|
||||
|
||||
dataset_path = dataset/loser
|
||||
surveydir_path = surveys
|
||||
cavern_flags = -qq -s
|
||||
tar_flags = -cz --exclude "*/CVS" --ignore-case -f
|
||||
svxtrace_cmd = python ../svxtrace.py
|
||||
|
||||
###########
|
||||
|
||||
everything: autogen_pages folklist 3dfiles tarfiles
|
||||
|
||||
###########
|
||||
|
||||
autogen_pages: indxal.htm
|
||||
|
||||
indxal.htm: noinfo/CAVETAB2.CSV noinfo/all.pos noinfo/make-indxal4.pl
|
||||
cd noinfo; perl ./make-indxal4.pl -q CAVETAB2.CSV
|
||||
|
||||
noinfo/all.pos: noinfo/all.3d
|
||||
3dtopos noinfo/all.3d noinfo/all.pos
|
||||
|
||||
###########
|
||||
|
||||
folklist: folk/index.htm
|
||||
|
||||
folk/index.htm: noinfo/folk.csv noinfo/make-folklist.py
|
||||
python noinfo/make-folklist.py < noinfo/folk.csv > folk/index.htm
|
||||
|
||||
###########
|
||||
|
||||
surveytable:
|
||||
cd $(surveydir_path); perl tablize-csv.pl Surveys.csv
|
||||
|
||||
# Output depends on entire contents of the survey tree; the script is
|
||||
# quite quick anyway so we might as well run it every time.
|
||||
|
||||
###########
|
||||
|
||||
3dfiles: noinfo/all.3d smkridge/204/204.3d smkridge/234/234.3d plateau/76/76.3d
|
||||
|
||||
noinfo/all.3d: $(shell $(svxtrace_cmd) $(dataset_path)/all)
|
||||
cavern $(cavern_flags) $(dataset_path)/all -o noinfo/all.3d
|
||||
|
||||
smkridge/204/204.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves/204/204)
|
||||
cavern $(cavern_flags) $(dataset_path)/caves/204/204 -o smkridge/204/204.3d
|
||||
|
||||
smkridge/234/234.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves/234/234)
|
||||
cavern $(cavern_flags) $(dataset_path)/caves/234/234 -o smkridge/234/234.3d
|
||||
|
||||
plateau/76/76.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves/76/76.svx)
|
||||
cavern $(cavern_flags) $(dataset_path)/caves/76/76 -o plateau/76/76.3d
|
||||
|
||||
###########
|
||||
|
||||
tarfiles: noinfo/all.tgz smkridge/204/surveydata.tgz smkridge/234/surveydata.tgz plateau/76/surveydata.tgz
|
||||
|
||||
noinfo/all.tgz: noinfo/all.3d
|
||||
tar $(tar_flags) noinfo/all.tgz $(dataset_path)
|
||||
|
||||
smkridge/204/surveydata.tgz: smkridge/204/204.3d
|
||||
tar $(tar_flags) smkridge/204/surveydata.tgz $(dataset_path)/caves/204
|
||||
|
||||
smkridge/234/surveydata.tgz: smkridge/234/234.3d
|
||||
tar $(tar_flags) smkridge/234/surveydata.tgz $(dataset_path)/caves/234
|
||||
|
||||
plateau/76/surveydata.tgz: plateau/76/76.3d
|
||||
tar $(tar_flags) plateau/76/surveydata.tgz $(dataset_path)/caves/76
|
||||
|
||||
# (tarfiles depend on 3d files to avoid running the
|
||||
# expensive $(shell ...) commands more than necessary.)
|
||||
|
||||
###########
|
||||
|
||||
clean:
|
||||
cut -d "," -f 6 noinfo/CAVETAB2.CSV | xargs rm -f
|
||||
rm -f indxal.htm folk/index.htm noinfo/all.pos
|
||||
rm -f noinfo/all.3d smkridge/204/204.3d smkridge/234/234.3d plateau/76/76.3d
|
||||
rm -f smkridge/204/surveydata.tgz smkridge/234/surveydata.tgz noinfo/all.tgz
|
||||
rm -f surveys/surveytable.html
|
||||
|
||||
###########
|
||||
|
||||
report: everything
|
||||
rm -f report.html
|
||||
bigbro -ohtml report.html -local -fragments -failures -rec .* -ignore ".*/jnl/.*" -ignore ".*/icons/.*" -ignore ".*rdmap.*" -ignore ".*/cp/.*" -ignore ".*/surveys/.*" -ignore ".*smkridge/index.htm" index.htm
|
@ -138,9 +138,9 @@ Pit</a></td>
|
||||
<tr><td><a id="upup" href="smkridge/40/cucc.htm#upup">Up, Up pitch</a></td><td>about 12m</td><td> </td><td> </td><td>1999</td><td> </td><td> </td></tr>
|
||||
<tr><td><a id="hooked" href="smkridge/40/cucc.htm#angled">Hooked on Classics traverse</a></td><td>23m</td><td>9 mm</td><td>1994</td><td>1999</td><td>1 old bend, 3 new bends, 3 twists, 2 rings, 1 bollard, 4 maillons</td><td> </td></tr>
|
||||
<tr><td><a id="hookedclimb" href="smkridge/40/cucc.htm#angled">18m climb after Hooked on classics</a></td><td>20m?</td><td>9 mm</td><td>?</td><td>2000</td><td>1 hanger</td><td> </td></tr>
|
||||
<tr><td><a id="mission" href="smkridge/40/cucc.htm#mission">Mission Impossible climb from SVH</a></td><td>?m</td><td>? mm</td><td>?</td><td>2001 or 2002</td><td>~3 hangers</td><td> </td></tr>
|
||||
<tr><td><a id="tooacross" href="smkridge/40/cucc.htm#tooacross">Too Across pendule</a></td><td>30-50m?</td><td>? mm</td><td>?</td><td>2001</td><td>~6 hangers</td><td> </td></tr>
|
||||
<tr><td><a id="gnivac" href="smkridge/40/cucc.htm#gnivac">Up pitch in Gnivac Rift</a></td><td>20-40m?</td><td>? mm</td><td>?</td><td>2001</td><td>~4 hangers</td><td> </td></tr>
|
||||
<tr><td><a id="mission" href="noinfo/smkridge/40.htm#mission">Mission Impossible climb from SVH</a></td><td>?m</td><td>? mm</td><td>?</td><td>2001 or 2002</td><td>~3 hangers</td><td> </td></tr>
|
||||
<tr><td><a id="tooacross">Too Across pendule</a></td><td>30-50m?</td><td>? mm</td><td>?</td><td>2001</td><td>~6 hangers</td><td> </td></tr>
|
||||
<tr><td><a id="gnivac">Up pitch in Gnivac Rift</a></td><td>20-40m?</td><td>? mm</td><td>?</td><td>2001</td><td>~4 hangers</td><td> </td></tr>
|
||||
</table>
|
||||
<hr />
|
||||
|
||||
|
@ -63,11 +63,9 @@ correctly numbered 185, there were <b>two</b> other caves erroneously
|
||||
numbered "185", one of which is undocumented 90/15, which needs surveying and
|
||||
a real number. The other is really 186, whose marking was later
|
||||
fixed.</td></tr>
|
||||
<tr><td>234, 235</td><td><p>After the switch over to the new system whereby caves are given official numbers only on receipt of a form and survey, these numbers were used without permission for two caves in the vicinity of Eishöhle, on the grounds that it was highly unlikely that the numbers would be used by anyone else before the forms got sent in; the caves were thus tagged as such. However, the forms disappeared into the ether after being mistakenly posted to AERW instead of the Austrians.</p>
|
||||
<tr><td>232 - 238</td><td><p>After the switch over to the new system whereby caves are given official numbers only on receipt of a form and survey, the numbers 232-5 were used for caves in the vicinity of Eishöhle, on the grounds that it was highly unlikely that the numbers would be used by anyone else before the forms got sent in; the caves were thus tagged as such. However, the forms disappeared into the ether after being mistakenly posted to AERW instead of the Austrians.</p>
|
||||
|
||||
<p>Later, when the next batch of caves were submitted to the Austrians for numbering, 235 was allocated to <a href="../smkridge/2000-09/2000-09.htm">Hauchhöhle</a> (2000-09). It is not known to what cave number 234 was actually allocated.</p>
|
||||
|
||||
<p>It is intended that new kataster numbers be applied for for the caves currently tagged 234 and 235, and the tag 235 applied to Hauchhöhle, by the end of Expo 2004.</p>
|
||||
<p>This led to some discrepancies between the Austrian's numbering and ours; these were resolved by an allocation of new numbers in 2004, detailed <a href="../years/2004/kataster2004.html">here</a>. Some old documents and survey notes may be rather confusing on this point!</p>
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
|
@ -33,7 +33,7 @@ needs hammering</td></tr>
|
||||
<tr><td><a href="../smkridge/1996wk11.html">CUCC1996 WK 11</a></td><td></td><td>
|
||||
unfinished ?</td></tr>
|
||||
|
||||
<tr><td><a href="../smkridge/1996wk12.html">CUCC1996 WK 12</a></td><td></td><td>unfinished</td></tr>
|
||||
<tr><td><a href="../kratzer/1996wk12.html">CUCC1996 WK 12</a></td><td></td><td>unfinished</td></tr>
|
||||
|
||||
|
||||
</table>
|
||||
|
@ -57,6 +57,30 @@ can't select this particular set, but it is very important that you <u>write
|
||||
down what was actually used</u>, since different grid systems can give
|
||||
results up to a couple of kilometres different!</p>
|
||||
|
||||
<p>If your GPS doesn't support Austrian coordinates out of the box, then you can set it up as a "User Grid" using some or all of the following cryptic runes:</p>
|
||||
|
||||
<div style="background-color: #BDB">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Ellipsoid:</th><td>Austrian (Bessel 1841)<br />
|
||||
a = 63377397.155m (ΔA = 739.845)<br />
|
||||
1/f = 299.1528128 (Δf x 10,000 = 0.10037428)
|
||||
</td></tr>
|
||||
<tr>
|
||||
<th>Datum:</th>
|
||||
<td>Austria MGI (Hermannskogel)</td></tr>
|
||||
<tr><th>Projection:</th><td>Transverse Mercator (BMN zone M31)</td></tr>
|
||||
<tr><th>Grid parameters:</th><td>Central meridian 13°20'E<br />
|
||||
False easting 450km<br />
|
||||
No additional scaling<br />
|
||||
Grid boundaries at 11°50' and 14°50'</td></tr>
|
||||
<tr><th>EFEC coordinate conversion equation with respect to WGS84:</th>
|
||||
<td>Offsets Δx = -575m, Δy = -93m, Δz = -466m<br />
|
||||
Rotations ω<sub>x</sub> = 5.1"; ω<sub>y</sub> = 5.1", ω<sub>z</sub> = 5.2"<br />
|
||||
Scaling -2.5ppm
|
||||
</td></tr></table>
|
||||
</div>
|
||||
|
||||
<p>Write down the figure that the GPS gives for each waypoint at the time
|
||||
(just in case some failure loses the data from the GPS memory). That's all
|
||||
you need to do at the cave. Get the GPS data downloaded to a computer next
|
||||
|
@ -11,6 +11,8 @@
|
||||
<p style="text-align: center">Welcome to the website of the Cambridge University Caving
|
||||
Club expeditions to Austria.</p>
|
||||
|
||||
<p style="text-align: center">NEW: <a href="survey.html">Survey data</a> now available.</p>
|
||||
|
||||
<div style="text-align: center"><img src="images/stone-bridge-view.jpg" width="399" height="260" alt="Austria panorama" /></div>
|
||||
|
||||
<p style="text-align: center">
|
||||
|
@ -112,7 +112,7 @@ browsing from disc-->
|
||||
<li><a href="remote/index.htm">"Further" plateau and out to Augst-Eck</a></li>
|
||||
<li><a href="wilden/index.htm">East of Hinterer Schwarzmooskogel to Wildensee</a></li>
|
||||
</ul></li>
|
||||
<li><a href="surveys/">Survey directory</a>
|
||||
<li><a href="survey.html">Surveying</a>
|
||||
<li><a href="handbook/survey/lasers.htm">Survey points</a> on the surface, fixed by Laser theodolite</li>
|
||||
<li><a href="handbook/survey/index.htm">Surveying</a> - Expo handbook section</li>
|
||||
<li><a href="tcamps.htm#topcamp">Top camp</a> since 1988</li>
|
||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -376,7 +376,7 @@ END
|
||||
if ($area =~ /5/) {
|
||||
print FILE "<li><a href=\"$toroot\/wilden\/index.htm#$linkid\">Schwarzmoos-Wildensee area index and description</a></li>\n";
|
||||
}
|
||||
if ($area =~ /6/) {
|
||||
if ($area =~ /^6$/) {
|
||||
print FILE "<li><a href=\"$toroot\/remote\/index.htm#$linkid\">Far plateau area index and description</a></li>\n";
|
||||
print FILE "<li><a href=\"$toroot\/1626\/index.htm\">Adjacent area 1626</a></li>\n";
|
||||
}
|
||||
@ -400,8 +400,15 @@ END
|
||||
}
|
||||
|
||||
# Finish writing to file
|
||||
|
||||
if ($area =~ /1626/) {
|
||||
print FILE "<li><a href=\"$toroot\/indxal.htm\">Full Index to area 1623</a></li>";
|
||||
}
|
||||
else {
|
||||
print FILE "<li><a href=\"$toroot\/indxal.htm#$linkid\">Full Index</a></li>";
|
||||
}
|
||||
|
||||
print FILE << "END";
|
||||
<li><a href="$toroot/indxal.htm#$linkid">Full Index</a></li>
|
||||
<li><a href="$toroot/areas.htm">Other Areas</a></li>
|
||||
<li><a href="$toroot/index.htm">Back to Expedition Intro page</a></li>
|
||||
</ul>
|
||||
|
@ -17,9 +17,9 @@
|
||||
Your browser doesn't seem to have frames enabled. The glossary was becoming
|
||||
very unwieldy and has been split into a page for each initial letter,
|
||||
intended to be accessed through a framed page. You can get to an index of
|
||||
these individual pages if you click <a href="a-z.htm">here</a>. You can get
|
||||
these individual pages if you click <a href="a-z.htm">here</a>. <!--You can get
|
||||
the single-page glossary (66k) <a href="atoz.htm">here</a>, but note that
|
||||
this version will probably not be maintained after 1998.
|
||||
this version will probably not be maintained after 1998. - - You bet. DL -->
|
||||
</body>
|
||||
</noframes>
|
||||
</html>
|
||||
|
@ -206,145 +206,145 @@
|
||||
<dt><a href="midlevel.html#qC2002-204-13" id="C2002-204-13">C2002-204-13</a> B</dt><dd>Wolp: Crawl to left of Up at 45°</dd>
|
||||
<dt><a href="midlevel.html#qC2002-204-14" id="C2002-204-14">C2002-204-14</a> C</dt><dd>Wolp: Squeeze off Up at 45°</dd>
|
||||
<dt><a href="midlevel.html#qC2002-204-15" id="C2002-204-15">C2002-204-15</a> B</dt><dd>Wolp: High level passage off Up at 45°, audio connection made</dd>
|
||||
<dt>C2003-204-01 B</dt><dd>Near 204.allswings.ermintrude.5 </dd>
|
||||
<dt>C2003-204-02 B</dt><dd>Near 204.allgaffered.eeyore.1 </dd>
|
||||
<dt>C2003-204-04 B</dt><dd>Near 204.allgaffered.trihang.11 </dd>
|
||||
<dt>C2003-204-05 B</dt><dd>Near 204.allgaffered.trihang.10 </dd>
|
||||
<dt>C2003-204-06 C</dt><dd>Near 204.allgaffered.trihang.2 </dd>
|
||||
<dt>C2003-204-07 C</dt><dd>Near 204.allgaffered.trihang.4 </dd>
|
||||
<dt>C2003-204-09 B</dt><dd>Near 204.allgaffered.poohstyx.1 </dd>
|
||||
<dt>C2003-204-10 C</dt><dd>Near 204.allgaffered.poohstyx.4 </dd>
|
||||
<dt>C2003-204-11 C</dt><dd>Near 204.allgaffered.poohstyx.4 </dd>
|
||||
<dt>C2003-204-12 C</dt><dd>Near 204.allgaffered.poohstyx.6 </dd>
|
||||
<dt>C2003-204-13 X</dt><dd>Near 204.allgaffered.poohstyx.9 </dd>
|
||||
<dt>C2003-204-14 B</dt><dd>Near 204.allgaffered.sirens.5 </dd>
|
||||
<dt>C2003-204-15 B</dt><dd>Near 204.allgaffered.sirens2.1 </dd>
|
||||
<dt>C2003-204-16 C</dt><dd>Underworld, near 204.allgaffered.sirens2.1 : Passage visible from pitch head, but on wrong side for easy access</dd>
|
||||
<dt>C2003-204-18 B</dt><dd>Underworld, near 204.allgaffered.sirens2.1 : Passage visible at end of traverse</dd>
|
||||
<dt>C2003-204-19 C</dt><dd>Near 204.allgaffered.sirens2.5 </dd>
|
||||
<dt>C2003-204-21 B</dt><dd>Near 204.allgaffered.sirens2.4 </dd>
|
||||
<dt>C2003-204-23 C</dt><dd>Near 204.allgaffered.sirens2.7 </dd>
|
||||
<dt>C2003-204-24 C</dt><dd>Near 204.allgaffered.sirens2.9 </dd>
|
||||
<dt>C2003-204-25 B</dt><dd>Near 204.allgaffered.sirens2.12 </dd>
|
||||
<dt>C2003-204-26 B</dt><dd>Near 204.allgaffered.sirens2.13 </dd>
|
||||
<dt>C2003-204-27 B</dt><dd>Near 204.allgaffered.sirens2.13 </dd>
|
||||
<dt>C2003-204-30 B</dt><dd>Near 204.allgaffered.sirens2.17 </dd>
|
||||
<dt>C2003-204-32 C</dt><dd>Near 204.trunk.sandpit.11 </dd>
|
||||
<dt>C2003-204-33 B</dt><dd>Near 204.trunk.sandpit.14 </dd>
|
||||
<dt>C2003-204-34 C</dt><dd>Near 204.trunk.sandpit.23 </dd>
|
||||
<dt>C2003-204-35 B</dt><dd>Near 204.trunk.sandpit.23 </dd>
|
||||
<dt>C2003-204-36 C</dt><dd>Near 204.trunk.sandpit.23 </dd>
|
||||
<dt>C2003-204-37 C</dt><dd>Near 204.trunk.sandpit.25 </dd>
|
||||
<dt>C2003-204-38 B</dt><dd>Near 204.trunk.sandpit.27 </dd>
|
||||
<dt>C2003-204-39 C</dt><dd>Near 204.trunk.sandpit.31 </dd>
|
||||
<dt>C2003-204-40 C</dt><dd>Near 204.trunk.sandpit.37 </dd>
|
||||
<dt>C2003-204-41 C</dt><dd>Near 204.trunk.sandpit.42 </dd>
|
||||
<dt>C2003-204-42 B</dt><dd>Near 204.allrhino.rhinorift2.13 </dd>
|
||||
<dt>C2003-204-43 ?</dt><dd>Near 204.allrhino.rhinorift2.9 </dd>
|
||||
<dt>C2003-204-44 A</dt><dd>Near 204.allrhino.rhinorift2.p28 </dd>
|
||||
<dt>C2003-204-45 C</dt><dd>Near 204.allrhino.rhinorift.26 </dd>
|
||||
<dt>C2003-204-46 C</dt><dd>Near 204.allrhino.onamission.1 </dd>
|
||||
<dt>C2003-204-47 ?</dt><dd>Near 204.allrhino.rhinorift.17 </dd>
|
||||
<dt><a id="C2003-204-01">C2003-204-01</a> B</dt><dd>Near 204.allswings.ermintrude.5 </dd>
|
||||
<dt><a id="C2003-204-02">C2003-204-02</a> B</dt><dd>Near 204.allgaffered.eeyore.1 </dd>
|
||||
<dt><a id="C2003-204-04">C2003-204-04</a> B</dt><dd>Near 204.allgaffered.trihang.11 </dd>
|
||||
<dt><a id="C2003-204-05">C2003-204-05</a> B</dt><dd>Near 204.allgaffered.trihang.10 </dd>
|
||||
<dt><a id="C2003-204-06">C2003-204-06</a> C</dt><dd>Near 204.allgaffered.trihang.2 </dd>
|
||||
<dt><a id="C2003-204-07">C2003-204-07</a> C</dt><dd>Near 204.allgaffered.trihang.4 </dd>
|
||||
<dt><a id="C2003-204-09">C2003-204-09</a> B</dt><dd>Near 204.allgaffered.poohstyx.1 </dd>
|
||||
<dt><a id="C2003-204-10">C2003-204-10</a> C</dt><dd>Near 204.allgaffered.poohstyx.4 </dd>
|
||||
<dt><a id="C2003-204-11">C2003-204-11</a> C</dt><dd>Near 204.allgaffered.poohstyx.4 </dd>
|
||||
<dt><a id="C2003-204-12">C2003-204-12</a> C</dt><dd>Near 204.allgaffered.poohstyx.6 </dd>
|
||||
<dt><a id="C2003-204-13">C2003-204-13</a> X</dt><dd>Near 204.allgaffered.poohstyx.9 </dd>
|
||||
<dt><a id="C2003-204-14">C2003-204-14</a> B</dt><dd>Near 204.allgaffered.sirens.5 </dd>
|
||||
<dt><a id="C2003-204-15">C2003-204-15</a> B</dt><dd>Near 204.allgaffered.sirens2.1 </dd>
|
||||
<dt><a id="C2003-204-16">C2003-204-16</a> C</dt><dd>Underworld, near 204.allgaffered.sirens2.1 : Passage visible from pitch head, but on wrong side for easy access</dd>
|
||||
<dt><a id="C2003-204-18">C2003-204-18</a> B</dt><dd>Underworld, near 204.allgaffered.sirens2.1 : Passage visible at end of traverse</dd>
|
||||
<dt><a id="C2003-204-19">C2003-204-19</a> C</dt><dd>Near 204.allgaffered.sirens2.5 </dd>
|
||||
<dt><a id="C2003-204-21">C2003-204-21</a> B</dt><dd>Near 204.allgaffered.sirens2.4 </dd>
|
||||
<dt><a id="C2003-204-23">C2003-204-23</a> C</dt><dd>Near 204.allgaffered.sirens2.7 </dd>
|
||||
<dt><a id="C2003-204-24">C2003-204-24</a> C</dt><dd>Near 204.allgaffered.sirens2.9 </dd>
|
||||
<dt><a id="C2003-204-25">C2003-204-25</a> B</dt><dd>Near 204.allgaffered.sirens2.12 </dd>
|
||||
<dt><a id="C2003-204-26">C2003-204-26</a> B</dt><dd>Near 204.allgaffered.sirens2.13 </dd>
|
||||
<dt><a id="C2003-204-27">C2003-204-27</a> B</dt><dd>Near 204.allgaffered.sirens2.13 </dd>
|
||||
<dt><a id="C2003-204-30">C2003-204-30</a> B</dt><dd>Near 204.allgaffered.sirens2.17 </dd>
|
||||
<dt><a id="C2003-204-32">C2003-204-32</a> C</dt><dd>Near 204.trunk.sandpit.11 </dd>
|
||||
<dt><a id="C2003-204-33">C2003-204-33</a> B</dt><dd>Near 204.trunk.sandpit.14 </dd>
|
||||
<dt><a id="C2003-204-34">C2003-204-34</a> C</dt><dd>Near 204.trunk.sandpit.23 </dd>
|
||||
<dt><a id="C2003-204-35">C2003-204-35</a> B</dt><dd>Near 204.trunk.sandpit.23 </dd>
|
||||
<dt><a id="C2003-204-36">C2003-204-36</a> C</dt><dd>Near 204.trunk.sandpit.23 </dd>
|
||||
<dt><a id="C2003-204-37">C2003-204-37</a> C</dt><dd>Near 204.trunk.sandpit.25 </dd>
|
||||
<dt><a id="C2003-204-38">C2003-204-38</a> B</dt><dd>Near 204.trunk.sandpit.27 </dd>
|
||||
<dt><a id="C2003-204-39">C2003-204-39</a> C</dt><dd>Near 204.trunk.sandpit.31 </dd>
|
||||
<dt><a id="C2003-204-40">C2003-204-40</a> C</dt><dd>Near 204.trunk.sandpit.37 </dd>
|
||||
<dt><a id="C2003-204-41">C2003-204-41</a> C</dt><dd>Near 204.trunk.sandpit.42 </dd>
|
||||
<dt><a id="C2003-204-42">C2003-204-42</a> B</dt><dd>Near 204.allrhino.rhinorift2.13 </dd>
|
||||
<dt><a id="C2003-204-43">C2003-204-43</a> ?</dt><dd>Near 204.allrhino.rhinorift2.9 </dd>
|
||||
<dt><a id="C2003-204-44">C2003-204-44</a> A</dt><dd>Near 204.allrhino.rhinorift2.p28 </dd>
|
||||
<dt><a id="C2003-204-45">C2003-204-45</a> C</dt><dd>Near 204.allrhino.rhinorift.26 </dd>
|
||||
<dt><a id="C2003-204-46">C2003-204-46</a> C</dt><dd>Near 204.allrhino.onamission.1 </dd>
|
||||
<dt><a id="C2003-204-47">C2003-204-47</a> ?</dt><dd>Near 204.allrhino.rhinorift.17 </dd>
|
||||
<dt><a href="ariston.html#qC2003-204-48" id="C2003-204-48">C2003-204-48</a> B</dt><dd>Razor, near 204.deepsouth.razor5.15 : Possible traverse over pitch head (would require absurd bolting)</dd>
|
||||
<dt>C2003-204-49 C</dt><dd>Near 204.allrhino.rhinorift.16 </dd>
|
||||
<dt>C2003-204-50 ?</dt><dd>Near 204.allrhino.rhinorift.8 </dd>
|
||||
<dt>C2003-204-51 B</dt><dd>Near 204.allrhino.21boltsalute.1 </dd>
|
||||
<dt>C2003-204-52 C</dt><dd>Near 204.allrhino.rhinorift.12 </dd>
|
||||
<dt>C2003-204-53 C</dt><dd>Near 204.allrhino.onamission.3 </dd>
|
||||
<dt>C2003-204-54 B</dt><dd>Near 204.allrhino.onamission.3 </dd>
|
||||
<dt>C2003-204-55 B</dt><dd>Near 204.allrhino.swallowhard.10 </dd>
|
||||
<dt>C2003-204-56 X</dt><dd>Near 204.allrhino.unconformity.3 </dd>
|
||||
<dt>C2003-204-57 C</dt><dd>Near 204.allrhino.swallowhard.3 </dd>
|
||||
<dt>C2003-204-58 C</dt><dd>Near 204.allrhino.unconformity.10 </dd>
|
||||
<dt>C2003-204-59 C</dt><dd>Near 204.allrhino.belief.jb6 </dd>
|
||||
<dt>C2003-204-60 ?</dt><dd>Near 204.allrhino.belief.2 </dd>
|
||||
<dt>C2003-204-61 X</dt><dd>Near 204.allrhino.faith.1 </dd>
|
||||
<dt>C2003-204-62 A</dt><dd>Near 204.allrhino.faith.2 </dd>
|
||||
<dt>C2003-204-63 C</dt><dd>Near 204.allrhino.faith.5 </dd>
|
||||
<dt>C2003-204-64 C</dt><dd>Near 204.allrhino.faith.5 </dd>
|
||||
<dt>C2003-204-65 A</dt><dd>Near 204.allrhino.faith.11 </dd>
|
||||
<dt>C2003-204-66 B</dt><dd>Near 204.allrhino.onamission.14 </dd>
|
||||
<dt>C2003-204-67 A</dt><dd>Near 204.allrhino.crimper.4 </dd>
|
||||
<dt>C2003-204-68 B</dt><dd>Near 204.allrhino.crimper.6 </dd>
|
||||
<dt>C2003-204-69 B</dt><dd>Near 204.allrhino.crimper.6 </dd>
|
||||
<dt>C2003-204-70 A</dt><dd>Near 204.allrhino.faith.4 </dd>
|
||||
<dt>C2003-204-71 B</dt><dd>Near 204.allrhino.onamission.11 </dd>
|
||||
<dt>C2003-204-72 C</dt><dd>Near 204.allrhino.onamission.16 </dd>
|
||||
<dt>C2003-204-73 C</dt><dd>Near 204.allrhino.onamission.17 </dd>
|
||||
<dt>C2003-204-74 C</dt><dd>Near 204.allrhino.onamission.18 </dd>
|
||||
<dt>C2003-204-75 A</dt><dd>Near 204.allrhino.onamission.21 </dd>
|
||||
<dt>C2003-204-76 B</dt><dd>Near 204.allrhino.onamission.21 </dd>
|
||||
<dt>C2003-204-77 C</dt><dd>Near 204.allrhino.watnobutcombe.6 </dd>
|
||||
<dt>C2003-204-78 C</dt><dd>Near 204.allrhino.onamission3.3 </dd>
|
||||
<dt>C2003-204-79 C</dt><dd>Near 204.allrhino.onamission3.3 </dd>
|
||||
<dt>C2003-204-80 C</dt><dd>Rhino, near 204.allrhino.roundtrip.4 : Tight crawl at floor level</dd>
|
||||
<dt>C2003-204-81 A</dt><dd>Near 204.allrhino.watnobutcombe.5 </dd>
|
||||
<dt>C2003-204-82 B</dt><dd>Near 204.allrhino.watnobutcombe.4 </dd>
|
||||
<dt>C2003-204-83 B</dt><dd>Near 204.trunk.dontstep.13 </dd>
|
||||
<dt>C2003-204-84 B</dt><dd>Near 204.trunk.dontstep.14 </dd>
|
||||
<dt>C2003-204-85 C</dt><dd>Near 204.trunk.dontstep.7 </dd>
|
||||
<dt><a id="C2003-204-49">C2003-204-49</a> C</dt><dd>Near 204.allrhino.rhinorift.16 </dd>
|
||||
<dt><a id="C2003-204-50">C2003-204-50</a> ?</dt><dd>Near 204.allrhino.rhinorift.8 </dd>
|
||||
<dt><a id="C2003-204-51">C2003-204-51</a> B</dt><dd>Near 204.allrhino.21boltsalute.1 </dd>
|
||||
<dt><a id="C2003-204-52">C2003-204-52</a> C</dt><dd>Near 204.allrhino.rhinorift.12 </dd>
|
||||
<dt><a id="C2003-204-53">C2003-204-53</a> C</dt><dd>Near 204.allrhino.onamission.3 </dd>
|
||||
<dt><a id="C2003-204-54">C2003-204-54</a> B</dt><dd>Near 204.allrhino.onamission.3 </dd>
|
||||
<dt><a id="C2003-204-55">C2003-204-55</a> B</dt><dd>Near 204.allrhino.swallowhard.10 </dd>
|
||||
<dt><a id="C2003-204-56">C2003-204-56</a> X</dt><dd>Near 204.allrhino.unconformity.3 </dd>
|
||||
<dt><a id="C2003-204-57">C2003-204-57</a> C</dt><dd>Near 204.allrhino.swallowhard.3 </dd>
|
||||
<dt><a id="C2003-204-58">C2003-204-58</a> C</dt><dd>Near 204.allrhino.unconformity.10 </dd>
|
||||
<dt><a id="C2003-204-59">C2003-204-59</a> C</dt><dd>Near 204.allrhino.belief.jb6 </dd>
|
||||
<dt><a id="C2003-204-60">C2003-204-60</a> ?</dt><dd>Near 204.allrhino.belief.2 </dd>
|
||||
<dt><a id="C2003-204-61">C2003-204-61</a> X</dt><dd>Near 204.allrhino.faith.1 </dd>
|
||||
<dt><a id="C2003-204-62">C2003-204-62</a> A</dt><dd>Near 204.allrhino.faith.2 </dd>
|
||||
<dt><a id="C2003-204-63">C2003-204-63</a> C</dt><dd>Near 204.allrhino.faith.5 </dd>
|
||||
<dt><a id="C2003-204-64">C2003-204-64</a> C</dt><dd>Near 204.allrhino.faith.5 </dd>
|
||||
<dt><a id="C2003-204-65">C2003-204-65</a> A</dt><dd>Near 204.allrhino.faith.11 </dd>
|
||||
<dt><a id="C2003-204-66">C2003-204-66</a> B</dt><dd>Near 204.allrhino.onamission.14 </dd>
|
||||
<dt><a id="C2003-204-67">C2003-204-67</a> A</dt><dd>Near 204.allrhino.crimper.4 </dd>
|
||||
<dt><a id="C2003-204-68">C2003-204-68</a> B</dt><dd>Near 204.allrhino.crimper.6 </dd>
|
||||
<dt><a id="C2003-204-69">C2003-204-69</a> B</dt><dd>Near 204.allrhino.crimper.6 </dd>
|
||||
<dt><a id="C2003-204-70">C2003-204-70</a> A</dt><dd>Near 204.allrhino.faith.4 </dd>
|
||||
<dt><a id="C2003-204-71">C2003-204-71</a> B</dt><dd>Near 204.allrhino.onamission.11 </dd>
|
||||
<dt><a id="C2003-204-72">C2003-204-72</a> C</dt><dd>Near 204.allrhino.onamission.16 </dd>
|
||||
<dt><a id="C2003-204-73">C2003-204-73</a> C</dt><dd>Near 204.allrhino.onamission.17 </dd>
|
||||
<dt><a id="C2003-204-74">C2003-204-74</a> C</dt><dd>Near 204.allrhino.onamission.18 </dd>
|
||||
<dt><a id="C2003-204-75">C2003-204-75</a> A</dt><dd>Near 204.allrhino.onamission.21 </dd>
|
||||
<dt><a id="C2003-204-76">C2003-204-76</a> B</dt><dd>Near 204.allrhino.onamission.21 </dd>
|
||||
<dt><a id="C2003-204-77">C2003-204-77</a> C</dt><dd>Near 204.allrhino.watnobutcombe.6 </dd>
|
||||
<dt><a id="C2003-204-78">C2003-204-78</a> C</dt><dd>Near 204.allrhino.onamission3.3 </dd>
|
||||
<dt><a id="C2003-204-79">C2003-204-79</a> C</dt><dd>Near 204.allrhino.onamission3.3 </dd>
|
||||
<dt><a id="C2003-204-80">C2003-204-80</a> C</dt><dd>Rhino, near 204.allrhino.roundtrip.4 : Tight crawl at floor level</dd>
|
||||
<dt><a id="C2003-204-81">C2003-204-81</a> A</dt><dd>Near 204.allrhino.watnobutcombe.5 </dd>
|
||||
<dt><a id="C2003-204-82">C2003-204-82</a> B</dt><dd>Near 204.allrhino.watnobutcombe.4 </dd>
|
||||
<dt><a id="C2003-204-83">C2003-204-83</a> B</dt><dd>Near 204.trunk.dontstep.13 </dd>
|
||||
<dt><a id="C2003-204-84">C2003-204-84</a> B</dt><dd>Near 204.trunk.dontstep.14 </dd>
|
||||
<dt><a id="C2003-204-85">C2003-204-85</a> C</dt><dd>Near 204.trunk.dontstep.7 </dd>
|
||||
|
||||
</dl>
|
||||
|
||||
<h3>Completed QMs</h3>
|
||||
|
||||
<dl>
|
||||
<dt>C1999-204-02 B</dt><dd>NE, near : Possibly the passage from Jim'll Fix It to Stitch This, called Thread This</dd>
|
||||
<dt>C1999-204-05 B</dt><dd>NE, near : Possibly Kidney Bean</dd>
|
||||
<dt>C1999-204-06 C</dt><dd>NE, near ent.27: Choked after 5m or so</dd>
|
||||
<dt>C1999-204-07 B</dt><dd>NE, near pretty.4: I do not know how this got ticked off; possibly it is the pitch at the end of 'King Carbide, although at the time it was claimed that this had not previously been a QM</dd>
|
||||
<dt>C1999-204-08 B</dt><dd>NE, near junction.2: Blind pitch about 4m deep</dd>
|
||||
<dt>C1999-204-10 C</dt><dd>Wolp, near veined.9: Chokes after 3m</dd>
|
||||
<dt>C1999-204-11 C</dt><dd>Wolp, near 110aday.23: Leads to 110-bidet</dd>
|
||||
<dt>C1999-204-12 C</dt><dd>Wolp, near 110aday.17: Leads to 110-bidet</dd>
|
||||
<dt>C1999-204-16 A</dt><dd>Wolp, near 110aday.1: Pitch descended, all ways on at bottom are too tight</dd>
|
||||
<dt>C1999-204-18 C</dt><dd>Wolp, near pendulum.13: Leads to Bunny's Bowels</dd>
|
||||
<dt>C1999-204-21 A</dt><dd>Aris, near ariston2.11?: ?</dd>
|
||||
<dt>C1999-204-23 A</dt><dd>Aris, near ariston2.14: Fledermaus Series</dd>
|
||||
<dt>C1999-204-24 A</dt><dd>Aris, near ariston2.1: Pitch to Kiwi Suit</dd>
|
||||
<dt>C1999-204-25 B</dt><dd>Aris, near dome.19: Passage to Pleasure Dome</dd>
|
||||
<dt>C2000-204-01 B</dt><dd>NPNG, near nopainnogain.34: Crawl connecting to 110 bidet</dd>
|
||||
<dt>C2000-204-02 B</dt><dd>NPNG, near nopainnogain.30: Connected to bottom of 'king Carbide pitch</dd>
|
||||
<dt>C2000-204-03 C</dt><dd>NPNG, near nopainnogain.30: Connected to 2000-204-04C</dd>
|
||||
<dt>C2000-204-04 C</dt><dd>NPNG, near nopainnogain.27: Connected ed to 2000-204-03C</dd>
|
||||
<dt><a id="C1999-204-02">C1999-204-02</a> B</dt><dd>NE, near : Possibly the passage from Jim'll Fix It to Stitch This, called Thread This</dd>
|
||||
<dt><a id="C1999-204-05">C1999-204-05</a> B</dt><dd>NE, near : Possibly Kidney Bean</dd>
|
||||
<dt><a id="C1999-204-06">C1999-204-06</a> C</dt><dd>NE, near ent.27: Choked after 5m or so</dd>
|
||||
<dt><a id="C1999-204-07">C1999-204-07</a> B</dt><dd>NE, near pretty.4: I do not know how this got ticked off; possibly it is the pitch at the end of 'King Carbide, although at the time it was claimed that this had not previously been a QM</dd>
|
||||
<dt><a id="C1999-204-08">C1999-204-08</a> B</dt><dd>NE, near junction.2: Blind pitch about 4m deep</dd>
|
||||
<dt><a id="C1999-204-10">C1999-204-10</a> C</dt><dd>Wolp, near veined.9: Chokes after 3m</dd>
|
||||
<dt><a id="C1999-204-11">C1999-204-11</a> C</dt><dd>Wolp, near 110aday.23: Leads to 110-bidet</dd>
|
||||
<dt><a id="C1999-204-12">C1999-204-12</a> C</dt><dd>Wolp, near 110aday.17: Leads to 110-bidet</dd>
|
||||
<dt><a id="C1999-204-16">C1999-204-16</a> A</dt><dd>Wolp, near 110aday.1: Pitch descended, all ways on at bottom are too tight</dd>
|
||||
<dt><a id="C1999-204-18">C1999-204-18</a> C</dt><dd>Wolp, near pendulum.13: Leads to Bunny's Bowels</dd>
|
||||
<dt><a id="C1999-204-21">C1999-204-21</a> A</dt><dd>Aris, near ariston2.11?: ?</dd>
|
||||
<dt><a id="C1999-204-23">C1999-204-23</a> A</dt><dd>Aris, near ariston2.14: Fledermaus Series</dd>
|
||||
<dt><a id="C1999-204-24">C1999-204-24</a> A</dt><dd>Aris, near ariston2.1: Pitch to Kiwi Suit</dd>
|
||||
<dt><a id="C1999-204-25">C1999-204-25</a> B</dt><dd>Aris, near dome.19: Passage to Pleasure Dome</dd>
|
||||
<dt><a id="C2000-204-01">C2000-204-01</a> B</dt><dd>NPNG, near nopainnogain.34: Crawl connecting to 110 bidet</dd>
|
||||
<dt><a id="C2000-204-02">C2000-204-02</a> B</dt><dd>NPNG, near nopainnogain.30: Connected to bottom of 'king Carbide pitch</dd>
|
||||
<dt><a id="C2000-204-03">C2000-204-03</a> C</dt><dd>NPNG, near nopainnogain.30: Connected to 2000-204-04C</dd>
|
||||
<dt><a id="C2000-204-04">C2000-204-04</a> C</dt><dd>NPNG, near nopainnogain.27: Connected ed to 2000-204-03C</dd>
|
||||
<dt><a href="nopain.html#qC2000-204-10" id="C2000-204-10">C2000-204-10</a> A</dt><dd>Insig, near insignificant.4: Drops into Pleasuredome via All Roads pitch (2004)</dd>
|
||||
<dt>C2000-204-11 B</dt><dd>Insig, near treeumphant.2: Drilling Delight</dd>
|
||||
<dt>C2000-204-12 B</dt><dd>Insig, near treeumphant.11: Swings and Roundabouts</dd>
|
||||
<dt>C2000-204-15 C</dt><dd>Tree, near treeumphant.13: Got small after a few meters leading to two tight ways on</dd>
|
||||
<dt>C2000-204-23 C</dt><dd>Tree, near treeumphant.18: Lead to chamber with no ways on and sloping boulder floors</dd>
|
||||
<dt>C2000-204-24 A</dt><dd>Tree, near treeumphant.19: Crowning Glory</dd>
|
||||
<dt>C2000-204-28 A</dt><dd>Tree, near treeumphant.22: Connected to Crowning Glory</dd>
|
||||
<dt>C2000-204-31 B</dt><dd>Tree, near treeumphant.24: Passage chokes after 40m</dd>
|
||||
<dt>C2000-204-36 C</dt><dd>Tree, near treeumphant.27: 15m of passage no leads</dd>
|
||||
<dt>C2000-204-40 A</dt><dd>Tree, near treeumphant.28: Chocolate Salty Balls</dd>
|
||||
<dt>C2000-204-41 A</dt><dd>Tree, near colonade.2: Sucker</dd>
|
||||
<dt>C2000-204-42 B</dt><dd>Tree, near colonade.2: North end of Flopsy the Bunny Rabbits Lair</dd>
|
||||
<dt>C2000-204-53 A</dt><dd>Tree, near bonsai.6: South end of Flopsy the Bunny Rabbits Lair</dd>
|
||||
<dt>C2000-204-54 B</dt><dd>Wolp, near 110_bidet.9: Up at 45 degrees</dd>
|
||||
<dt>C2000-204-56 B</dt><dd>Insig, near insignificant.2: 10m of passage leading to an aven</dd>
|
||||
<dt>C2000-204-57 C</dt><dd>Insig, near insignificant.2: Passages towards which drop into Pleasure Dome</dd>
|
||||
<dt>C2000-204-64 A</dt><dd>Razor: Razor Dance continued in 2002</dd>
|
||||
<dt><a id="C2000-204-11">C2000-204-11</a> B</dt><dd>Insig, near treeumphant.2: Drilling Delight</dd>
|
||||
<dt><a id="C2000-204-12">C2000-204-12</a> B</dt><dd>Insig, near treeumphant.11: Swings and Roundabouts</dd>
|
||||
<dt><a id="C2000-204-15">C2000-204-15</a> C</dt><dd>Tree, near treeumphant.13: Got small after a few meters leading to two tight ways on</dd>
|
||||
<dt><a id="C2000-204-23">C2000-204-23</a> C</dt><dd>Tree, near treeumphant.18: Lead to chamber with no ways on and sloping boulder floors</dd>
|
||||
<dt><a id="C2000-204-24">C2000-204-24</a> A</dt><dd>Tree, near treeumphant.19: Crowning Glory</dd>
|
||||
<dt><a id="C2000-204-28">C2000-204-28</a> A</dt><dd>Tree, near treeumphant.22: Connected to Crowning Glory</dd>
|
||||
<dt><a id="C2000-204-31">C2000-204-31</a> B</dt><dd>Tree, near treeumphant.24: Passage chokes after 40m</dd>
|
||||
<dt><a id="C2000-204-36">C2000-204-36</a> C</dt><dd>Tree, near treeumphant.27: 15m of passage no leads</dd>
|
||||
<dt><a id="C2000-204-40">C2000-204-40</a> A</dt><dd>Tree, near treeumphant.28: Chocolate Salty Balls</dd>
|
||||
<dt><a id="C2000-204-41">C2000-204-41</a> A</dt><dd>Tree, near colonade.2: Sucker</dd>
|
||||
<dt><a id="C2000-204-42">C2000-204-42</a> B</dt><dd>Tree, near colonade.2: North end of Flopsy the Bunny Rabbits Lair</dd>
|
||||
<dt><a id="C2000-204-53">C2000-204-53</a> A</dt><dd>Tree, near bonsai.6: South end of Flopsy the Bunny Rabbits Lair</dd>
|
||||
<dt><a id="C2000-204-54">C2000-204-54</a> B</dt><dd>Wolp, near 110_bidet.9: Up at 45 degrees</dd>
|
||||
<dt><a id="C2000-204-56">C2000-204-56</a> B</dt><dd>Insig, near insignificant.2: 10m of passage leading to an aven</dd>
|
||||
<dt><a id="C2000-204-57">C2000-204-57</a> C</dt><dd>Insig, near insignificant.2: Passages towards which drop into Pleasure Dome</dd>
|
||||
<dt><a id="C2000-204-64">C2000-204-64</a> A</dt><dd>Razor: Razor Dance continued in 2002</dd>
|
||||
<dt><a href="nopain.html#qC2000-204-72" id="C2000-204-72">C2000-204-72</a> </dt><dd>PD: Obese traverse, explored by Brian + Martin 2004 - no leads?</dd>
|
||||
<dt>C2001-204-09 A</dt><dd>Tree: Leads to Treeumphant passage</dd>
|
||||
<dt><a id="C2001-204-09">C2001-204-09</a> A</dt><dd>Tree: Leads to Treeumphant passage</dd>
|
||||
<dt><a href="treeumphant.html#qC2001-204-55" id="C2001-204-55">C2001-204-55</a> X</dt><dd>Tree: Cresta Run drops in from above (2004)</dd>
|
||||
<dt>C2001-204-63 C</dt><dd>Insig: Blind</dd>
|
||||
<dt>C2001-204-64 B</dt><dd>Insig: Ends in a puddle</dd>
|
||||
<dt><a id="C2001-204-63">C2001-204-63</a> C</dt><dd>Insig: Blind</dd>
|
||||
<dt><a id="C2001-204-64">C2001-204-64</a> B</dt><dd>Insig: Ends in a puddle</dd>
|
||||
<dt><a href="swings.html#qC2001-204-78" id="C2001-204-78">C2001-204-78</a> B</dt><dd>Sw: Descended 2004 - Cresta Run</dd>
|
||||
<dt><a href="swings.html#qC2001-204-83" id="C2001-204-83">C2001-204-83</a> C</dt><dd>Sw: Explored 2004 - Trapeze</dd>
|
||||
<dt>C2001-204-88 C</dt><dd>Sw: Choked</dd>
|
||||
<dt>C2001-204-90 A</dt><dd>Sw: Merry Go Round</dd>
|
||||
<dt>C2001-204-96 A</dt><dd>Sw: Gaffered To The Wall Series</dd>
|
||||
<dt>C2002-204-01 A</dt><dd>Steady Now - descended 2003</dd>
|
||||
<dt><a id="C2001-204-88">C2001-204-88</a> C</dt><dd>Sw: Choked</dd>
|
||||
<dt><a id="C2001-204-90">C2001-204-90</a> A</dt><dd>Sw: Merry Go Round</dd>
|
||||
<dt><a id="C2001-204-96">C2001-204-96</a> A</dt><dd>Sw: Gaffered To The Wall Series</dd>
|
||||
<dt><a id="C2002-204-01">C2002-204-01</a> A</dt><dd>Steady Now - descended 2003</dd>
|
||||
<dt><a href="swings.html#qC2002-204-05" id="C2002-204-05">C2002-204-05</a> A</dt><dd>Sw: Trihang pitch - descended 2003</dd>
|
||||
<dt>C2003-204-03 B</dt><dd>Underworld, near 204.allgaffered.eeyore.5 : Kanga - descended 2004</dd>
|
||||
<dt>C2003-204-08 A</dt><dd>Underworld, near 204.allgaffered.trihang.5 : Explored 2004 - Mud Slope (choked after 12m)</dd>
|
||||
<dt>C2003-204-17 B</dt><dd>Underworld, near 204.allgaffered.sirens2.1 : Black Maria - descended 2004</dd>
|
||||
<dt>C2003-204-20 B</dt><dd>Underworld, near 204.allgaffered.sirens2.5 : West end of Oxtail Oxbow (2004)</dd>
|
||||
<dt>C2003-204-22 C</dt><dd>Underworld, near 204.allgaffered.sirens2.7 : East end of Oxtail Oxbow (2004)</dd>
|
||||
<dt>C2003-204-28 B</dt><dd>Underworld, near 204.allgaffered.sirens2.16 : Explored 2004 - Upper Tube (15m passage, no obvious leads)</dd>
|
||||
<dt>C2003-204-29 A</dt><dd>Near 204.allgaffered.sirens2.17 : Descended 2004 - Gardeners' World</dd>
|
||||
<dt>C2003-204-31 B</dt><dd>Underworld, near 204.allgaffered.sirens2.18 : Explored 2004 - Terra Firma</dd>
|
||||
<dt>C2003-204-86 A</dt><dd>Razor, near 204.deepsouth.razor7.25: Nordic Traverse (passed 2004)</dd>
|
||||
<dt><a id="C2003-204-03">C2003-204-03</a> B</dt><dd>Underworld, near 204.allgaffered.eeyore.5 : Kanga - descended 2004</dd>
|
||||
<dt><a id="C2003-204-08">C2003-204-08</a> A</dt><dd>Underworld, near 204.allgaffered.trihang.5 : Explored 2004 - Mud Slope (choked after 12m)</dd>
|
||||
<dt><a id="C2003-204-17">C2003-204-17</a> B</dt><dd>Underworld, near 204.allgaffered.sirens2.1 : Black Maria - descended 2004</dd>
|
||||
<dt><a id="C2003-204-20">C2003-204-20</a> B</dt><dd>Underworld, near 204.allgaffered.sirens2.5 : West end of Oxtail Oxbow (2004)</dd>
|
||||
<dt><a id="C2003-204-22">C2003-204-22</a> C</dt><dd>Underworld, near 204.allgaffered.sirens2.7 : East end of Oxtail Oxbow (2004)</dd>
|
||||
<dt><a id="C2003-204-28">C2003-204-28</a> B</dt><dd>Underworld, near 204.allgaffered.sirens2.16 : Explored 2004 - Upper Tube (15m passage, no obvious leads)</dd>
|
||||
<dt><a id="C2003-204-29">C2003-204-29</a> A</dt><dd>Near 204.allgaffered.sirens2.17 : Descended 2004 - Gardeners' World</dd>
|
||||
<dt><a id="C2003-204-31">C2003-204-31</a> B</dt><dd>Underworld, near 204.allgaffered.sirens2.18 : Explored 2004 - Terra Firma</dd>
|
||||
<dt><a id="C2003-204-86">C2003-204-86</a> A</dt><dd>Razor, near 204.deepsouth.razor7.25: Nordic Traverse (passed 2004)</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
@ -84,7 +84,7 @@ while (<CSV>) {
|
||||
if ($ref) {
|
||||
$templine = "<dt><a href=\"$ref#q$number\" id=\"$number\">$number</a>";
|
||||
} else {
|
||||
$templine = "<dt>$number";
|
||||
$templine = "<dt><a id=\"$number\">$number</a>";
|
||||
}
|
||||
|
||||
$templine = "$templine $grade</dt><dd>";
|
||||
|
@ -21,7 +21,7 @@ this straightforward to ascend without gear :-)
|
||||
<hr /><p>
|
||||
<ul>
|
||||
<!-- <a href="../pix.htm#">Visual tour of Eishöhle</a></li> -->
|
||||
<li><a href="../cucc.htm#hooked">Back to cave description</a></li>
|
||||
<li><a href="../cucc.htm#angled">Back to cave description</a></li>
|
||||
<li><a href="../../index.htm">Schwarzmooskogel ridge area</a></li>
|
||||
<li><b>More photos:</b>
|
||||
<ul>
|
||||
|
@ -71,7 +71,7 @@ trench in the floor. This continues up at 35° for 70m until it meets a
|
||||
very small trench which draughts out. The tube elbows back on itself, but
|
||||
soon becomes choked with mud as the small invading stream disappears down a
|
||||
crack. The draught in this area seems likely to be from the northernmost
|
||||
deep part of <a href="../78.htm">Schwabenschacht (1623-78)</a>, in which a
|
||||
deep part of <a href="../../noinfo/smkridge/78.htm">Schwabenschacht (1623-78)</a>, in which a
|
||||
short passage, just 50m away from this 35° ramp, is on almost exactly the
|
||||
same line.
|
||||
|
||||
|
95
survey.html
Normal file
95
survey.html
Normal file
@ -0,0 +1,95 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>CUCC's Austria expeditions</title>
|
||||
<link rel="stylesheet" type="text/css" href="css/main2.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>CUCC Austria Expeditions: Surveying</h1>
|
||||
|
||||
<p>Surveying is clearly a vital part of the work of any caving exploration
|
||||
party, and for a group visiting the same area over a period of decades,
|
||||
maintaining a comprehensive and accurate repository of surveys is of paramount
|
||||
importance. CUCC's Austrian expeditions enjoy a reputation for the quality of
|
||||
our surveying work, and many advances in surveying techniques and software have
|
||||
been pioneered by Expos over the years. In particular, the <a
|
||||
href="http://www.survex.com/">Survex</a> suite of software for processing and
|
||||
manipulating centreline data, now used on many of the world's major cave
|
||||
surveying projects, was originally devised by Olly Betts during an Expo in the
|
||||
early 90's, and its subsequent development has been largely a CUCC in-house
|
||||
effort. In recent years we have also been using Julian Todd's <a
|
||||
href="http://sourceforge.net/projects/tunnelx/">TunnelX</a> software for
|
||||
drawing up the final finished copy of surveys; this is one of the reasons why
|
||||
it is not uncommon for there to be five computers in use in the Potato Hut
|
||||
simultaneously!</p>
|
||||
|
||||
<p>A large proportion of this archive of survey data is available on this website.</p>
|
||||
<h3>Centreline data</h3>
|
||||
<p>After much debate as to whether it was more appropriate to make the data
|
||||
available as raw Survex <tt>.svx</tt> files or as compiled <tt>.3d</tt> image
|
||||
files, we opted to compromise by offering both. Unfortunately we are not able
|
||||
to make the all the data publically available, as this includes a large amount
|
||||
of data gathered by <a href="others/index.htm">other groups</a>; those who know
|
||||
the Expo username and password can download the whole dataset <a
|
||||
href="noinfo/all.3d">here</a> for the 3d files and <a
|
||||
href="noinfo/all.tgz">here</a> for the Survex files.<sup><a id="fn1ref"
|
||||
href="#footnote1">1</a></sup></p>
|
||||
<p>At the moment survey data is being made available gradually on a
|
||||
cave-by-cave basis; the first batch of caves are those under active exploration
|
||||
by CUCC as of summer 2004, namely <a
|
||||
href="smkridge/204/204.html">Steinbrückenhöhle</a> (1623/204), <a
|
||||
href="smkridge/234/234.html">Hauchhöhle</a> (1623/234) and <a
|
||||
href="plateau/76.htm"> Eislufthöhle</a> (1623/76).</p>
|
||||
|
||||
<h3>Drawn-up surveys</h3>
|
||||
|
||||
<p>Final copies of surveys of various vintages are sprinkled throughout the
|
||||
site, linked from the description pages of the caves they correspond to. Of
|
||||
current interest are the plans of <a
|
||||
href="smkridge/204/204.html">Steinbrückenhöhle</a> and <a
|
||||
href="smkridge/234/234.html">Hauchhöhle</a> (the Eishöhle resurvey
|
||||
project has not yet produced any drawn-up copies).</p>
|
||||
|
||||
<h3>Working area</h3>
|
||||
|
||||
<p>Expo members should take particular note of the surveys working area, which
|
||||
contains scans of recent survey notes. If you have surveys to draw up, they
|
||||
will be listed in the <a href="surveys/surveytable.html">index</a>, with links
|
||||
to the survey notes and any other relevant files.</p>
|
||||
|
||||
|
||||
<p><sup><a id="footnote1" href="#fn1ref">1</a></sup>As there are (at the last
|
||||
count) 563 separate files in the raw dataset, it is available for download as a
|
||||
tar archive compressed with GZIP; on Unix systems this can be decompressed with
|
||||
"tar -xzvf all.tgz". Windows users can read these files with <a
|
||||
href="http://www.winzip.org">WinZip</a> or an equivalent tool (such as the
|
||||
freeware <i>WinImp</i>).</p>
|
||||
|
||||
|
||||
<hr />
|
||||
|
||||
<!-- LINKS -->
|
||||
<ul id="links">
|
||||
<li>Back to <a href="../index.htm">CUCC Home page</a></li>
|
||||
<li><b>Main Indices:</b>
|
||||
<ul>
|
||||
<li><a href="infodx.htm"><b>Index</b> to Expo</a> information pages</li>
|
||||
<li><a href="areas.htm">Description of CUCC's area</a> and split to subareas</li>
|
||||
<li>Full <a href="indxal.htm">Index to cave descriptions</a> in area 1623</li>
|
||||
<li>List of (links to) <a href="pubs.htm">published reports and logbooks</a></li>
|
||||
</ul></li>
|
||||
<li><b>Pictures:</b>
|
||||
<ul>
|
||||
<li><a href="gall0.htm">Text only Index</a></li>
|
||||
<li><a href="gallery/0.htm">Index pages (with thumbnails)</a></li>
|
||||
</ul></li>
|
||||
<li>Other info:
|
||||
<ul>
|
||||
<li>Table of <a href="folk/index.htm">members of CUCC expeditions</a> 1976-present</li>
|
||||
<li><a href="others/index.htm">Other groups</a> who have worked in the area.</li>
|
||||
</ul></li></ul>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -21,8 +21,12 @@ Martin Green; DL - David Loeffler)</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<!-- From CVS log grovelling: -->
|
||||
<dl>
|
||||
<dt>2004.09.19 DL</dt>
|
||||
<dd>After an interval of several years it is again possible to obtain <b>survey data</b> from this site. At present only the caves we are currently exploring have survey data publically available (<a href="smkridge/204/204.html">Steinbrückenhöhle</a>, <a href="smkridge/234/234.html">Hauchhöhle</a>, and <a href="plateau/76.htm">Eishöhle</a> &endash; look at the bottom of the description pages), but it is planned to include more in the near future. (CUCC users knowing the password may naturally access the entire dataset as a <a href="noinfo/all.3d">.3d file</a> or as a <a href="noinfo/all.tgz">.tar.gz archive of .svx files</a>; this includes data contributed by ARGE and other organisations which we are not in a position to freely redistribute.)</dd>
|
||||
<dt>2004.08.20 MRS<!--ish--></dt>
|
||||
<dd>Merged in everything from Expo 2004. Currently this is very short on descriptions as these haven't yet been written.</dd>
|
||||
<!-- From CVS log grovelling: -->
|
||||
<dt>2004.04.23 DL</dt>
|
||||
<dd>General update, occasioned by having nothing else to do except revision.
|
||||
Updated Expedition Handbook to reflect current practice in tagging of new
|
||||
|
@ -37,22 +37,10 @@ numbers. It is now necessary that we retag caves as follows:</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<ul id="links">
|
||||
<li>Back to <a href="../../../index.htm">CUCC Home page</a></li>
|
||||
<li>Back to <a href="index.htm">Expedition Intro page</a></li>
|
||||
<li><b>Main Indices:</b>
|
||||
<ul>
|
||||
<li><a href="infodx.htm"><b>Index</b> to Expo</a> information pages</li>
|
||||
<li><a href="areas.htm">Description of CUCC's area</a> and split to subareas</li>
|
||||
<li>Full <a href="indxal.htm">Index to cave descriptions</a> in area 1623</li>
|
||||
<li>List of (links to) <a href="pubs.htm">published reports and logbooks</a></li>
|
||||
</ul></li>
|
||||
<li><b>Pictures:</b>
|
||||
<ul>
|
||||
<li><a href="gall0.htm">Text only Index</a></li>
|
||||
<li><a href="gallery/0.htm">Index pages (with thumbnails)</a></li>
|
||||
</ul></li>
|
||||
<li>Table of <a href="folk/index.htm"><b>members</b> of CUCC expeditions</a> 1976-present</li>
|
||||
<li><a href="index.html">Back to 2004 Index</a> </li>
|
||||
<li><a href="../../pubs.htm">Index</a> to all publications</li>
|
||||
<li><a href="../../index.htm">Back to Expeditions intro page</a></li>
|
||||
<li><a href="../../../index.htm">CUCC Home Page</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
</body></html>
|
||||
|
Loading…
Reference in New Issue
Block a user