[GIS] Extract All Pixel Values for each band in a Multi Band Raster

arcgis-10.0arcgis-desktopextractmulti-bandpixel

I have a few multi band rasters I'm working with, and I need to perform statistical analysis (in another program) on the data. My mentor told me to determine the value for each pixel in each band, and from there move to the other program. But I'm not sure how to go about this. I've tried a lot of things, including pixel inspector and zonal statistics, but I don't think either of these give me exactly what I'm looking for. Does anyone have any other ideas?

Best Answer

If I understand correctly you can accomplish this manually by using a tool such as Composite Bands: http://help.arcgis.com/EN/ARCGISDESKTOP/10.0/HELP/index.html#//00170000009p000000

Go into ArcCatalog and expand the multi band raster dataset (clicking the "plus" icon) and drag a single band into the input dialog for Composite Bands. Make sure the one band is the only input. Once run you will get a new single band raster dataset.

Then just repeat with the other bands.

Once you have all of the bands separated use raster to raster conversion tools to convert them to whatever format the other software you are using can consume (probably GeoTiff or ASCII). What software is it? Perhaps we could assist further in determining format.

You may find these discussion helpful:

Related Question