Re: [R-sig-Geo] polygon buffers?

2007-09-04 Thread Ari Jolma
- Original Message - From: Peter Adler <[EMAIL PROTECTED]> Date: Sunday, September 2, 2007 8:45 pm Subject: [R-sig-Geo] polygon buffers? To: r-sig-geo@stat.math.ethz.ch > Dear R gurus, > > I am very excited about all the spatials tools in R because they > have >

Re: [R-sig-Geo] polygon buffers?

2007-09-04 Thread rainer
Just to add to this: QGIS and R under Linux works as well - But as there seem to be slight problems with the grass console under QGRIS, I have the following procedure (QGIS already connected to grass): I start xterm from the grass console in QGIS and in this console R (or emacs...). Works nicely

Re: [R-sig-Geo] polygon buffers?

2007-09-03 Thread Roger Bivand
On Sun, 2 Sep 2007, Peter Adler wrote: > Dear R gurus, > > I am very excited about all the spatials tools in R because they have > almost liberated me from ESRI products. One of the last things I have > yet to figure out how to do in R is to create buffers around polygons > (or just expand polygon

Re: [R-sig-Geo] polygon buffers?

2007-09-03 Thread Paulo Justiniano Ribeiro Jr
Hi Agustin The short answer is not. However this mechanism in somewhat in the plans in something we've called temporalilly "myR" in the sense of R from my application. The "inners" would use the same mecanism and possibilities are to add R capabilities in a customized TerraView and/or call R dire

Re: [R-sig-Geo] polygon buffers?

2007-09-03 Thread Barry Rowlingson
Agustin Lobo wrote: > I dream with a GIS tool (A GIS display tool for R? An R plugging for > Qgis? etc) > that could display spatial R objects. This is beyond current > tools, based on exporting (hence duplicating space and troubles) > R objects to other formats. Oooh, you are giving me ideas!

Re: [R-sig-Geo] polygon buffers?

2007-09-02 Thread Agustin Lobo
Very interesting work, Paulo. Can you display from R on the TerraView window? I dream with a GIS tool (A GIS display tool for R? An R plugging for Qgis? etc) that could display spatial R objects. This is beyond current tools, based on exporting (hence duplicating space and troubles) R objects to

Re: [R-sig-Geo] polygon buffers?

2007-09-02 Thread Paulo Justiniano Ribeiro Jr
Peter There may be other alternatives, but this is one of the functionalities in an external software (terralib) that the aRT package tries to make usage. The aRT web page has one example: www.leg.ufpr.br/aRT Paulo Justiniano Ribeiro Jr LEG (Laboratório de Estatística e Geoinformação) Universida

Re: [R-sig-Geo] polygon buffers?

2007-09-02 Thread Tim Keitt
Hi Peter, I've been doing this in postgis. Once you get used to it, its not too difficult. Load data with shp2pgsql (or use rgdal + RODBC or similar if you want to stay in R) and then create a new table to hold the results. After that you can do "insert into restab select buffer(the_geom, dist) fr

[R-sig-Geo] polygon buffers?

2007-09-02 Thread Peter Adler
Dear R gurus, I am very excited about all the spatials tools in R because they have almost liberated me from ESRI products. One of the last things I have yet to figure out how to do in R is to create buffers around polygons (or just expand polygons). I searched the R-sig-geo archives (using Go