An question on latitude and longitude...Probably a silly one.
I have a set of latitude and longitudes for various locations.And, I have the latitude and longitude of the
It depends on how the points are placed.
For example - if most of the points are in a parking lot, then Euclidean Distance should work well.
In other cases - Geodesic Distance needs to be computed. This link should help you with more information.
Here is the conversion from Decimal format to Degree-Minute-Second format and vice versa.
cheers