Expo 2012 updates

This commit is contained in:
expo 2012-09-04 05:35:34 +02:00
commit f3cefe2263
220 changed files with 3559 additions and 826 deletions

21
handbook/callout.html Normal file
View File

@ -0,0 +1,21 @@
<!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 Expedition Handbook: Call outs</title>
<link rel="stylesheet" type="text/css" href="../css/main2.css" />
</head>
<body>
<h2 id="tophead">CUCC Expedition Handbook</h2>
<h1>Callouts</h1>
<p>No Callout between 00:00 and 08:00 (For minor camps, no callouts between 20:00 and 08:00)</p>
<p>There is no need to have a callout with another camp/basecamp if you have people on the surface:</p>
<ul>
<li>
First person out cancels all callouts with other camps/basecamp. (If they leave camp they should reset the call outs.)
</li><li> Callouts only need to be left with one other camp/basecamp. (If you know someone is there.)
</li><li> The cancalation of a call out MUST be confirmed, prefereably by speaking to someone, or by a confirmation text. (Resend texts/answer phone messages/call if confirmation is not recieved.)
</li></ul>
<p>It is prefered to use voice telephone calls to texts as they are cheaper.</p>
</body>
</html>

24
handbook/checkin.htm Normal file
View File

@ -0,0 +1,24 @@
<html>
<head>
<title>CUCC Expedition Handbook: Updating the website</title>
</head>
<body>
<h1>'Easy' guide to mercurial</h1>
<h2>Before you start</h2>
cd ~/expofiles/loser</br>
hg diff</br>
<b>If any changes are displayed, commit them:</b></br>
&nbsp;&nbsp;&nbsp;&nbsp;hg commit -m "<i>surveys in Pooh Passage which John did</i>" -u "<i>YourName</i>"</br>
hg fetch</br>
<b>If there are any errors then STOP, and get someone to fix it.</b>
<h2>Make your changes, then:</h2>
<b>If you have added new files:</b></br>
&nbsp;&nbsp;&nbsp;&nbsp;hg add <i>file1 file2 file3</i></br>
hg commit -m "<i>surveys of 200m pitch in Far End</i>" -u <i>"YourName"</i></br>
hg fetch</br>
<b>If there are any errors then STOP, and get someone to fix it.</b><br/>
hg push</br></body>
</html>

View File

@ -2,8 +2,7 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Cambridge University Caving Club Expedition Handbook. 2001 Edition <title>Cambridge University Caving Club Expedition Handbook. 2001 Edition</title>
</title>
<link rel="stylesheet" type="text/css" href="../css/main2.css" /> <link rel="stylesheet" type="text/css" href="../css/main2.css" />
</head> </head>
<body> <body>
@ -20,6 +19,8 @@ with links to more detailed info when you need it.</p>
complete at the moment:</p> complete at the moment:</p>
<dl> <dl>
<dt><a href="callout.html">Callouts</a></dt>
<dd>Confusion over wherever or not a callout has been canncelled can be deeply inconveint.</dd>
<dt><a href="look4.htm">Prospecting</a></dt> <dt><a href="look4.htm">Prospecting</a></dt>
<dd>The prospecting guide is essential reading before you wander the plateau <dd>The prospecting guide is essential reading before you wander the plateau
stumbling across holes of potential interest. Vast amounts of work have been stumbling across holes of potential interest. Vast amounts of work have been
@ -69,7 +70,7 @@ wasted in the past through inadequate recording. It isn't very much extra work,
<dd>Description of seting up and putting away the Solar Powered battery charging system at the stonebridge</dd> <dd>Description of seting up and putting away the Solar Powered battery charging system at the stonebridge</dd>
<dt><a href="update.htm">Updating the website</a></dt> <dt><a href="update.htm">Updating the website</a></dt>
<dd>This tells you how to use CVS to download and update the master copy of the <dd>This tells you how to use HG to download and update the master copy of the
website.</dd> website.</dd>
<dt><a href="stool.htm">On a matter of stooling</a></dt> <dt><a href="stool.htm">On a matter of stooling</a></dt>
@ -100,14 +101,5 @@ wasted in the past through inadequate recording. It isn't very much extra work,
<hr /> <hr />
<ul id="links">
<li><a href="../infodx.htm">Index to info/topics pages</a></li>
<li><a href="../indxal.htm">Full Index to area 1623</a></li>
<li><a href="../areas.htm">Area/subarea descriptions</a>
<ul><li> <a href="../1626/index.html">Adjacent area 1626</a></li> </ul>
</li>
<li> <a href="../index.htm">Back to Expedition Intro page</a></li>
<li> <a href="../../index.htm">Back to CUCC Home page</a></li>
</ul>
</body> </body>
</html> </html>

View File

