Re: [R-sig-Geo] (no subject)

2006-09-28 Thread Roger Bivand
On Thu, 28 Sep 2006, Frank Hardisty wrote: > Dear Jacques Vernin (and All), > > I appreciate that you are experiencing some difficulties when using R > and spatial extensions. > > However, please realize that Roger Bivand has been wonderfully patient > and helpful to many, many people, as you ca

Re: [R-sig-Geo] (no subject)

2006-09-28 Thread Frank Hardisty
Dear Jacques Vernin (and All), I appreciate that you are experiencing some difficulties when using R and spatial extensions. However, please realize that Roger Bivand has been wonderfully patient and helpful to many, many people, as you can see in the history of this email list. Please remember

Re: [R-sig-Geo] (no subject)

2006-09-28 Thread pir2.jv
Le 28 sept. 06 à 16:18, Roger Bivand a écrit : >>> >>> If you say ls(), do the names of any of the objects begin with plot? >> >>> ls(pat="plot") >> [1] "BBplot" "Bplot" "draw.plotmath.cell" >> [4] "plot" "plotG" "plotM" >> [7] "plotx"

Re: [R-sig-Geo] (no subject)

2006-09-28 Thread Roger Bivand
On Thu, 28 Sep 2006, pir2.jv wrote: > > Le 28 sept. 06 à 15:06, Roger Bivand a écrit : > > >>> By the way, why the load()? > >> > >> The load is the system response when I click the R.data in the > >> project directory > > > > I think that this is the problem, and that you have an alternative

Re: [R-sig-Geo] (no subject)

2006-09-28 Thread pir2.jv
Le 28 sept. 06 à 15:06, Roger Bivand a écrit : >>> By the way, why the load()? >> >> The load is the system response when I click the R.data in the >> project directory > > I think that this is the problem, and that you have an alternative > local > copy of plot that disturbs the method dispa

[R-sig-Geo] Please read before upgrading to R 2.4.0!

2006-09-28 Thread Roger Bivand
The release of R 2.4.0 is imminent, and will involve major changes in the handling of objects of classes defined in the sp package. Please make sure to export any objects you need to use to external files before upgrading to R 2.4.0, then upgrade and update packages. The 0.9-* series of the sp

Re: [R-sig-Geo] (no subject)

2006-09-28 Thread Roger Bivand
On Thu, 28 Sep 2006, Roger Bivand wrote: > On Thu, 28 Sep 2006, pir2.jv wrote: > > > > > Le 28 sept. 06 à 13:09, Roger Bivand a écrit : > > > > > > > > OK, the file size at least looks correct, and the output of the > > > summary > > > looks good too. By the way, why the load()? > > > > The

Re: [R-sig-Geo] (no subject)

2006-09-28 Thread Roger Bivand
On Thu, 28 Sep 2006, pir2.jv wrote: > > Le 28 sept. 06 à 13:09, Roger Bivand a écrit : > > > > > OK, the file size at least looks correct, and the output of the > > summary > > looks good too. By the way, why the load()? > > The load is the system response when I click the R.data in the > p

Re: [R-sig-Geo] (no subject)

2006-09-28 Thread pir2.jv
Le 28 sept. 06 à 13:09, Roger Bivand a écrit : > > OK, the file size at least looks correct, and the output of the > summary > looks good too. By the way, why the load()? The load is the system response when I click the R.data in the project directory > > Could you now try plot(xx, axes=TRUE

Re: [R-sig-Geo] (no subject)

2006-09-28 Thread Roger Bivand
On Thu, 28 Sep 2006, pir2.jv wrote: > > Le 28 sept. 06 à 12:13, Roger Bivand a écrit : > > > (Reverting to list) > > > > > > So possibly there is an endian issue, or a contaminated shapefile. > > > > In a fresh R session, please do: > > > > library(maptools) > > sessionInfo() > > fn <- system.fi

Re: [R-sig-Geo] (no subject)

2006-09-28 Thread pir2.jv
Le 28 sept. 06 à 12:13, Roger Bivand a écrit : > (Reverting to list) > > > So possibly there is an endian issue, or a contaminated shapefile. > > In a fresh R session, please do: > > library(maptools) > sessionInfo() > fn <- system.file("shapes/sids.shp", package="maptools")[1] > file.info(fn) >

Re: [R-sig-Geo] loading GML files into R

2006-09-28 Thread Roger Bivand
On Thu, 28 Sep 2006, Paul Hiemstra wrote: > I'm running Windows and the GML files will consist of point data. > > Thank for the fast response :), Please try the route through FWTools binaries for Windows, ogr2ogr, and let us know how you get on, I'm sure others will find your report useful. Yo

Re: [R-sig-Geo] (no subject)

2006-09-28 Thread Roger Bivand
(Reverting to list) On Thu, 28 Sep 2006, pir2.jv wrote: > > Le 28 sept. 06 à 11:03, Roger Bivand a écrit : > > > On Thu, 28 Sep 2006, pir2.jv wrote: > > > >> > >> I have a misfit whan I want to see the gallery: > >> > >> demo(gallery) > >> . all is OK at the beginning > > > > Nothing

Re: [R-sig-Geo] loading GML files into R

2006-09-28 Thread Paul Hiemstra
I'm running Windows and the GML files will consist of point data. Thank for the fast response :), Paul At 11:28 28-9-2006, you wrote: >On Thu, 28 Sep 2006, Paul Hiemstra wrote: > > > Dear All, > > > > I am using sp and gstat to interpolate radiation data from the Dutch > > Radiation Monitoring N

Re: [R-sig-Geo] loading GML files into R

2006-09-28 Thread Roger Bivand
On Thu, 28 Sep 2006, Paul Hiemstra wrote: > Dear All, > > I am using sp and gstat to interpolate radiation data from the Dutch > Radiation Monitoring Network. One of the goals of this project is to use > inter operable data formats, in this case probably GML (Geography Markup > Language). I ha

[R-sig-Geo] loading GML files into R

2006-09-28 Thread Paul Hiemstra
Dear All, I am using sp and gstat to interpolate radiation data from the Dutch Radiation Monitoring Network. One of the goals of this project is to use inter operable data formats, in this case probably GML (Geography Markup Language). I have not found a package to parse GML files directly into

Re: [R-sig-Geo] (no subject)

2006-09-28 Thread Roger Bivand
On Thu, 28 Sep 2006, pir2.jv wrote: > > I have a misfit whan I want to see the gallery: > > demo(gallery) > . all is OK at the beginning Nothing is OK. You clearly have a malfunctioning system, at least one of the packages is wrongly installed. You have not included version informatio

[R-sig-Geo] (no subject)

2006-09-28 Thread pir2.jv
I have a misfit whan I want to see the gallery: demo(gallery) . all is OK at the beginning but: > library(sp) > library(maptools) > nc2 <- readShapePoly(system.file("shapes/sids.shp", package = "maptools")[1], proj4string = CRS("+proj=longlat +datum=NAD27")) > plot(nc2)

Re: [R-sig-Geo] nc in Rnews_2005-2.pdf

2006-09-28 Thread Michael Sumner
This works for me. Perhaps you don't have 'sp' loaded? What does sessionInfo() show? Cheers, Mike. library(maptools) fname = system.file("shapes/sids.shp", package="maptools") p4s = CRS("+proj=longlat +datum=NAD27") nc = readShapePoly(fname, proj4string=p4s) plot(nc, axes = TRUE, col