mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
reverting to 2395 (wookey)
This commit is contained in:
parent
2f21b54723
commit
6091b791bd
@ -48,9 +48,9 @@ def parse_csvfile():
|
|||||||
l,d,w = map(float, chomp(os.popen(CS_BINARY + " noinfo/smk-system -c ").read()).split("\t"))
|
l,d,w = map(float, chomp(os.popen(CS_BINARY + " noinfo/smk-system -c ").read()).split("\t"))
|
||||||
caveslist.append(["", l,d,w, {"Name" : "<i>Schwarzmooskogelhöhlensystem</i>", "Autogen file" : ""}])
|
caveslist.append(["", l,d,w, {"Name" : "<i>Schwarzmooskogelhöhlensystem</i>", "Autogen file" : ""}])
|
||||||
print "done\nParsing Cave list"
|
print "done\nParsing Cave list"
|
||||||
#for cavefile in os.listdir("noinfo/cave_data"):
|
for cavefile in os.listdir("noinfo/cave_data"):
|
||||||
|
|
||||||
cavetabfile = dir("noinfo/cave_data/")
|
cavetabfiles = dir("noinfo/cave_data/")
|
||||||
fieldnames=chomp(cavetabfile.next()).replace('"','').split(",")
|
fieldnames=chomp(cavetabfile.next()).replace('"','').split(",")
|
||||||
cavetab = csv.DictReader(cavetabfile, fieldnames)
|
cavetab = csv.DictReader(cavetabfile, fieldnames)
|
||||||
|
|
||||||
@ -179,7 +179,7 @@ with ours highlighted. Rather than maintaining our own independent database, it
|
|||||||
seems much more sensible to link to the much more frequently updated list <a
|
seems much more sensible to link to the much more frequently updated list <a
|
||||||
href="http://www.nhm-wien.ac.at/NHM/Hoehle/lth.htm">here</a> maintained by Theo
|
href="http://www.nhm-wien.ac.at/NHM/Hoehle/lth.htm">here</a> maintained by Theo
|
||||||
Pfarr. For comparison, Bob Gulden of the American NSS maintains a list <a
|
Pfarr. For comparison, Bob Gulden of the American NSS maintains a list <a
|
||||||
href="http://caverbob.com/wlong.htm">here</a> of the world's longest
|
href="http://www.pipeline.com/~caverbob/">here</a> of the world's longest
|
||||||
caves.</p>
|
caves.</p>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user