2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 02:07:07 +00:00

3dtopos to survexpos + comments

This commit is contained in:
Philip Sargent
2020-07-20 22:53:26 +01:00
parent 8e77a70ad6
commit f131509c56
9 changed files with 578 additions and 30 deletions

View File

@@ -303,8 +303,8 @@ def usage():
logbooks - read in the logbooks
QMs - read in the QM csv files (older caves only)
scans - the survey scans in all the wallets (must run before survex)
survex - read in the survex files - all the survex blocks and entrances x/y/z
drawings - read in the Tunnel & Therion files - which scans the survey scans too
survex - read in the survex files - all the survex blocks and entrances x/y/z
autologbooks - Not used. read in autologbooks (what are these?)
dumplogbooks - Not used. write out autologbooks (not working?)
@@ -336,14 +336,11 @@ if __name__ == "__main__":
jq.enq("reinit",reinit_db)
elif "test" in sys.argv:
jq.enq("caves",import_caves)
import_subcaves()
#jq.enq("people",import_people)
#jq.run_now_django_tests(2)
jq.enq("people",import_people)
elif "test2" in sys.argv:
jq.enq("QMs",import_QMs)
jq.enq("drawings",import_drawingsfiles)
jq.enq("survex",import_survex)
jq.enq("drawings",import_drawingsfiles)
elif "caves" in sys.argv:
jq.enq("caves",import_caves)
elif "logbooks" in sys.argv: