<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Does the following work:<div><br><div>gdal_calc.py -A infile --allBands=A --outfile=outfile --calc="median(A)"</div><div><br><br><div><hr id="stopSpelling">Date: Mon, 24 Nov 2014 19:14:06 +0900<br>From: simlangen@gmail.com<br>To: gdal-dev@lists.osgeo.org<br>Subject: [gdal-dev] gdal_calc.py: produce median raster<br><br><div dir="ltr">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?<div><br></div><div>I tried as follows:</div><div><br></div><div>gdal_calc.py -A infile --allBands --outfile outfile --calc median(A)</div><div><br></div><div>But could not get any out file.</div><div><br></div><div> </div></div>
<br>_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev</div></div></div>                                      </div></body>
</html>