Skip to content
Prev 21566 / 29559 Next

Verify units of distance between coordinates

They don't make sense.

Best: convert them into a projection where the distances are in meters
already, like UTM. Then distances calculated on your new coordinates
are in meters.

Latitude and longitude don't translate neatly into distances on their own.

Second best: find and use a great circle distance function that can
determine the correct distances for where those lat/lon coordinates
are on the earth's surface. There's been discussion on this list
before about calculating distances from geographic coordinates; google
should find them.

Sarah
On Thu, Aug 28, 2014 at 8:44 AM, Justin Michell <jwm302 at gmail.com> wrote: