#!/usr/bin/python import sys,csv,os,cStringIO N = 30 # Utility functions def chomp(s): if(s[-1]=="\n"): return s[:-1] else: return s # Important functions def find_effective_number(c): """Determine an appropriate number to use.""" if c["Kataster Number"]: return c["Kataster Number"] else: return c["Unofficial number"] def find_name(c): if c["Name"]: return c["Name"] elif c["Unofficial Name"]: return c["Unofficial Name"] else: return "?" def dataset_prefix(c): translations = {"2002-xx" : "quarriesd", "la11" : "lunge", "la12" : "sternloch", "la34" : "raetsel", "2001-ms-01" : "bogen" } if translations.has_key(c): return translations[c] else: return c def print_caveline(number, l, d, w, cave): dplong.write("
This page lists the lengths, depths and horizontal extents of those caves on the plateau for which we have survey centerline data. At present, that's only %d out of 250 or so, but the missing ones are mostly very small and obscure; the notable exceptions are some caves explored by other groups (35, LA25, BS17), and CUCC caves 71, 76, 92, 96 and 97. Of the latter 76 (by far the most significant of these) is in the process of being re-explored, and the figures in the table are for the portions revisited so far.
The eight main constitutent parts of the Schwarzmooskogel master system (40, 41, 78, 88, 115, 116, 136, 144 and 161) are listed separately in the table, although in some cases there is some ambiguity as to where to draw the lines; but for comparison I have also included the measurements of the whole system.
In these tables "length" means the total length of survey legs, not just the horizontal components, but "extent" is the maximum horizontal distance between any two survey stations. (If anyone knows a good algorithm for finding the maximum 3D spatial diameter of a set of points, and is willing to implement it, please do so!)
Kat. Nr. | Name | Length (m) | Depth (m) | Extent (m) |
---|
Kat. Nr. | Name | Length (m) | Depth (m) | Extent (m) |
---|
Kat. Nr. | Name | Length (m) | Depth (m) | Extent (m) |
---|
This page used to house a list of the deepest and longest caves in Austria, with ours highlighted. Rather than maintaining our own independent database, it seems much more sensible to link to the much more frequently updated list here maintained by Theo Pfarr. For comparison, Bob Gulden of the American NSS maintains a list here of the world's longest caves.