mirror of
https://github.com/markqvist/Sideband.git
synced 2025-11-19 07:15:13 -05:00
Added EGM2008 world altitude correction.
This commit is contained in:
parent
e2cb57d1fb
commit
a2f04e23a6
8 changed files with 38285 additions and 20 deletions
|
|
@ -168,6 +168,8 @@ class SidebandCore():
|
|||
self.icon_macos = self.asset_dir+"/icon_macos.png"
|
||||
self.notification_icon = self.asset_dir+"/notification_icon.png"
|
||||
|
||||
os.environ["TELEMETER_GEOID_PATH"] = os.path.join(self.asset_dir, "geoids")
|
||||
|
||||
if not os.path.isdir(self.app_dir+"/app_storage"):
|
||||
os.makedirs(self.app_dir+"/app_storage")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue