How to Find Distance Between Two Points Based on Lat/Lon Using Python and SQL
1–3 of 3 posts
Re: How to Find Distance Between Two Points Based on Lat/Lon Using Python and SQL
#2Great
Re: How to Find Distance Between Two Points Based on Lat/Lon Using Python and SQL
#3Make 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.