better name

old-commit-hash: 56e155d41c
commatwo_master
Harald Schafer 5 years ago
parent 3df1a2c681
commit 96c280aa94
  1. 5
      common/transformations/coordinates.py

@ -64,6 +64,11 @@ def ecef2geodetic(ecef, radians=False):
geodetic = np.column_stack((lat, lon, h)) geodetic = np.column_stack((lat, lon, h))
return geodetic.reshape(input_shape) return geodetic.reshape(input_shape)
geodetic_from_ecef = ecef2geodetic
ecef_from_geodetic = geodetic2ecef
class LocalCoord(): class LocalCoord():
""" """
Allows conversions to local frames. In this case NED. Allows conversions to local frames. In this case NED.

Loading…
Cancel
Save