Skip to content
Prev 156244 / 398506 Next

Converting Geo-Coordinates Unities

Rodrigo Aluizio <r.aluizio <at> gmail.com> writes:
First, visit the Task Views page on CRAN, and find the Spatial task view. There 
you will find effectively all you need. Look in the sp package documentation for 
the DMS class for conversion of decimal degrees to DDD:MM:SS, it may help.

Do look at PBSmapping or rgdal (project(), spTransform()) for projection to UTM 
and other coordinate reference systems. Both the mapproj and proj4 packages can 
be used, but neither is convenient to use if the output needs to be kept 
portable. 

Task Views answer quite a lot of questions!

Roger