Skip to content
Prev 5753 / 29559 Next

rgdal project; inverse does not return original values

I am confused about this behavior of rgdal
[,1] [,2]
[1,] -180    0
[2,]  180    0
[3,]    0    0
[4,]    0   20
[5,]    0   90
[,1]      [,2]
[1,]  180         0
[2,] -180         0
[3,]    0         0
[4,]    0 126759249
[5,]    0 573070423
Why are rows 4 and 5 different?


An illustration of the same problem, using 'raster'
Robert
R version 2.9.0 (2009-04-17)
i386-pc-mingw32

locale:
LC_COLLATE=English_United States.1252;LC_CTYPE=English_United
States.1252;LC_MONETARY=English_United
States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base

other attached packages:
[1] rgdal_0.6-8 sp_0.9-34

loaded via a namespace (and not attached):
[1] grid_2.9.0      lattice_0.17-22