Skip to content
Prev 2682 / 29559 Next

Boundary of SpatialGridDataFrame ?

Is it possible to get the boundary polygon
of a SpatialGridDataFrame object resulting from
a geotif image imported through rgdal?

My goal is to divide that rectangle
into two polygons defined by a
"SpatialLinesDataFrame" object (shp imported through
readOGR) and then overlay on the SpatialGridDataFrame object
to extract raster values from each polygon and compare.

Thanks!

Agus