Skip to content
Snippets Groups Projects
Commit 0c2dd7fb authored by Tommy Persson's avatar Tommy Persson
Browse files

Adding coordtrans.py.

parent febf801d
Branches
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ class CoordTrans(): ...@@ -14,6 +14,7 @@ class CoordTrans():
self.lon0 = self.locations[location][1] self.lon0 = self.locations[location][1]
self.alt0 = self.locations[location][2] self.alt0 = self.locations[location][2]
else: else:
print("INITIALIZING FROM DEFAULT (granso)")
self.lat0 = lat self.lat0 = lat
self.lon0 = lon self.lon0 = lon
self.alt0 = alt self.alt0 = alt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment