start refactor survex import

This commit is contained in:
Philip Sargent
2020-06-24 14:10:13 +01:00
parent dc5a53376d
commit bb69cc073a
4 changed files with 415 additions and 419 deletions

View File

@@ -81,13 +81,6 @@ class SurvexStation(models.Model):
else:
return r
class SurvexLeg():
"""No longer a models.Model subclass, so no longer a database table
"""
tape = 0.0
compass = 0.0
clino = 0.0
#
# Single SurvexBlock
#