From 815f85adeb6743dba45075db00ddc3dd00c058ba Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 24 Oct 2023 21:05:21 +0200 Subject: [PATCH] Added geodesy functions --- sbapp/sideband/geo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbapp/sideband/geo.py b/sbapp/sideband/geo.py index 665532b..3aea02b 100644 --- a/sbapp/sideband/geo.py +++ b/sbapp/sideband/geo.py @@ -1,4 +1,3 @@ -import RNS import time from math import pi, sin, cos, acos, tan, atan, atan2 from math import radians, degrees, sqrt @@ -159,6 +158,7 @@ def orthodromic_distance(c1, c2, spherical=False): return ellipsoid_distance(c1, c2) # def tests(): +# import RNS # from geographiclib.geodesic import Geodesic # geod = Geodesic.WGS84 # coords = [