mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-21 14:51:54 +00:00
Create v7 3d files, since that's all cavestats can handle
This commit is contained in:
parent
f1aa55b02c
commit
cacde9fea7
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
||||
|
||||
dataset_path = ../loser
|
||||
surveydir_path = ../surveys
|
||||
cavern_flags = -qq -s
|
||||
cavern_flags = -qq -s -v7
|
||||
tar_flags = -cz --exclude "*/CVS" --ignore-case -f
|
||||
svxtrace_cmd = ./svxtrace.py
|
||||
|
||||
|
@ -44,7 +44,7 @@ def print_caveline(number, l, d, w, cave):
|
||||
def parse_csvfile():
|
||||
caveslist = []
|
||||
print "Calculating SMK-system extent... ",
|
||||
os.popen("cavern ../1623/smk-system -o noinfo/smk-system.3d")
|
||||
os.popen("cavern -v7 ../loser/smk-system -o noinfo/smk-system.3d")
|
||||
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" : ""}])
|
||||
print "done\nParsing CSV file"
|
||||
|
Loading…
Reference in New Issue
Block a user