@ -4,36 +4,37 @@
<title>CUCC Expedition Handbook: Updating the website</title> <title>CUCC Expedition Handbook: Updating the website</title>
</head> </head>
<body> <body>
<h2 id="tophead">CUCC Expedition Handbook</h2> <h2 id="tophead">CUCC Expedition Handbook</h2>
<h1>Updating the website - HOWTO</h1> <h1>Updating the website - HOWTO</h1>
<p>Please refer to <a href="http://www.srcf.ucam.org/caving/wiki/Expo_website_manual" target="_blank">the latest web updating guide in CUCC website</a></p> <p>Simple <a href = "checkin.htm">instructions</a> for updating website</p>
<hr /> <p>Please refer to <a href="http://www.srcf.ucam.org/caving/wiki/Expo_website_manual" target="_blank">the latest web updating guide in CUCC website</a></p>
<p>DExpo data is kept in a number of different locations.</p> <hr />
<dl> <dt>Loser</dt> <dd>Contains the survex data. Mercurial repository ssh://expo@seagrass.goatchurch.org.uk/loser</dd> <dt>Expoweb</dt> <dd>Contains the current website. Mercurial repository ssh://expo@seagrass.goatchurch.org.uk/expoweb</dd> <dt>Tunnel data</dt> <dd>Contains the tunnel data. Mercurial repository ssh://expo@seagrass.goatchurch.org.uk/tunneldata</dd> <dt>Troggle</dt> <dd>Contains the unfinished Django based website. Mercurial repository https://goatchurch@troggle.googlecode.com/hg/ troggle</dd> <dt>Scanned notes</dt> <dd>Scans of survey notes and drawn up surveys. Can be got via rsync.</dd> </dl> <p>DExpo data is kept in a number of different locations.</p>
<p>Mercurial is a distributed revision control system. On expo this means that many people can edit and merge their changes with each other either when they can access the internet. Mercurial is over the top for scanned survey notes, which do not get modified, so they are kept as a plain directory of files.</p> <dl> <dt>Loser</dt> <dd>Contains the survex data. Mercurial repository ssh://expo@seagrass.goatchurch.org.uk/loser</dd> <dt>Expoweb</dt> <dd>Contains the current website. Mercurial repository ssh://expo@seagrass.goatchurch.org.uk/expoweb</dd> <dt>Tunnel data</dt> <dd>Contains the tunnel data. Mercurial repository ssh://expo@seagrass.goatchurch.org.uk/tunneldata</dd> <dt>Troggle</dt> <dd>Contains the unfinished Django based website. Mercurial repository https://goatchurch@troggle.googlecode.com/hg/ troggle</dd> <dt>Scanned notes</dt> <dd>Scans of survey notes and drawn up surveys. Can be got via rsync.</dd> </dl>
<p>If you run windows, you are recommended to install <a href="http://bitbucket.org/tortoisehg/stable/wiki/Home">Tortoise Hg</a>, which nicely interfaces with windows explorer.</p> <p>Mercurial is a distributed revision control system. On expo this means that many people can edit and merge their changes with each other either when they can access the internet. Mercurial is over the top for scanned survey notes, which do not get modified, so they are kept as a plain directory of files.</p>
<h2>Get the repositories</h2> <p>If you run windows, you are recommended to install <a href="http://bitbucket.org/tortoisehg/stable/wiki/Home">Tortoise Hg</a>, which nicely interfaces with windows explorer.</p>
<h3>Mercurial</h3> <h2>Get the repositories</h2>
<h4>Linux</h4> <h3>Mercurial</h3>
<p>hg clone RepositoryURL</p> <h4>Linux</h4>
<h4>Windows</h4> <p>hg clone RepositoryURL</p>
<p>Install<a href="http://bitbucket.org/tortoisehg/stable/wiki/Home">Tortoise Hg</a>. In windows explorer right click, select Tortoise Hg .. and click Clone repository. <br />Set the source path to RepositoryURL <br />Set the destination to somewhere on your local harddisk. <br />Press clone.</p> <h4>Windows</h4>
<h3>RSync</h3> <p>Install<a href="http://bitbucket.org/tortoisehg/stable/wiki/Home">Tortoise Hg</a>. In windows explorer right click, select Tortoise Hg .. and click Clone repository. <br />Set the source path to RepositoryURL <br />Set the destination to somewhere on your local harddisk. <br />Press clone.</p>
<h4>Linux</h4> <h3>RSync</h3>
<p>rsync -av expoimages expo@seagrass.goatchurch.org.uk:</p> <h4>Linux</h4>
<h4>Windows</h4> <p>rsync -av expoimages expo@seagrass.goatchurch.org.uk:</p>
<p>Not sure yet</p> <h4>Windows</h4>
<h2>The website conventions bit</h2> <p>Not sure yet</p>
<p>This is likely to change with structural change to the site, with style changes which we expect to implement and with the method by which the info is actually stored and served up.</p> <h2>The website conventions bit</h2>
<p>... and it's not written yet, either :-)</p> <p>This is likely to change with structural change to the site, with style changes which we expect to implement and with the method by which the info is actually stored and served up.</p>
<ul> <p>... and it's not written yet, either :-)</p>
<li>Structure</li> <ul>
<li>Info for each cave &ndash; automatically generated by <tt>make-indxal4.pl</tt></li> <li>Structure</li>
<li>Contents lists &amp; relative links for multi-article publications like journals. Complicated by expo articles being in a separate hierarchy.</li> <li>Info for each cave &ndash; automatically generated by <tt>make-indxal4.pl</tt></li>
<li>Translations</li> <li>Contents lists &amp; relative links for multi-article publications like journals. Complicated by expo articles being in a separate hierarchy.</li>
<li>Other people's work - the noinfo hierarchy.</li> <li>Translations</li>
<li>Style guide for writing cave descriptions: correct use of boldface (<em>once</em> for each passage name, at the primary definition thereof; other uses of the name should be links to this, and certainly should not be bold.) </li> <li>Other people's work - the noinfo hierarchy.</li>
</ul> <li>Style guide for writing cave descriptions: correct use of boldface (<em>once</em> for each passage name, at the primary definition thereof; other uses of the name should be links to this, and certainly should not be bold.) </li>
</ul>
<hr /> <hr />
</body> </body>
</html> </html>

View File

@ -12,7 +12,7 @@
</head> </head>
<body id="homepage"> <body id="homepage">
<div id="homebox"> <div id="homebox">
<h1>CUCC in Austria <a href="years/1976/report.htm">1976</a>-<a href="years/2011/">2011</a></h1> <h1>CUCC in Austria <a href="years/1976/report.htm">1976</a>-<a href="years/2012/">2012</a></h1>
<p>Welcome to the website of the <a href="http://www.srcf.ucam.org/caving/wiki/Main_Page" target="_blank">Cambridge University Caving Club</a> expeditions to Austria</p> <p>Welcome to the website of the <a href="http://www.srcf.ucam.org/caving/wiki/Main_Page" target="_blank">Cambridge University Caving Club</a> expeditions to Austria</p>
</div> </div>
<!--div id="homeimg"><img src="images/stone-bridge-view.jpg" alt="Austria panorama" width="399" height="260" /--> <!--div id="homeimg"><img src="images/stone-bridge-view.jpg" alt="Austria panorama" width="399" height="260" /-->

View File

