I need to clip a raster using a shapefile (many polygons), but I want it to clip only the pixels that are completely inside the polygons. I mean, I do not want to include the pixels that are part outside the boundaries of the polygons, is there any way to do this?
I know I can convert the raster into a shp and clip it but I do not want the pixels to split either; I need only whole pixels covered by the polygons.
Ideas anyone?
Eva