Hi,<br>I&#39;m a new gdal user and I&#39;ve a little problem.<br><br>I have to modify the color to an ASCII raster.<br><br>1_ I converted the raster using gdalbuildvrt;<br>2_ I modified the file *.vrt adding: <br>    &lt;ColorInterp&gt;Palette&lt;/ColorInterp&gt;<br>
<div style="margin-left: 40px;"> &lt;ColorTable&gt;<br></div><div style="margin-left: 80px;">&lt;Entry c1=&quot;255&quot; c2=&quot;255&quot; c3=&quot;255&quot; c4=&quot;255&quot;/&gt;<br>&lt;Entry c1=&quot;0&quot; c2=&quot;0&quot; c3=&quot;150&quot; c4=&quot;255&quot;/&gt;<br>
&lt;Entry c1=&quot;0&quot; c2=&quot;0&quot; c3=&quot;150&quot; c4=&quot;255&quot;/&gt;<br></div><div style="margin-left: 40px;"><div style="margin-left: 40px;">.......<br></div> &lt;/ColorTable&gt;<br></div>3_ I know: &quot;The entries are ordered and will be assumed to start from color table entry 0&quot;<br>
4_ But I have some negative value on the ASCII raster, the range is from -31 to 65.<br>5_ How I can resolve this problem?<br><br>Thanks in Advance<br>Marco <br>