Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-users] Raster on udig

Hi,

I'm having trouble on using Raster files on current stable udig version.
My original files are ECW, that udig can't read.

So I've tried to convert them to TIFF, using gdal_translate, but none of the conversion I did worked when I try to use them on udig.
Some sample command examples.

gdal_translate -co "TILED=NO" -co "PROFILE=BASELINE" 144-1.ecw 144-1base.tiff
error!

gdal_translate -co "TILED=YES" 144-1base.tiff 144-1base_tiled.tiff
error!

gdal_translate -co "TILED=YES" 144-1.ecw 144-1tiled.tiff
error!

gdaladdo -r average 144-1base.tiff 2 4 8 16 32 64 128
error!

gdaladdo -r average 144-1base_tiled.tiff 2 4 8 16 32 64 128
error!

gdaladdo -r average 144-1tiled.tiff 2 4 8 16 32 64 128
error!


Can anyone help me on this?!

Thank you,
Ricardo Pinho



      ____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com


Back to the top