summaryrefslogtreecommitdiffstats
path: root/parsers/survex.py
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/survex.py')
-rw-r--r--parsers/survex.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/parsers/survex.py b/parsers/survex.py
index 9d23cc8..ad6f27f 100644
--- a/parsers/survex.py
+++ b/parsers/survex.py
@@ -20,6 +20,10 @@ from troggle.core.views.caves import MapLocations
from troggle.core.models.troggle import DataIssue, Expedition
from troggle.core.models.survex import SurvexPersonRole, ScansFolder, SurvexDirectory, SurvexFile, SurvexBlock, SurvexStation
+'''Imports the tree of survex files following form a defined root .svx file
+It does also NOT scan the Loser repo for all the svx files - though it should !
+'''
+
survexblockroot = None
ROOTBLOCK = "rootblock"
METRESINFEET = 3.28084