Hello,I am trying to clip a raster with a polygon shapefile.The shapefile contains several polygons representing administrative regions. The method is to temporarily export each polygon to a new shapefile and to extract the coresponding piece of raster.The problem is that the output of gp.ExtractByMask_sa(raster, shapefile, newRaster)
is always just one band of the original RGB raster. Do you know how to extract all the 3 bands? The original raster is .imgThank you