Skip to content

Commit a6a02a9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 36afbf5 commit a6a02a9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

geodesy/radar_target_calculation.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ def geodetic_to_ecef(
4848
return x, y, z
4949

5050

51-
def ecef_to_geodetic(x_ecef: float, y_ecef: float, z_ecef: float) -> tuple[float, float, float]:
51+
def ecef_to_geodetic(
52+
x_ecef: float, y_ecef: float, z_ecef: float
53+
) -> tuple[float, float, float]:
5254
"""
5355
Converts Earth-Centered, Earth-Fixed (ECEF) coordinates to
5456
Geodetic coordinates (Latitude, Longitude, Altitude) using Bowring's method.

0 commit comments

Comments
 (0)