Displaying 1 result from an estimated 1 matches for "pointsmapspatial".
2017 May 12
1
spTransform
...me the wrong results. For what it's
worth, it only seems to be messing up the latitude.
My final line of code looks like this:
pointsTransformed <- spTransform(pointsutm, CRS("+proj=longlat +datum=WGS84
+zone=36S"))
The line before looks like:
pointsutm <- SpatialPoints(cbind(pointsmapspatial$Point_Y,
pointsmapspatial$Point_X), proj4string = CRS("+proj=utm +zone=36S
+ellps=GRS80")
Can you see what I did wrong?
[[alternative HTML version deleted]]