@ -113,7 +113,7 @@
<li> <a href="gallery/low.htm">Base camp and non-caving</a> activities</li> <li> <a href="gallery/low.htm">Base camp and non-caving</a> activities</li>
</ul></li> </ul></li>
<li><a href="primer.htm">Primer</a> - for new expedition members</li> <li><a href="primer.htm">Primer</a> - for new expedition members</li>
<li><a href="handbook/look4.htm">Prospecting</a> - Expo handbook (<a href="handbook/prospecting_guide.html">fancy clickable map</a>) </li> <li><a href="handbook/look4.htm">Prospecting</a> - Expo handbook (<a href="/prospecting_guide/">Table</a> <a href="handbook/prospecting_guide.html">fancy clickable map</a>) </li>
<li><a href="pubs.htm">Published Articles</a> in Cambridge Underground and elsewhere (bibliography with links)</li> <li><a href="pubs.htm">Published Articles</a> in Cambridge Underground and elsewhere (bibliography with links)</li>
<li><a href="handbook/rescue.htm">Rescue guide</a> - part of the evolving CUCC Expo handbook</li> <li><a href="handbook/rescue.htm">Rescue guide</a> - part of the evolving CUCC Expo handbook</li>
<li><a href="handbook/rigit.htm">Rigging pitches</a> - embryonic Expedition Handbook section <li><a href="handbook/rigit.htm">Rigging pitches</a> - embryonic Expedition Handbook section
@ -221,10 +221,5 @@ browsing from disc-->
</ul> </ul>
<hr /> <hr />
<!-- LINKS --> <!-- LINKS -->
<ul id="links">
<li>Back to <a href="index.htm">Expedition home page</a></li>
<li>Back to <a href="http://cucc.survex.com/">CUCC home page</a></li>
</ul>
</body> </body>
</html> </html>

505
noinfo/CAVETAB2.CSV Normal file

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
<cave> <cave>
<non_public>False</non_public> <non_public>False</non_public>
<caveslug>1623-157</caveslug> <caveslug>1623-157</caveslug>
<official_name>Schwa Schacht 157</official_name> <official_name>Pirat Schacht</official_name>
<area>1c</area> <area>1c</area>
<area>1623</area> <area>1623</area>
<kataster_code>2/S x </kataster_code> <kataster_code>2/S x </kataster_code>
@ -21,7 +21,7 @@
</entrance> </entrance>
<explorers>Uncertain. Rediscovered CUCC 1987</explorers> <explorers>Uncertain. Rediscovered CUCC 1987</explorers>
<underground_description>Entrance shaft of 50m until gap between snow and rock became too perilous in 1987 - bottom still out of sight. About 25m below the karren, a rift passage leads off from side of shaft into parallel shaft with aven. This shaft is of unknown depth but has recent looking bolts of unknown origin. It is just conceivable that these bolts are in 107, but far more likely that the cave had been looked at by GSCB who were in the area on a reconnaissance in 1986 (?) and more seriously in 1987.</underground_description> <underground_description>Entrance shaft of 50m until gap between snow and rock became too perilous in 1987 - bottom still out of sight. About 12m below the karren, a rift passage leads off from side of shaft into parallel shaft with aven. This shaft is about 9m deep, with no way on at the bottom. In 1987, it reportedly had recent looking bolts of unknown origin - the most likely explanation is that the cave had been looked at by GSCB who were in the area on a reconnaissance in 1986 (?) and more seriously in 1987. In 2012, only one bolt was spotted at the top of this pitch, less recent looking, but still usable.</underground_description>
<equipment></equipment> <equipment></equipment>
<references></references> <references></references>
<survey></survey> <survey></survey>

File diff suppressed because one or more lines are too long

View File

@ -8,9 +8,9 @@
<cave> <cave>
<non_public>False</non_public> <non_public>False</non_public>
<caveslug>1623-2002-AD-04</caveslug> <caveslug>1623-2002-AD-04</caveslug>
<official_name></official_name> <official_name>Klippenhoele</official_name>
<area>2d</area>
<area>1623</area> <area>1623</area>
<area>2d</area>
<kataster_code>1/S =</kataster_code> <kataster_code>1/S =</kataster_code>
<kataster_number></kataster_number> <kataster_number></kataster_number>
<unofficial_number>2002-AD-04</unofficial_number> <unofficial_number>2002-AD-04</unofficial_number>
@ -32,8 +32,8 @@
<depth></depth> <depth></depth>
<extent></extent> <extent></extent>
<survex_file></survex_file> <survex_file></survex_file>
<description_file>smkridge/2002-AD-04.html</description_file> <description_file></description_file>
<url>smkridge/2002-AD-04.html</url> <url>smkridge/2002-AD-04//2002-AD-04.html</url>
</cave> </cave>
</body> </body>
</html> </html>

View File

@ -0,0 +1,39 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Only put one cave in this file -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<cave>
<non_public>False</non_public>
<caveslug>2011-1</caveslug>
<official_name>Bullet Second Höhle</official_name>
<area>1623</area>
<area>2d</area>
<kataster_code></kataster_code>
<kataster_number></kataster_number>
<unofficial_number>2011-1</unofficial_number>
<entrance>
<entranceslug>1623-2011-1</entranceslug>
<letter></letter>
</entrance>
<explorers>Emma Wilson, Gareth Philips, Andy Chapman, Neil Pacey</explorers>
<underground_description>Entrance we found is in steep gully leading to head of approx. 5m pitch. Way on continues to top of 5s rattely drop undescended.</underground_description>
<equipment></equipment>
<references></references>
<survey></survey>
<kataster_status>not in kataster</kataster_status>
<underground_centre_line></underground_centre_line>
<notes></notes>
<length></length>
<depth></depth>
<extent></extent>
<survex_file></survex_file>
<description_file></description_file>
<url>smkridge/2011-1/2011-1.html</url>
</cave>
</body>
</html>

View File

@ -0,0 +1,40 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Only put one cave in this file -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<cave>
<non_public>False</non_public>
<caveslug>1623-2012-HW-01</caveslug>
<official_name>Unamed</official_name>
<area>1623</area>
<area>2d</area>
<area></area>
<kataster_code>1T-</kataster_code>
<kataster_number></kataster_number>
<unofficial_number>2012-HW-01</unofficial_number>
<entrance>
<entranceslug>1623-2012-HW-01</entranceslug>
<letter></letter>
</entrance>
<explorers></explorers>
<underground_description> </underground_description>
<equipment></equipment>
<references></references>
<survey></survey>
<kataster_status></kataster_status>
<underground_centre_line></underground_centre_line>
<notes></notes>
<length></length>
<depth></depth>
<extent></extent>
<survex_file></survex_file>
<description_file></description_file>
<url>smkridge/2012-HW-01/2012-HW-01.html</url>
</cave>
</body>
</html>

View File

@ -0,0 +1,39 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Only put one cave in this file -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<cave>
<non_public>False</non_public>
<caveslug>1623-2012-HW-02</caveslug>
<official_name>Unamed</official_name>
<area>1623</area>
<area>2d</area>
<kataster_code>1T-</kataster_code>
<kataster_number></kataster_number>
<unofficial_number>2012-HW-02</unofficial_number>
<entrance>
<entranceslug>1623-2012-HW-02</entranceslug>
<letter></letter>
</entrance>
<explorers></explorers>
<underground_description> </underground_description>
<equipment></equipment>
<references></references>
<survey></survey>
<kataster_status></kataster_status>
<underground_centre_line></underground_centre_line>
<notes></notes>
<length></length>
<depth></depth>
<extent></extent>
<survex_file></survex_file>
<description_file></description_file>
<url>smkridge/2012-HW-02/2012-HW-02.html</url>
</cave>
</body>
</html>

