I recently needed to calculate the distance between two grid locations using satellite data, so I wrote a small Java tool and am sharing it with everyone.
Please note: I am still learning about grid positioning, and it works fine in both east-west and north-south directions. However, it can cause problems when the coordinates are less than 0.
The code is open-sourced at:https://github.com/littlebear0729/GridLocationDistanceCalculator
This is also a good starting point, and I hope that someone with more experience can contribute code to fix the bugs. Thank you!
Software screenshot:
