[Date Prev][Date Next] [Chronological] [Thread] [Top]

[Mapserver-users] Convert bil to tif with gdal_translate



gheysen.t@skynet.be wrote:

> Hello,
>  
> I have very large raster in bil format. I want to convert it to tiled 
> tif. For this, I have used gdal_translate. But, when I do this the 
> result are in black and white. I have the same result when I draw 
> directly the bil in mapserver.
> I think that  the problem is that the color information are in a single 
> file (for example, raster.clr).
> Somebody have an idea to solve this problem.
>  

Could you give:

1) The output of gdalinfo on the BIL file

2) The *exact* call to gdal_translate

Jan