summaryrefslogtreecommitdiffstats
path: root/parsers/survex.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-11-15 22:25:39 +0000
committerPhilip Sargent <philip.sargent@klebos.com>2022-11-15 22:25:39 +0000
commit43bf2620f14e48aad351d0f0c5b6f84ced5a7ffd (patch)
treeb267a758351c1de7a666d8c2c5f62327ddda6208 /parsers/survex.py
parent5b3f91d3e5c53fd2dec22d8d19444a85fe6bd735 (diff)
downloadtroggle-43bf2620f14e48aad351d0f0c5b6f84ced5a7ffd.tar.gz
troggle-43bf2620f14e48aad351d0f0c5b6f84ced5a7ffd.tar.bz2
troggle-43bf2620f14e48aad351d0f0c5b6f84ced5a7ffd.zip
dump3d --legs future possibility
Diffstat (limited to 'parsers/survex.py')
-rw-r--r--parsers/survex.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/parsers/survex.py b/parsers/survex.py
index 8d6cb33..1e63051 100644
--- a/parsers/survex.py
+++ b/parsers/survex.py
@@ -30,6 +30,12 @@ todo = '''
- LoadSurvexFile() Creates a new current survexfile and valid .survexdirectory
The survexblock passed-in is not necessarily the parent. FIX THIS.
+- When Olly implements LEG in the 'dump3d --legs' utility, then we can use that to get the length of
+all the legs in a survex block instead of adding them up oursleves. Which means that we can
+ignore all the Units and offset stuff, that troggle will work with survex files with backsights,
+repeated readings from distox etc.. Not actually useful for pre 2022 survey data, but good future-proofing.
+Also it will be a tiny bit more accurate as these leg lengths are after loop closure fixup.
+
'''
survexblockroot = None
survexomitsroot = None