Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v.1.2.3

Latest

Choose a tag to compare

@nikosT nikosT released this 14 Oct 13:50

✨ New Features

  • This release modifies cart2earth() for converting local Cartesian displacements (x, y in km) to latitude/longitude offsets.
  • Implemented great-circle distance and bearing calculations using Earth’s mean radius.
  • Improved numerical stability and quadrant handling with math.atan2().

🐛 Fixes

  • Fixed incorrect azimuth computation for negative x or y values.
  • Corrected handling of (0,0) displacements to prevent ZeroDivisionError.

Full Changelog: v.1.2.2...v.1.2.3