Skip to content

WGS 84 coordinates and the use of Euclidean calculations for short distances--is it ever okay?

5 messages · Megan Marcotte, Thomas Lumley, Clint Bowman +1 more

#
On Sat, May 21, 2011 at 10:07 AM, Megan Marcotte <megotte at gmail.com> wrote:
When you say "Euclidian" it's not clear whether you mean
a/ treating the earth as flat
b/ treating latitude and longitude as a rectangular coordinate system
c/ treating the degree grid as square.

(a) should be fine on this scale, for (b) and (c) it depends on the latitude
I would have said that it was perfectly ok to treat the earth as flat
and the degree grid as rectangular on this sort of scale and at these
latitudes, but that you can't treat the degree grid as square. That
is, a degree of longitude is about 10% less than a degree of latitude
at 25 degrees and about 20% less at 36 degrees.

   -thomas
#
I think I would convert your coordinates to a rectangular one 
(e.g., UTM or a Lambert Conformal) and compute distance 
relationships there.

Clint
#
Choosing a projection has its own new set of complications that are
even trickier. If you want to keep it simple and work in Lon lat see
?spDistsN1 in the sp package to calculate distance on the WGS4
ellipsoid.

Mike
On Saturday, May 21, 2011, Clint Bowman <clint at ecy.wa.gov> wrote:

  
    
1 day later