summaryrefslogtreecommitdiffstats
path: root/parsers/locations.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-09-30 20:35:40 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2023-09-30 20:35:40 +0300
commit8dcae6437e354b2e44064692289b88c9d9a90ad1 (patch)
tree4775a285b6f72d692c47ede2fd7392b193faa8e3 /parsers/locations.py
parent904b6309cf131ee6fc7e2ea8ae04f27da377f66a (diff)
downloadtroggle-8dcae6437e354b2e44064692289b88c9d9a90ad1.tar.gz
troggle-8dcae6437e354b2e44064692289b88c9d9a90ad1.tar.bz2
troggle-8dcae6437e354b2e44064692289b88c9d9a90ad1.zip
Comments chnaged to be more accurate
Diffstat (limited to 'parsers/locations.py')
-rw-r--r--parsers/locations.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/parsers/locations.py b/parsers/locations.py
index bf786ab..a8f94fb 100644
--- a/parsers/locations.py
+++ b/parsers/locations.py
@@ -77,9 +77,10 @@ poslineregex = re.compile(r"^\(\s*([+-]?\d*\.\d*),\s*([+-]?\d*\.\d*),\s*([+-]?\d
def LoadPositions():
"""First load the survex stations for entrances and fixed points (about 600) into the database.
- Run cavern to produce a complete .3d file, then run 3dtopos to produce a table of
- all survey point positions. Then lookup each position by name to see if we have it in the database
- and if we do, then save the x/y/z coordinates. This gives us coordinates of the entrances.
+ Run 'cavern' to produce a complete .3d file, then run 'survexport -pos' to produce a table of
+ all survey point positions in UTM cooridnates. Then lookup each of the 600 positions by name to
+ see if we have it in the database and if we do, then save the UTM x/y/z coordinates.
+ This gives us coordinates of the entrances.
If we don't have it in the database, print an error message and discard it.
"""
svx_t = 0