dashboard streckenelemente kleiner 0 zulässig

This commit is contained in:
2026-02-09 11:29:15 +01:00
parent e8624159e2
commit 737e4730aa
8 changed files with 1390 additions and 5702 deletions

View File

@@ -58,7 +58,7 @@ class EllipsoidBiaxial:
phi2p = lambda self, phi: self.N(phi) * cos(phi)
def bi_cart2ell(self, point: NDArrayself, Eh: float = 0.001, Ephi: float = wu.gms2rad([0, 0, 0.001])) -> Tuple[float, float, float]:
def bi_cart2ell(self, point: NDArray, Eh: float = 0.001, Ephi: float = wu.gms2rad([0, 0, 0.001])) -> Tuple[float, float, float]:
"""
Umrechnung von kartesischen in ellipsoidische Koordinaten auf einem Rotationsellipsoid
# TODO: Quelle