View File

@ -0,0 +1,39 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Only put one cave in this file -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<cave>
<non_public>False</non_public>
<caveslug>1623-2012-OK-01</caveslug>
<official_name>Unnamed</official_name>
<area>1623</area>
<area>2d</area>
<kataster_code></kataster_code>
<kataster_number></kataster_number>
<unofficial_number>2012-OK-01</unofficial_number>
<entrance>
<entranceslug>1623-2012-OK-01</entranceslug>
<letter></letter>
</entrance>
<explorers>Olaf Kähler, Wookey</explorers>
<underground_description>Undescended entrance is in the northwestern corner of a small depression. It has an entrance shaft of about 25m, estimated from stones rattling down the pitch.</underground_description>
<equipment>Needs bolting kit and about 30m rope.</equipment>
<references></references>
<survey></survey>
<kataster_status>not in kataster</kataster_status>
<underground_centre_line></underground_centre_line>
<notes></notes>
<length></length>
<depth></depth>
<extent></extent>
<survex_file></survex_file>
<description_file></description_file>
<url>smkridge/2012-OK-01/2012-OK-01.html</url>
</cave>
</body>
</html>

View File

@ -0,0 +1,39 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Only put one cave in this file -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<cave>
<non_public>False</non_public>
<caveslug>1623-2012-OK-02</caveslug>
<official_name>Unnamed</official_name>
<area>1623</area>
<area>2d</area>
<kataster_code></kataster_code>
<kataster_number></kataster_number>
<unofficial_number>2012-OK-02</unofficial_number>
<entrance>
<entranceslug>1623-2012-OK-02</entranceslug>
<letter></letter>
</entrance>
<explorers>Olaf Kähler and Wookey</explorers>
<underground_description>There appears to be a large phreatic tube close to the surface with a collapsed roof. Entrance could be gained by abseiling about 5m down onto a pile of rubble and a passage might continue to the south.</underground_description>
<equipment>Bolting kit and about 10m rope required.</equipment>
<references></references>
<survey></survey>
<kataster_status>not in kataster</kataster_status>
<underground_centre_line></underground_centre_line>
<notes></notes>
<length></length>
<depth></depth>
<extent></extent>
<survex_file></survex_file>
<description_file></description_file>
<url>smkridge/2012-OK-02/2012-OK-02.html</url>
</cave>
</body>
</html>

View File

@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Only put one cave in this file -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<cave>
<non_public>False</non_public>
<caveslug>1623-2012-OK-03</caveslug>
<official_name>Unnamed</official_name>
<area>1623</area>
<area>2d</area>
<kataster_code></kataster_code>
<kataster_number></kataster_number>
<unofficial_number>2012-OK-03</unofficial_number>
<entrance>
<entranceslug>1623-2012-OK-03</entranceslug>
<letter></letter>
</entrance>
<explorers>Olaf Kähler, Wookey</explorers>
<underground_description><p>Obvious hole of about 1.5m diameter in side of cliff opens up to a nice phreatic passage of considerable length. Another entrance to the left, to the right the cave becomes slightly smaller. Not explored any further, yet.</p>
<p>This cave might be identical to BS17 but no tags or signs of previous exploration could be found. Also there was almost no noticeable draught.</p></underground_description>
<equipment></equipment>
<references></references>
<survey></survey>
<kataster_status>not in kataster</kataster_status>
<underground_centre_line></underground_centre_line>
<notes></notes>
<length></length>
<depth></depth>
<extent></extent>
<survex_file></survex_file>
<description_file></description_file>
<url>smkridge/2012-OK-03/2012-OK-03.html</url>
</cave>
</body>
</html>

View File

@ -0,0 +1,33 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Only put one cave in this file -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<cave>
<non_public>False</non_public>
<caveslug>1623-2012-dd-01</caveslug>
<official_name>2012-dd-01</official_name>
<kataster_code></kataster_code>
<kataster_number></kataster_number>
<unofficial_number>2012-dd-01</unofficial_number>
<explorers>CUCC
Noted by Duncan Collis and Anthony Day, 2012-08-10</explorers>
<underground_description>Snow plugged surface shaft, at least 15m deep</underground_description>
<equipment></equipment>
<references></references>
<survey></survey>
<kataster_status>-</kataster_status>
<underground_centre_line></underground_centre_line>
<notes></notes>
<length></length>
<depth></depth>
<extent></extent>
<survex_file></survex_file>
<description_file></description_file>
<url>smkridge/2012-dd-01.html</url>
</cave>
</body>
</html>

View File

@ -0,0 +1,40 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Only put one cave in this file -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<cave>
<non_public>False</non_public>
<caveslug>2012-dd-06</caveslug>
<official_name>Big D h&ouml;hle</official_name>
<area>1623</area>
<kataster_code></kataster_code>
<kataster_number></kataster_number>
<unofficial_number>2012-dd-06</unofficial_number>
<entrance>
<entranceslug>2012-dd-06</entranceslug>
<letter></letter>
</entrance>
<explorers>CUCC, Duncan Collis and Anthony Day, 2012-08-10, plus unknown explorers from the late 1980s</explorers>
<underground_description>2.5m high entrance gives way to a short crawl and traverse over a blind 2m pit. 20m from the entrance is a 4m deep pit on the right, beyond which is a pitch. Stones thrown down indicate 15m depth[qm A] with an encouraging boom. No significant draught. No anchors were spotted. However, a flatpack zoom battery was found at the pitch head and an empty packet of &quot;Big D&quot; peanuts with 1988 sell by date was found at the entrance.
<img src="2012-dd-06/i/BigD.jpg"/></underground_description>
<equipment></equipment>
<references></references>
<survey></survey>
<kataster_status></kataster_status>
<underground_centre_line></underground_centre_line>
<notes></notes>
<length></length>
<depth></depth>
<extent></extent>
<survex_file></survex_file>
<description_file></description_file>
<url>smkridge/2012-dd-06.html</url>
</cave>
</body>
</html>

View File

