Skip to content

Mass conversions of Lat/Long to UTM (many zone)

4 messages · Philippe Roy, Roger Bivand, mzh at ualberta.ca +1 more

#
On Thu, 24 Aug 2006, Philippe Roy wrote:

            
If you want to use all the stations together, then they must be in the 
same zone (otherwise the western edge of the zone will jump for stations 
in different zones). I think that for continental North America a central 
UTM zone will not be a very good idea, and that probably a Lambert 
Azimuthal Equal Area is a better choice.

You can then use project() or spTransform() in the rgdal package, for 
example, with EPSG code 2163:

US National Atlas Equal Area

+proj=laea +lat_0=45 +lon_0=-100 +x_0=0 +y_0=0 +a=6370997 +b=6370997 +units=m

with some modification of +lat_0 and +lon_0 to suit your region.

  
    
#
Does any one know if I can use R to run a spatial panel randome effects model?
Any references please???


Michael
Canada
#
mzh at ualberta.ca wrote:
Package nmle, iirc,  allows for mixed effects and spatial covariance terms.
--
Edzer