Clipping Raster with Vector polygon

358
1
06-27-2011 02:02 AM
Status: Open
DarrenConnaghan
New Contributor II

I wish that when I clip a raster dataset with a vector polygon, I can control what cells are clipped. At present, if the raster dataset to be clipped has cells less than 50% covered by the vector, it is not brought into the resultant output. I wish all cells, regardless of % covered by the vector to be in the output.

cheers
Darren

Tags (2)
1 Comment
SteveLynch

You could use the PolygonToRaster (many different options to decide if the polygon is on a cell or not) tool to create a raster filled with 1 and NoData. Then use ExtractByMask or the Times tool to clip.