@ -0,0 +1,38 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Only put one cave in this file -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<cave>
<non_public>False</non_public>
<caveslug>1623-2012-dd-10</caveslug>
<official_name>Unnamed</official_name>
<area>1623</area>
<kataster_code></kataster_code>
<kataster_number></kataster_number>
<unofficial_number>2012-dd-10</unofficial_number>
<entrance>
<entranceslug>1623-2012-dd-10</entranceslug>
<letter></letter>
</entrance>
<explorers>Duncan Collis</explorers>
<underground_description>~20m deep shaft, undescended.</underground_description>
<equipment></equipment>
<references></references>
<survey></survey>
<kataster_status></kataster_status>
<underground_centre_line></underground_centre_line>
<notes></notes>
<length></length>
<depth></depth>
<extent></extent>
<survex_file></survex_file>
<description_file></description_file>
<url>smkridge/2012-dd-10.html</url>
</cave>
</body>
</html>

View File

@ -0,0 +1,38 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Only put one cave in this file -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<cave>
<non_public>False</non_public>
<caveslug>1623-2012-dd-11</caveslug>
<official_name>Unnamed</official_name>
<area>1623</area>
<kataster_code></kataster_code>
<kataster_number></kataster_number>
<unofficial_number>2012-dd-11</unofficial_number>
<entrance>
<entranceslug>1623-2012-dd-11</entranceslug>
<letter></letter>
</entrance>
<explorers>Duncan Collis</explorers>
<underground_description>Climb down over snow plug into large flat-floored passage. Ends after about 20m.</underground_description>
<equipment></equipment>
<references></references>
<survey></survey>
<kataster_status></kataster_status>
<underground_centre_line></underground_centre_line>
<notes>Possibly suitable as a bivvy site.</notes>
<length></length>
<depth></depth>
<extent></extent>
<survex_file></survex_file>
<description_file></description_file>
<url>smkridge/2012-dd-11.html</url>
</cave>
</body>
</html>

View File

@ -9,8 +9,8 @@
<non_public>True</non_public> <non_public>True</non_public>
<caveslug>1623-BS17</caveslug> <caveslug>1623-BS17</caveslug>
<official_name>Organh&ouml;hle</official_name> <official_name>Organh&ouml;hle</official_name>
<area>1623</area>
<area>6</area> <area>6</area>
<area>1623</area>
<kataster_code>2/S +</kataster_code> <kataster_code>2/S +</kataster_code>
<kataster_number></kataster_number> <kataster_number></kataster_number>
<unofficial_number>BS17</unofficial_number> <unofficial_number>BS17</unofficial_number>
@ -27,7 +27,7 @@
<survey>Grade 3c survey on cover of UBSS Nls 6(3), 11/90</survey> <survey>Grade 3c survey on cover of UBSS Nls 6(3), 11/90</survey>
<kataster_status></kataster_status> <kataster_status></kataster_status>
<underground_centre_line></underground_centre_line> <underground_centre_line></underground_centre_line>
<notes></notes> <notes>This cave might have been refound as 2012-OK-03</notes>
<length>235m</length> <length>235m</length>
<depth>295m</depth> <depth>295m</depth>
<extent></extent> <extent></extent>

View File

@ -0,0 +1,39 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Only put one cave in this file -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<cave>
<non_public>False</non_public>
<caveslug>2012-dd-02</caveslug>
<official_name>Unnamed</official_name>
<area>1623</area>
<area>2d</area>
<kataster_code></kataster_code>
<kataster_number></kataster_number>
<unofficial_number>2012-dd-02</unofficial_number>
<entrance>
<entranceslug>2012-dd-02</entranceslug>
<letter></letter>
</entrance>
<explorers>CUCC, noted by Duncan Collis and Anthony Day</explorers>
<underground_description>Gully down to apparent horizontal entrance with immediate 8m pitch to snow. Appears to be draughting in. </underground_description>
<equipment></equipment>
<references></references>
<survey></survey>
<kataster_status></kataster_status>
<underground_centre_line></underground_centre_line>
<notes></notes>
<length></length>
<depth></depth>
<extent></extent>
<survex_file></survex_file>
<description_file></description_file>
<url>smkridge/2012-dd-02</url>
</cave>
</body>
</html>

View File

@ -0,0 +1,38 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Only put one cave in this file -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<cave>
<non_public>False</non_public>
<caveslug>2012-dd-03</caveslug>
<official_name>Unnamed</official_name>
<area>1623</area>
<kataster_code></kataster_code>
<kataster_number></kataster_number>
<unofficial_number>2012-dd-03</unofficial_number>
<entrance>
<entranceslug>2012-dd-03</entranceslug>
<letter></letter>
</entrance>
<explorers>CUCC, Duncan Collis and Anthony Day, 2012-08-10</explorers>
<underground_description>Short climb down, appears to be choked.</underground_description>
<equipment></equipment>
<references></references>
<survey></survey>
<kataster_status></kataster_status>
<underground_centre_line></underground_centre_line>
<notes></notes>
<length></length>
<depth></depth>
<extent></extent>
<survex_file></survex_file>
<description_file></description_file>
<url>smkridge/2012-dd-03</url>
</cave>
</body>
</html>

View File

@ -0,0 +1,38 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Only put one cave in this file -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<cave>
<non_public>False</non_public>
<caveslug>2012-dd-04</caveslug>
<official_name>Unnamed</official_name>
<area>1623</area>
<kataster_code></kataster_code>
<kataster_number></kataster_number>
<unofficial_number>2012-dd-04</unofficial_number>
<entrance>
<entranceslug>2012-dd-04</entranceslug>
<letter></letter>
</entrance>
<explorers>CUCC, Duncan Collis and Anthony Day, 2012-08-10</explorers>
<underground_description>Small hole in grassy gully near subsidiary summit of Hohes Augst Eck. Goes downhill for 5m to choke. Adjacent hole chokes immediately</underground_description>
<equipment></equipment>
<references></references>
<survey></survey>
<kataster_status></kataster_status>
<underground_centre_line></underground_centre_line>
<notes></notes>
<length></length>
<depth></depth>
<extent></extent>
<survex_file></survex_file>
<description_file></description_file>
<url>smkridge/2012-dd-04.html</url>
</cave>
</body>
</html>

View File

