The computation of ecef2enuv assumes a spherical model rather than an ellipsoid in the transformation. This might lead to some confusion since the library otherwise uses ellipsoids. At a minimum I think a disclaimer should be added to the docstring that the computation is done in this way.
The computation of
ecef2enuv
assumes a spherical model rather than an ellipsoid in the transformation. This might lead to some confusion since the library otherwise uses ellipsoids. At a minimum I think a disclaimer should be added to the docstring that the computation is done in this way.https://github.com/geospace-code/pymap3d/blob/0bb4350d45929ebff69047260f7934b30b5e9bae/src/pymap3d/ecef.py#L232