How to Find Distance Between Two Points Based on Lat/Lon Using Python and SQL

  • Make sure you are using a matching coordinate system (ie wgs84) when calculating distances that later get displayed to a map or comparing lat long datum from different sources. Good article but I didn’t see that advice mentioned.

  • Great