mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 08:57:10 +00:00
*units in feet and metres, subcaves
This commit is contained in:
@@ -14,6 +14,7 @@ import troggle.parsers.people
|
||||
import troggle.parsers.surveys
|
||||
import troggle.parsers.logbooks
|
||||
import troggle.parsers.QMs
|
||||
import troggle.parsers.subcaves
|
||||
|
||||
def import_caves():
|
||||
print("-- Importing Caves to ",end="")
|
||||
@@ -56,3 +57,7 @@ def import_drawingsfiles():
|
||||
print("-- Importing Drawings files")
|
||||
troggle.parsers.surveys.LoadDrawingFiles()
|
||||
|
||||
def import_subcaves():
|
||||
print("-- Interpreting SubCaves from CaveDescriptions")
|
||||
troggle.parsers.subcaves.importAllSubcaves()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user