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
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
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"
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
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
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
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
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
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
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
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)
>
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
(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
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
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
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
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
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)
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
19 matches
Mail list logo