@ -0,0 +1,38 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Only put one cave in this file -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<cave>
<non_public>False</non_public>
<caveslug>2012-dd-05</caveslug>
<official_name>Unnamed</official_name>
<area>1623</area>
<kataster_code></kataster_code>
<kataster_number></kataster_number>
<unofficial_number>2012-dd-05</unofficial_number>
<entrance>
<entranceslug>2012-dd-05</entranceslug>
<letter></letter>
</entrance>
<explorers>CUCC, Duncan Collis and Anthony Day, 2012-08-10</explorers>
<underground_description>10m crawl with outward draught to walking passage. Pitch ~10m [qm a] immediately on left after crawl. Beyond pitchhead passage turns left over guano, reduces in size and starts to ascend [qm c].</underground_description>
<equipment></equipment>
<references></references>
<survey></survey>
<kataster_status></kataster_status>
<underground_centre_line></underground_centre_line>
<notes></notes>
<length></length>
<depth></depth>
<extent></extent>
<survex_file></survex_file>
<description_file></description_file>
<url>smkridge/2012-dd-05.html</url>
</cave>
</body>
</html>

View File

@ -0,0 +1,38 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Only put one cave in this file -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<cave>
<non_public>False</non_public>
<caveslug>2012-dd-06</caveslug>
<official_name>Big D h&ouml;hle</official_name>
<area>1623</area>
<kataster_code></kataster_code>
<kataster_number></kataster_number>
<unofficial_number>2012-dd-06</unofficial_number>
<entrance>
<entranceslug>2012-dd-06</entranceslug>
<letter></letter>
</entrance>
<explorers>CUCC, Duncan Collis and Anthony Day, 2012-08-10, plus unknown explorers from the late 1980s</explorers>
<underground_description>2.5m high entrance gives way to a short crawl and traverse over a blind 2m pit. 20m from the entrance is a 4m deep pit on the right, beyond which is a pitch. Stones thrown down indicate 15m depth[qm A] with an encouraging boom. No significant draught. No anchors were spotted. However, a flatpack zoom battery was found at the pitch head and an empty packet of &quot;Big D&quot; peanuts with 1988 sell by date was found at the entrance.</underground_description>
<equipment></equipment>
<references></references>
<survey></survey>
<kataster_status></kataster_status>
<underground_centre_line></underground_centre_line>
<notes></notes>
<length></length>
<depth></depth>
<extent></extent>
<survex_file></survex_file>
<description_file></description_file>
<url>smkridge/2012-dd-06.html</url>
</cave>
</body>
</html>

View File

@ -0,0 +1,38 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Only put one cave in this file -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<cave>
<non_public>False</non_public>
<caveslug>2012-dd-07</caveslug>
<official_name>Unnamed</official_name>
<area>1623</area>
<kataster_code></kataster_code>
<kataster_number></kataster_number>
<unofficial_number>2012-dd-07</unofficial_number>
<entrance>
<entranceslug>2012-dd-07</entranceslug>
<letter></letter>
</entrance>
<explorers>CUCC, Duncan Collis and Anthony Day, 2012-08-10</explorers>
<underground_description>5m wide phreas exploiting a bedding plane, mostly full of rocks, heads downhill with the dip of the beds for 50m to a choke. About 30m in is a climb up a phreatic tube which does not look too hard and appears to carry some draught [qm B]. There is no evidence of previous visitors - the sand in the choke at the end was untouched.</underground_description>
<equipment></equipment>
<references></references>
<survey></survey>
<kataster_status></kataster_status>
<underground_centre_line></underground_centre_line>
<notes></notes>
<length></length>
<depth></depth>
<extent></extent>
<survex_file></survex_file>
<description_file></description_file>
<url>smkridge/2012-dd-07.html</url>
</cave>
</body>
</html>

View File

@ -0,0 +1,38 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Only put one cave in this file -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<cave>
<non_public>False</non_public>
<caveslug>2012-dd-08</caveslug>
<official_name>Unnamed</official_name>
<area>1623</area>
<kataster_code></kataster_code>
<kataster_number></kataster_number>
<unofficial_number>2012-dd-08</unofficial_number>
<entrance>
<entranceslug>2012-dd-08</entranceslug>
<letter></letter>
</entrance>
<explorers>CUCC, Duncan Collis and Anthony Day, 2012-08-12</explorers>
<underground_description>2m high, 3m wide horizontal entrance at base of 5m high escarpment. Passage chokes after ~10m but holes down on the left side lead to a strongly draughting dig/squeeze ascending into further passage [qm a]</underground_description>
<equipment></equipment>
<references></references>
<survey></survey>
<kataster_status></kataster_status>
<underground_centre_line></underground_centre_line>
<notes></notes>
<length></length>
<depth></depth>
<extent></extent>
<survex_file></survex_file>
<description_file></description_file>
<url>smkridge/2012-dd-08.html</url>
</cave>
</body>
</html>

View File

