Dear all,

I know that it is a knew issue, but I have some troubles
on the conversion of UTM to Latlong of my shape file.
In fact, it apears to work but my input file is on South America Datum
(SAD69),
but I can“t find the how to indicate the datum. I tryed to include
"+datum=SAD69"
on the proj4string, but I received the following error: "unknown elliptical
parameter name"
Any help are welcome.

Best wishes,

miltinho astronaura
brazil
-------------

require(sp)
require(maptools)
require(rgdal)

setwd("G:\\HDExt\\R_scripts_genericos\\converte_utm_latlong")

SP<-readShapePoly("area_infl_ind.shp", IDvar=NULL,
proj4string=CRS("+proj=utm +zone=22 +units=m +south"))

SPll<-spTransform(SP, CRS("+proj=longlat +datum=WGS84"))

        [[alternative HTML version deleted]]

_______________________________________________
R-sig-Geo mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-geo

Reply via email to