Skip to content
Prev 12714 / 29559 Next

Selecting polygons into buffer given center

From your initial question I suspect that what you want to do is

I <- gIntersects(b, comuniUTM, byID=TRUE)

Though this will probably rise the same error, which I suspect comes from the fact, that the 
polygons in comuniUTM are topologically not correct. You might want to clean them e.g. in GRASS. 
Others might correct me if there is an implementation for such a task in R.

Tom

Am 07.09.2011 13:59, schrieb luca candeloro: