<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Thanks for your reply.<br><br>Would you be able to give me an example of the syntax for the gdal_translate option<b>?<br></b>How do I change the dynamics to 8 bits?<b><br>-scale</b> <em>[src_min src_max [dst_min dst_max]]</em>:<br><br>Thanks<br><br>Chris<br><br>&gt; Date: Fri, 11 Sep 2009 18:06:48 +0200<br>&gt; From: even.rouault@mines-paris.org<br>&gt; To: chrisemberson@hotmail.com<br>&gt; CC: gdal-dev@lists.osgeo.org<br>&gt; Subject: Re: [gdal-dev] Problem with gdal_translate<br>&gt; <br>&gt; Selon Chris Emberson &lt;chrisemberson@hotmail.com&gt;:<br>&gt; <br>&gt; The behaviour you see is expected. -expand rgb only works for bands that have<br>&gt; color maps. You can transform your grey scale FILEA.asc into a RGB file by doing<br>&gt; this :<br>&gt; <br>&gt; gdal_translate -of GTiff -co "TILES=YES" -b 1 -b 1 -b 1 FILEA.asc FILEB.tif<br>&gt; <br>&gt; This will use the source band 1 for the R, G, B components of the output file.<br>&gt; You may need to use the scaling/translate options of gdal_translate to reduce<br>&gt; the dynamics to 8 bits.<br>&gt; <br>&gt; &gt;<br>&gt; &gt; I am having trouble converting a single band raster (.asc) when using the<br>&gt; &gt; GDAL utility gdal_translate (version 1.6)<br>&gt; &gt;<br>&gt; &gt; This is the command...<br>&gt; &gt; gdal_translate -of GTiff -co "TILES=YES" -expand rgb FILEA.asc FILEB.tif<br>&gt; &gt;<br>&gt; &gt; I get this message....<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Error : band 1 has no color table<br>&gt; &gt;<br>&gt; &gt; I want to be able to tile this raster using Mapnik - therefore it needs to be<br>&gt; &gt; a 3 band tiff - Can anyone help with this problem?<br>&gt; &gt;<br>&gt; &gt; Thanks in advance<br>&gt; &gt;<br>&gt; &gt; Chris<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _________________________________________________________________<br>&gt; &gt; Save time by using Hotmail to access your other email accounts.<br>&gt; &gt; http://clk.atdmt.com/UKM/go/167688463/direct/01/<br>&gt; <br>&gt; <br><br /><hr />View your other email accounts from your Hotmail inbox. <a href='http://clk.atdmt.com/UKM/go/167688463/direct/01/' target='_new'>Add them now.</a></body>
</html>