mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-01-18 00:42:38 +00:00
fix entrance letters
This commit is contained in:
parent
302ad2e16e
commit
eb522771aa
@ -39,8 +39,8 @@ code used in the Austrian kataster e.g '1/S +' - https://expo/.survex.com/katast
|
||||
<unofficial_number>2017-pw-01</unofficial_number><!-- (Either this or kataster_number is required). Initial temporary cave ID used until kataster number is allocated e.g. '2012-DD-01'-->
|
||||
|
||||
<entrance>
|
||||
<entranceslug>1623-277</entranceslug><!-- Internal ID to refer to each entrance instance in the entrance files (typically the same as that filename (e.g. 1623-161c). Matches the 'slug' field in the entrance file -->
|
||||
<letter></letter><!--Leave blank for single-entrance cave. If there is more than one entrace then the letter needs to be given. Generally matches the entranceslug ID. -->
|
||||
<entranceslug>1623-277a</entranceslug><!-- Internal ID to refer to each entrance instance in the entrance files (typically the same as that filename (e.g. 1623-161c). Matches the 'slug' field in the entrance file -->
|
||||
<letter>a</letter><!--Leave blank for single-entrance cave. If there is more than one entrace then the letter needs to be given. Generally matches the entranceslug ID. -->
|
||||
</entrance>
|
||||
|
||||
<entrance>
|
||||
@ -48,6 +48,10 @@ code used in the Austrian kataster e.g '1/S +' - https://expo/.survex.com/katast
|
||||
<letter>b</letter><!--Leave blank for single-entrance cave. If there is more than one entrace then the letter needs to be given. Generally matches the entranceslug ID. -->
|
||||
</entrance>
|
||||
|
||||
<entrance>
|
||||
<entranceslug>1623-277c</entranceslug><!-- Internal ID to refer to each entrance instance in the entrance files (typically the same as that filename (e.g. 1623-161c). Matches the 'slug' field in the entrance file -->
|
||||
<letter>c</letter><!--Leave blank for single-entrance cave. If there is more than one entrace then the letter needs to be given. Generally matches the entranceslug ID. -->
|
||||
</entrance>
|
||||
<explorers>CUCC, 2017</explorers><!-- 'CUCC Expo' and year(s) of exploration. To distinguish from caves explored by foreign groups. Individual names can be given too if it was a small cave. -->
|
||||
<survex_file>caves-1623/277/277.svx</survex_file><!-- Name of top-level survey file for this cave. Relative to the 'loser' survex repository. So for most caves that's "caves/cavenum/cavnum.svx". (e.g. caves/204/204.svx -->
|
||||
<underground_description>Three nearby entrances all connect and lead down a steep ramp to a 30m pitch then a 20m pitch into a larger chamber with no obvious continuation.</underground_description><!-- Underground description. (description of approach and entrance goes in entrance file). For a small cave this will be the entire description. For larger caves it will be the front page of the description, or a short intro, containing links to other pages with the cave description in, or even nothing but a link. -->
|
||||
|
@ -19,7 +19,7 @@ though, you do not need to do a data import as it happens automatically -->
|
||||
<br>
|
||||
<entrance>
|
||||
<non_public>False</non_public>
|
||||
<slug>1623-277</slug> <!-- one entrance and one slug per entrance_data file -->
|
||||
<slug>1623-277a</slug> <!-- one entrance and one slug per entrance_data file -->
|
||||
<name></name>
|
||||
<entrance_description>Two entrances: one 8m pitch, and one 8m handline-able ramp. Both lead down to a sandy 45 degree slope, with another choked up entrance on the right hand side.</entrance_description>
|
||||
<explorers>CUCC 2017</explorers>
|
||||
@ -27,8 +27,8 @@ though, you do not need to do a data import as it happens automatically -->
|
||||
<location_description>Head to Balkonhohle, but instead of descending the rope to the entrance ledge, continue up the slope until you reach a large plateau with a central valley and large flat depression. Head up the slope to the right of the large depression. 1623/277 is near the top of that slope, past numerous blind shafts.</location_description>
|
||||
<lastvisit></lastvisit>
|
||||
<approach></approach>
|
||||
<underground_description>The entrance series continues down a narrow phreatic passage (also at 45 degrees) with a loose boulder floor. This continues for about 20m until a junction with two avens (one wet, one dry) and another choked 45 degree downslope. The phreatic passage continues downwards from survey station 8, becoming a long tube ramping down at 45 degrees with numerous offshoots and small avens. It ends at a 30m pitch that descends into a large breakdown chamber.
|
||||
|
||||
<underground_description>The entrance series continues down a narrow phreatic passage (also at 45 degrees) with a loose boulder floor. This continues for about 20m until a junction with two avens (one wet, one dry) and another choked 45 degree downslope. The phreatic passage continues downwards from survey station 8, becoming a long tube ramping down at 45 degrees with numerous offshoots and small avens. It ends at a 30m pitch that descends into a large breakdown chamber.
|
||||
|
||||
The chamber is divided in two by a boulder pile below the aven. A crawl from one chamber widens into a loose passage which then chokes. Gear tape was found here in 2017, which means a potential link through to 2011-01?</underground_description>
|
||||
<photo></photo>
|
||||
<!-- marking options: P = Paint,
|
||||
@ -41,7 +41,7 @@ The chamber is divided in two by a boulder pile below the aven. A crawl from one
|
||||
U = Unmarked,
|
||||
? = Unknown" -->
|
||||
<marking>T</marking>
|
||||
<marking_comment>Tagged "1623/277" in 2018<br />
|
||||
<marking_comment>Tagged "1623/277" in 2018<br />
|
||||
(Replaces tag "2017-pw-01" placed in 2017)</marking_comment>
|
||||
<!-- findability options: ? = To be confirmed ...,
|
||||
S = Surveyed,
|
Loading…
Reference in New Issue
Block a user