Skip to content
Prev 5438 / 29559 Next

problem with function project() in package rgdal

Dear all,

I meet a problem with the function project() in package rgdal:
+                "+proj=lcc +lat_1=48 +lat_2=33 +lon_0=-100")
Error in project(cbind(state.center$x, state.center$y), "+proj=lcc
+lat_1=48 +lat_2=33 +lon_0=-100") :
   major axis or radius = 0 or not given
R version 2.8.1 Patched (2009-02-17 r47956)
i386-pc-mingw32

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

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

other attached packages:
[1] rgdal_0.6-7    sp_0.9-34      fortunes_1.3-6

loaded via a namespace (and not attached):
[1] grid_2.8.1      lattice_0.17-20 tools_2.8.1
Is this a bug?