powered by
Projects any set of lat long points to a "suitable" area projection, based on it's "true centre of gravity"
simProjWiz(thepoints, thecentre)
set of points in latitude and longtitude ie c(lat,long)
one point ie c(lat,long)
set of points in metres (x,y)
Simple equal area projection wizard
<U+0160>avric, B., Jenny, B., Jenny, H., 2016. Projection Wizard <U+2013> An Online Map Projection Selection Tool. Cartogr. J. 53, 1<U+2013>9. doi:10.1080/00087041.2015.1131938
Snyder, J.P., 1987. Map projections: A working manual, Professional Paper. Washington, D.C.
# NOT RUN { lat <- runif (200,-24,-12) long <- runif (200,43,51) ll <- data.frame(lat,long) cp <- trueCOGll(ll) pointsprojected <- simProjWiz(ll,cp) # }
Run the code above in your browser using DataLab