Re: [R-sig-Geo] problems loading spproj library for transform()

2006-05-29 Thread Edzer J. Pebesma
Roger Bivand wrote: > On Thu, 25 May 2006 [EMAIL PROTECTED] wrote: > > >> thanks for the prompt reply >> >> the method spTransform() worked >> >> I now have an attribute file of class SpatiaPointsDataFrame with EM38 >> readings. I also have a separate shape file of class >> SpatialPolygonsDataF

Re: [R-sig-Geo] problems loading spproj library for transform()

2006-05-26 Thread Roger Bivand
On Fri, 26 May 2006, Morten Sickel wrote: > I have had the same problems after reading the R-news issue with the > article on geoprocessing. Then I went to the website mentioned in the > article, downloaded the software, installed it and it (at least the > projection stuff) didn't work. Maybe some

Re: [R-sig-Geo] problems loading spproj library for transform()

2006-05-26 Thread Morten Sickel
I have had the same problems after reading the R-news issue with the article on geoprocessing. Then I went to the website mentioned in the article, downloaded the software, installed it and it (at least the projection stuff) didn't work. Maybe someone could put up a message on that website, tell

Re: [R-sig-Geo] problems loading spproj library for transform()

2006-05-25 Thread Roger Bivand
[EMAIL PROTECTED] > | > | cc: r-sig-geo@stat.math.ethz.ch >| > | Subject: Re: [R-sig-Geo] problems loading spproj library for > transform()

Re: [R-sig-Geo] problems loading spproj library for transform()

2006-05-25 Thread karl . sommer
o: [EMAIL PROTECTED] | | cc: r-sig-geo@stat.math.ethz.ch | | Subject: Re: [R-sig-Geo] problems loading sppr

Re: [R-sig-Geo] problems loading spproj library for transform()

2006-05-24 Thread Michael Sumner
Thanks Roger, it certainly does work using spTransform. I had not noticed this 8) Below is my revised example. Cheers, Mike. Note: "transform" has been renamed to "spTransform" in rgdal 0.4-4 ## using data from ?project example library(rgdal) ## project works OK data(state) res <- project

Re: [R-sig-Geo] problems loading spproj library for transform()

2006-05-24 Thread Roger Bivand
On Thu, 25 May 2006, Michael Sumner wrote: > Hello > > I have the same problem, I've been meaning to explore further before > posting, but since spproj is not on CRAN I don't think I've missed > something obvious. This seems to be related to rgdal 0.4-4: > In rgdal, try running example("spTra

Re: [R-sig-Geo] problems loading spproj library for transform()

2006-05-24 Thread Roger Bivand
On Thu, 25 May 2006, Michael Sumner wrote: > Hello > > I have the same problem, I've been meaning to explore further before > posting, but since spproj is not on CRAN I don't think I've missed > something obvious. This seems to be related to rgdal 0.4-4: > We are half way through changing the

Re: [R-sig-Geo] problems loading spproj library for transform()

2006-05-24 Thread Mulholland, Tom
GS84 to UTM, if my memory serves me. Another of the things to do on the list of "things to get right in R." Tom > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > [EMAIL PROTECTED] > Sent: Thursday, 25 May 2006 12:56 PM > To: r-si

Re: [R-sig-Geo] problems loading spproj library for transform()

2006-05-24 Thread Roger Bivand
On Thu, 25 May 2006 [EMAIL PROTECTED] wrote: > Hello list > > I have been trying to do a projection conversion from lat lon to a UTM grid > > I followed an example in the April discussion list provided by Roger Bivand > and adapted it to my own data. In situations like this, the output of sessi

Re: [R-sig-Geo] problems loading spproj library for transform()

2006-05-24 Thread Michael Sumner
Hello I have the same problem, I've been meaning to explore further before posting, but since spproj is not on CRAN I don't think I've missed something obvious. This seems to be related to rgdal 0.4-4: ## using data from ?project example library(rgdal) ## project works OK data(state) res

[R-sig-Geo] problems loading spproj library for transform()

2006-05-24 Thread karl . sommer
Hello list I have been trying to do a projection conversion from lat lon to a UTM grid I followed an example in the April discussion list provided by Roger Bivand and adapted it to my own data. Everythings seemd to work well up until the transform() method which failed to execute. The failure se