@ -0,0 +1,38 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Only put one cave in this file -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<cave>
<non_public>False</non_public>
<caveslug>2012-dd-09</caveslug>
<official_name>Unnamed</official_name>
<area>1623</area>
<kataster_code></kataster_code>
<kataster_number></kataster_number>
<unofficial_number>2012-dd-09</unofficial_number>
<entrance>
<entranceslug>2012-dd-09</entranceslug>
<letter></letter>
</entrance>
<explorers>CUCC, Duncan Collis and Anthony Day, 2012-08-10</explorers>
<underground_description>Large open hole, 5m free climb to bottom, which is choked.</underground_description>
<equipment></equipment>
<references></references>
<survey></survey>
<kataster_status></kataster_status>
<underground_centre_line></underground_centre_line>
<notes></notes>
<length></length>
<depth></depth>
<extent></extent>
<survex_file></survex_file>
<description_file></description_file>
<url>smkridge/2012-dd-09</url>
</cave>
</body>
</html>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p105</other_station> <other_station>p105</other_station>
<other_description>p105</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p109</other_station> <other_station>p109</other_station>
<other_description>p109</other_description> <other_description>point above 1623/109 entrance</other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p113</other_station> <other_station>p113</other_station>
<other_description>p113</other_description> <other_description>pitch head bolt on wall above yawning chasm near "113" paint mark. NB this cannot be reached without SRTing off the bunde and is very exposed (start of underground survey)</other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p116</other_station> <other_station>p116</other_station>
<other_description>p116</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p131</other_station> <other_station>p131</other_station>
<other_description>p131</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p136b</other_station> <other_station>p136b</other_station>
<other_description>p136b</other_description> <other_description>spit</other_description>
<bearings>VSK: 233&deg;, Hollweiser: 145&deg; (from a point between the WK7-WK10 entrances)</bearings> <bearings>VSK: 233&deg;, Hollweiser: 145&deg; (from a point between the WK7-WK10 entrances)</bearings>
<url>smkridge/161/136b.htm</url> <url>smkridge/161/136b.htm</url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p136c</other_station> <other_station>p136c</other_station>
<other_description>p136c</other_description> <other_description>spit</other_description>
<bearings>VSK: 233&deg;, Hollweiser: 145&deg; (from a point between the WK7-WK10 entrances)</bearings> <bearings>VSK: 233&deg;, Hollweiser: 145&deg; (from a point between the WK7-WK10 entrances)</bearings>
<url>smkridge/161/136c.htm</url> <url>smkridge/161/136c.htm</url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p141</other_station> <other_station>p141</other_station>
<other_description>p141</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p142</other_station> <other_station>p142</other_station>
<other_description>p142</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station>p143x</exact_station> <exact_station>p143x</exact_station>
<other_station>p143</other_station> <other_station>p143</other_station>
<other_description>p143</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station>p144x</exact_station> <exact_station>p144x</exact_station>
<other_station>p144</other_station> <other_station>p144</other_station>
<other_description>p144</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p145b</other_station> <other_station>p145b</other_station>
<other_description>p145b</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p145c</other_station> <other_station>p145c</other_station>
<other_description>p145c</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station>t147</tag_station> <tag_station>t147</tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p147</other_station> <other_station>p147</other_station>
<other_description>p147</other_description> <other_description>Start of (old) underground survey (Orange circle with orange dot in middle on rock nodule above entrance)</other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p148</other_station> <other_station>p148</other_station>
<other_description>p148</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p150</other_station> <other_station>p150</other_station>
<other_description>p150</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p151</other_station> <other_station>p151</other_station>
<other_description>p151</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p152</other_station> <other_station>p152</other_station>
<other_description>p152</other_description> <other_description>drilled station at entrance </other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p154</other_station> <other_station>p154</other_station>
<other_description>p154</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p154b</other_station> <other_station>p154b</other_station>
<other_description>p154b</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station>t156</tag_station> <tag_station>t156</tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p156</other_station> <other_station>p156</other_station>
<other_description>p156</other_description> <other_description>random point or top rigging bolt</other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -32,7 +32,7 @@
L = Lost, L = Lost,
R = Refindable" --> R = Refindable" -->
<findability>S</findability> <findability>S</findability>
<findability_description>Much confusion</findability_description> <findability_description>Surface survey to laser 0/5</findability_description>
<alt></alt> <alt></alt>
<northing></northing> <northing></northing>
<easting></easting> <easting></easting>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p161b</other_station> <other_station>p161b</other_station>
<other_description>p161b</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url>smkridge/161/161b.htm</url> <url>smkridge/161/161b.htm</url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p161c</other_station> <other_station>p161c</other_station>
<other_description>p161c</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url>smkridge/161/161c.htm</url> <url>smkridge/161/161c.htm</url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p161e</other_station> <other_station>p161e</other_station>
<other_description>p161e</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url>smkridge/161/161e.htm</url> <url>smkridge/161/161e.htm</url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p161f</other_station> <other_station>p161f</other_station>
<other_description>p161f</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url>smkridge/161/161f.htm</url> <url>smkridge/161/161f.htm</url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p162</other_station> <other_station>p162</other_station>
<other_description>p162</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station>p164tag</tag_station> <tag_station>p164tag</tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p164rig</other_station> <other_station>p164rig</other_station>
<other_description>p164rig</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p165</other_station> <other_station>p165</other_station>
<other_description>p165</other_description> <other_description></other_description>
<bearings>Cross on Sch&ouml;nberg 331&deg;, Br&auml;uning Nase 226&deg;</bearings> <bearings>Cross on Sch&ouml;nberg 331&deg;, Br&auml;uning Nase 226&deg;</bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p171b</other_station> <other_station>p171b</other_station>
<other_description>p171b</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p172</other_station> <other_station>p172</other_station>
<other_description>p172</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p180</other_station> <other_station>p180</other_station>
<other_description>p180</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p182</other_station> <other_station>p182</other_station>
<other_description>p182</other_description> <other_description></other_description>
<bearings>Br&auml;uning Scharte 180&deg;,Br&auml;uning Zinken 210&deg;, HSK 070&deg;. Journal CU's 1991,92 says VSK 210&deg; but this has to be a typo, maybe 110 ?</p><p>Top Camp below the Br&auml;uning wall is on 144&deg; and +01.5&deg; but can't actually be seen from entrance.</bearings> <bearings>Br&auml;uning Scharte 180&deg;,Br&auml;uning Zinken 210&deg;, HSK 070&deg;. Journal CU's 1991,92 says VSK 210&deg; but this has to be a typo, maybe 110 ?</p><p>Top Camp below the Br&auml;uning wall is on 144&deg; and +01.5&deg; but can't actually be seen from entrance.</bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p183</other_station> <other_station>p183</other_station>
<other_description>p183</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p184</other_station> <other_station>p184</other_station>
<other_description>p184</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p186</other_station> <other_station>p186</other_station>
<other_description>p186</other_description> <other_description></other_description>
<bearings>(1994 bearings <span lang="de-at">Br&auml;uning Zinken</span> 284.5&deg;, <span lang="de-at">Loser</span> 235&deg;)</bearings> <bearings>(1994 bearings <span lang="de-at">Br&auml;uning Zinken</span> 284.5&deg;, <span lang="de-at">Loser</span> 235&deg;)</bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p188</other_station> <other_station>p188</other_station>
<other_description>p188</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p191</other_station> <other_station>p191</other_station>
<other_description>p191</other_description> <other_description></other_description>
<bearings>Trisselberg cross 185&frac12;&deg;, Summit of Vorderer Schwarzmooskogel 222&frac12;&deg;, Prominent col to north of Trisselberg 147&frac12;&deg;.</bearings> <bearings>Trisselberg cross 185&frac12;&deg;, Summit of Vorderer Schwarzmooskogel 222&frac12;&deg;, Prominent col to north of Trisselberg 147&frac12;&deg;.</bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p193</other_station> <other_station>p193</other_station>
<other_description>p193</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p194</other_station> <other_station>p194</other_station>
<other_description>p194</other_description> <other_description></other_description>
<bearings>Br&auml;uning Zinken 230&deg;</p><p>Two other bearings are given, one to "Kleine Wehr Kogel" 354&deg;, but, in fact, to "Kleine Wild Kogel". The other is 295&deg; to a small peak left of the Sch&ouml;nberg which I can't identify from the map. </bearings> <bearings>Br&auml;uning Zinken 230&deg;</p><p>Two other bearings are given, one to "Kleine Wehr Kogel" 354&deg;, but, in fact, to "Kleine Wild Kogel". The other is 295&deg; to a small peak left of the Sch&ouml;nberg which I can't identify from the map. </bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p196</other_station> <other_station>p196</other_station>
<other_description>p196</other_description> <other_description></other_description>
<bearings>Br&auml;uning Zinken 240&deg;"Kleine Wild Kogel" 356&deg;</bearings> <bearings>Br&auml;uning Zinken 240&deg;"Kleine Wild Kogel" 356&deg;</bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>nasetotc.7</other_station> <other_station>nasetotc.7</other_station>
<other_description>nasetotc.7</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -36,7 +36,7 @@
<alt></alt> <alt></alt>
<northing></northing> <northing></northing>
<easting></easting> <easting></easting>
<tag_station></tag_station> <tag_station>p99ob01</tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station></other_station> <other_station></other_station>
<other_description></other_description> <other_description></other_description>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>pmi5</other_station> <other_station>pmi5</other_station>
<other_description>pmi5</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p2000-02</other_station> <other_station>p2000-02</other_station>
<other_description>p2000-02</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p2000-08</other_station> <other_station>p2000-08</other_station>
<other_description>p2000-08</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p2001-02</other_station> <other_station>p2001-02</other_station>
<other_description>p2001-02</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p2001-03</other_station> <other_station>p2001-03</other_station>
<other_description>p2001-03</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>gps02olly.2001-06</other_station> <other_station>gps02olly.2001-06</other_station>
<other_description>gps02olly.2001-06</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>gps02olly.2001-07</other_station> <other_station>gps02olly.2001-07</other_station>
<other_description>gps02olly.2001-07</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>gps02olly.2001-08</other_station> <other_station>gps02olly.2001-08</other_station>
<other_description>gps02olly.2001-08</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>gps02olly.2001-09</other_station> <other_station>gps02olly.2001-09</other_station>
<other_description>gps02olly.2001-09</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>gps02olly.2001-10</other_station> <other_station>gps02olly.2001-10</other_station>
<other_description>gps02olly.2001-10</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>gps02olly.2001-11</other_station> <other_station>gps02olly.2001-11</other_station>
<other_description>gps02olly.2001-11</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>gps02olly.2001-12</other_station> <other_station>gps02olly.2001-12</other_station>
<other_description>gps02olly.2001-12</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station>t2002-08</tag_station> <tag_station>t2002-08</tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>p2002-08</other_station> <other_station>p2002-08</other_station>
<other_description>p2002-08</other_description> <other_description>point on dripline</other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -15,7 +15,9 @@
<location_description></location_description> <location_description></location_description>
<approach>Further round and higher up on the same side of the col as <a href="../2002-AD-03/2002-AD-03.html">2002-AD-03</a> are three holes.</approach> <approach>Further round and higher up on the same side of the col as <a href="../2002-AD-03/2002-AD-03.html">2002-AD-03</a> are three holes.</approach>
<underground_description></underground_description> <underground_description></underground_description>
<photo></photo> <photo><p><a href="i/klippenhoele_1.jpg"><img src="t/klippenhoele_1.jpg"/></a></p><p><a href="i/klippenhoele_2.jpg"><img src="t/klippenhoele_2.jpg"/></a></p><p><a
href="i/klippenhoele_3.jpg"><img
src="t/klippenhoele_3.jpg"/></a></p></photo>
<!-- marking options: P = Paint, <!-- marking options: P = Paint,
P? = Paint (?), P? = Paint (?),
T = Tag, T = Tag,

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>gps02.p2002-x09</other_station> <other_station>gps02.p2002-x09</other_station>
<other_description>gps02.p2002-x09</other_description> <other_description>No idea</other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>gps02.p2002-x09b</other_station> <other_station>gps02.p2002-x09b</other_station>
<other_description>gps02.p2002-x09b</other_description> <other_description>No idea</other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>gps02.p2002-x15</other_station> <other_station>gps02.p2002-x15</other_station>
<other_description>gps02.p2002-x15</other_description> <other_description>No idea</other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>gps02.p2002-x16</other_station> <other_station>gps02.p2002-x16</other_station>
<other_description>gps02.p2002-x16</other_description> <other_description>No idea</other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>gps02.p2002-x17</other_station> <other_station>gps02.p2002-x17</other_station>
<other_description>gps02.p2002-x17</other_description> <other_description>No idea</other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>gps02.p2002-x18</other_station> <other_station>gps02.p2002-x18</other_station>
<other_description>gps02.p2002-x18</other_description> <other_description>No idea</other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>pquarriesd</other_station> <other_station>pquarriesd</other_station>
<other_description>pquarriesd</other_description> <other_description>No idea</other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>gps03_bis.p2003-x11</other_station> <other_station>gps03_bis.p2003-x11</other_station>
<other_description>gps03_bis.p2003-x11</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>gps03_bis.p2003-x12</other_station> <other_station>gps03_bis.p2003-x12</other_station>
<other_description>gps03_bis.p2003-x12</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>gps03_bis.p2003-x13</other_station> <other_station>gps03_bis.p2003-x13</other_station>
<other_description>gps03_bis.p2003-x13</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>gps03_bis.p2003-x14</other_station> <other_station>gps03_bis.p2003-x14</other_station>
<other_description>gps03_bis.p2003-x14</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>gps03_bis.p2003-x15</other_station> <other_station>gps03_bis.p2003-x15</other_station>
<other_description>gps03_bis.p2003-x15</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>gps03_bis.p2003-x16</other_station> <other_station>gps03_bis.p2003-x16</other_station>
<other_description>gps03_bis.p2003-x16</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

View File

@ -39,7 +39,7 @@
<tag_station></tag_station> <tag_station></tag_station>
<exact_station></exact_station> <exact_station></exact_station>
<other_station>gps03_bis.p2003-x17</other_station> <other_station>gps03_bis.p2003-x17</other_station>
<other_description>gps03_bis.p2003-x17</other_description> <other_description></other_description>
<bearings></bearings> <bearings></bearings>
<url></url> <url></url>
</entrance> </entrance>

Some files were not shown because too many files have changed in this diff Show More