Skip to content

How to convert esri shapefiles to ppp objetcs/ owin object

2 messages · Debarchana Ghosh, Roger Bivand

#
On Mon, 11 Sep 2006, Debarchana Ghosh wrote:

            
Please have a look at the functions in the spspatstat package on 
sourceforge - http://r-spatial.sourceforge.net/ and see download for 
download instructions. If the sp package is installed first:

rSpatial <- "http://r-spatial.sourceforge.net/R"
install.packages("spspatstat", repos=rSpatial)

should work (unless OSX when type="source" is also needed). That lets you 
convert points and windows from sp class objects. See the R News note on 
sp classes in 2005/2, pp. 9-13.

If you can see additions to the interface package that would be useful, 
please let us know.

Roger