Releases: DaveKram/coord_transforms
Releases · DaveKram/coord_transforms
1.4.0
1.3.1
Fix bug in UTM to LL
1.3
v1.2.0
Support for NED2LLA and ENU2LLA Providing support for NED2LLA and ENU2LLA - given a local cartesian ENU/NED vector and an LLA reference point, plus the ellipsoid, we can convert the NED/ENU vector to LLA. This is all verified by using the same values from LLA2ENU, LLA2NED, ENU2LLA , NED2LLA -> all the test cases pass.