I have one GeoTiff file with 3 bands. I want to produce a raster file
computing pixel wise median value for the three raster bands. How can I do
that?

I tried as follows:

gdal_calc.py -A infile --allBands --outfile outfile --calc median(A)

But could not get any out file.
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to