Skip to content
Prev 3588 / 29559 Next

lat/long conversions to easting/northing

On Thu, 15 May 2008, Sylvia Churcher wrote:

            
Both fields (Krig) and gstat (gstat and predict.gstat) include 
possibilities for interpolating using geographical coordinates. However, 
unless your study area is truly continental, you may well do better to 
project to the plane (see spTransform methods in the rgdal package).

If you are near a break in geographical coordinates (-/+180 degrees or 
0/360 degrees), you may find that great circle distances break down. I've 
found - for example, that Polar Stereographic seems to do better for the 
Arctic than trying to use geographical coordinates. Including trends also 
becomes a problem, by the way.

Roger