Hi,<br><br>

I was wondering if someone knows if there is a GDAL alternative for the following ArcGIS Raster Calculator code:<br><br>
<i>select ( merge ( setnull ( [raster] > 32767 , [raster] ) , ( [raster] - 65536 ) ) , 'value <> -32768' )</i><br><br>
The input raster is 16-bit DTM data and as far as I know this code sets the values to meters with correct datum.<br>
I was trying the gdal_translate -scale option but that didn't work somehow (I tried -scale 0 65535 -32768 32767). Someone has a better idea?
<br><hr align="left" width="300">
View this message in context: <a href="http://www.nabble.com/GDAL-vs-ArcGIS-raster-calculator-tp16056156p16056156.html">GDAL vs ArcGIS raster calculator</a><br>
Sent from the <a href="http://www.nabble.com/GDAL---Dev-f1192.html">GDAL - Dev mailing list archive</a> at Nabble.com.<br>