From eea74406c9ba0e7554a75e98ae7bb6792a164e11 Mon Sep 17 00:00:00 2001
From: Philip Sargent
The entrance leads to a non-obvious way on to the head of the short Bell Pitch, from where very awkward going leads out to a bigger passage to reach The Ramp a series of off-vertical pitches. The damper but technically easier Inlet Pitches drop to a Big Chamber, from where Pete's Purgatory starts, and leads in 800m of tortuous going to The Confluence and the larger streamway leading to the deepest point.
Better is the Purgatory Bypass which starts as dry fossil tubes, with a choice of routes to reach Junction Chamber where the Big Rift of Stellerweghöhle enters. Opposite, the huge fossil tube of Dartford Tunnel makes for easy progress to the Confluence, about halfway down the system. The continuing main streamway is interrupted by a bypassable sump and numerous pitches before a low airspace duck at the end of an unpromising canal leads to the spectacular Orgasm Chasm. Careful rigging avoids the water in this 140m shaft, ending in muddy passage and another short drop to a deep and terminal sump. ", "equipment": "", "references": "", "survey": "CUCC's parts surveyed to Grade 5 but not all drawn up - see here", "kataster_status": "", "underground_centre_line": "In dataset", "notes": "The Austrian Kataster has adopted a very perverse way of numbering things. Their numbers are as follows:
", "length": "SMK system total 54000m", "depth": "from entrance; SMK system total 1032m", "extent": "SMK system total 2812m", "survex_file": "smk-system.svx", "description_file": "1623/115.htm", "url": "1623/115.htm", "filename": "1623-115.html", "area": [1, 8]}} + {"new_since_parsing": false, "non_public": false, + "official_name": "Schnellzughöhle", + "kataster_code": "6/t/S/W x", + "kataster_number": "115", + "unofficial_number": "40m", + "explorers": "CUCC 1980-1985", + "underground_description": "This is the main entrance through which the majority of the Stellerweghöhle system was explored. See the separate full guidebook description for details, just an overview is given here.
The entrance leads to a non-obvious way on to the head of the short Bell Pitch, from where very awkward going leads out to a bigger passage to reach The Ramp a series of off-vertical pitches. The damper but technically easier Inlet Pitches drop to a Big Chamber, from where Pete's Purgatory starts, and leads in 800m of tortuous going to The Confluence and the larger streamway leading to the deepest point.
Better is the Purgatory Bypass which starts as dry fossil tubes, with a choice of routes to reach Junction Chamber where the Big Rift of Stellerweghöhle enters. Opposite, the huge fossil tube of Dartford Tunnel makes for easy progress to the Confluence, about halfway down the system. The continuing main streamway is interrupted by a bypassable sump and numerous pitches before a low airspace duck at the end of an unpromising canal leads to the spectacular Orgasm Chasm. Careful rigging avoids the water in this 140m shaft, ending in muddy passage and another short drop to a deep and terminal sump. ", + "equipment": "", + "references": "", + "survey": "CUCC's parts surveyed to Grade 5 but not all drawn up - see here", + "kataster_status": "", + "underground_centre_line": "In dataset", + "notes": "The Austrian Kataster has adopted a very perverse way of numbering things. Their numbers are as follows:
", "length": "SMK system total 54000m", "depth": "from entrance; SMK system total 1032m", "extent": "SMK system total 2812m", + "survex_file": "smk-system.svx", + "description_file": "1623/115.htm", + "url": "1623/115.htm", + "filename": "1623-115.html", + "area": [1, 8]}} ] \ No newline at end of file diff --git a/core/views/caves.py b/core/views/caves.py index 2b97aac..fed3614 100644 --- a/core/views/caves.py +++ b/core/views/caves.py @@ -226,9 +226,16 @@ def rendercave(request, cave, slug, cave_id=''): editable = True else: editable = False - print(" ! rendercave:'{}' svxstem:{} svx3d:'{}'".format(cave, svxstem, svx3d)) - return render(request,'cave.html', {'cave_editable': editable, 'settings': settings, 'cave': cave, 'cavepage': True, - 'cave_id': cave_id, 'svxstem': svxstem, 'svx3d':svx3d}) + #print(f" ! rendercave:'{cave}' svxstem:{svxstem} caveid:'{cave_id}' svx3d:'{svx3d}'") + try: + r = render(request,'cave.html', {'cave_editable': editable, 'settings': settings, 'cave': cave, 'cavepage': True, + 'cave_id': cave_id, 'svxstem': svxstem, 'svx3d':svx3d}) + return r + except: + raise + return render(request,'errors/generic.html', {'cave_editable': editable, 'settings': settings, 'cave': cave, 'cavepage': True, + 'cave_id': cave_id, 'svxstem': svxstem, 'svx3d':svx3d}) + def cavepage(request, karea, subpath): '''Displays a cave description page @@ -249,10 +256,12 @@ def cavepage(request, karea, subpath): return expo.expopage(request, path) except Cave.MultipleObjectsReturned: caves = Cave.objects.filter(url = path) + # we should have a -several variant for the cave pages, not just the svxcaves: return render(request, 'svxcaveseveral.html', {'settings': settings, "caves":caves }) except: - return render(request, 'pagenotfound.html', {'path': path}) - + raise + return render(request, 'pagenotfound.html', {'path': path}) # it does not seem possible to set the status_code to '404' + def cave(request, cave_id='', offical_name=''): '''Displays a cave description page accesssed by a fairly random id which might be anything diff --git a/settings.py b/settings.py index 46bbbcd..cc7cdc4 100644 --- a/settings.py +++ b/settings.py @@ -71,6 +71,7 @@ MAX_LOGBOOK_ENTRY_TITLE_LENGTH = 200 DEFAULT_LOGBOOK_PARSER = "Parseloghtmltxt" DEFAULT_LOGBOOK_FILE = "logbook.html" # All years since 2010 use the default value for Logbook parser +# but several don't work, and are skipped by the parsing code, e.g. 1983 LOGBOOK_PARSER_SETTINGS = { "2010": ("2010/logbook.html", "Parseloghtmltxt"), "2009": ("2009/2009logbook.txt", "Parselogwikitxt"), diff --git a/templates/caveindex.html b/templates/caveindex.html index d4443d4..af0f56c 100644 --- a/templates/caveindex.html +++ b/templates/caveindex.html @@ -28,7 +28,7 @@
New Cave
- New Entrance
+ New Entrance
Cave Number Index - kept updated
Probably a mistake. But you can use this link +
Probably a mistake. But you can try this link or this one to fix a real error.
or 'Edit this page' in the menu on the left to create this page if you are logged in.