[GRASS-user] how can import ecw's in grass databse

Hi List,

I need to import ecw Rasters in my grass database,
but it won't work. (gdal not supported ecw in my grass 6.0 version)

What will the easiest way to do this?
Must I compile gdal with ecw support ot is there another way?

geog

--
249 Spiele für nur 1 Preis. Die GMX Spieleflatrate schon ab 9,90 Euro.
Neu: Asterix bei den Olympischen Spielen: http://flat.games.gmx.de

geog wrote:

I need to import ecw Rasters in my grass database,
but it won't work. (gdal not supported ecw in my grass 6.0 version)

What will the easiest way to do this?
Must I compile gdal with ecw support

yes.

Hamish

      ____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

geog wrote:
> I need to import ecw Rasters in my grass database,
> but it won't work. (gdal not supported ecw in my grass 6.0 version)
>
> What will the easiest way to do this?
> Must I compile gdal with ecw support

H:

yes.

I should mention that there is a possibility you can only get the ECW SDK
to work with gdal in MS Windows (??). In that case either a) try to run
GRASS with a ecw-enabled gdal in Windows, or b) use gdal_translate in
Windows to make a GeoTiff from the ECW data, and then transport the
GeoTiff back to Linux/Mac/whatever..

check for ECW support with "gdalinfo --formats"

Hamish

      ____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

It is possible to get the ECW SDK to work in linux as well. I use it for coding jp2 files all the time as jasper is a resource pig.

Mike

On 5-May-08, at 1:28 AM, Hamish wrote:

geog wrote:

I need to import ecw Rasters in my grass database,
but it won't work. (gdal not supported ecw in my grass 6.0 version)

What will the easiest way to do this?
Must I compile gdal with ecw support

H:

yes.

I should mention that there is a possibility you can only get the ECW SDK
to work with gdal in MS Windows (??). In that case either a) try to run
GRASS with a ecw-enabled gdal in Windows, or b) use gdal_translate in
Windows to make a GeoTiff from the ECW data, and then transport the
GeoTiff back to Linux/Mac/whatever..

check for ECW support with "gdalinfo --formats"

Hamish

     ____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Regarding ECW and GDAL on windows, a thread on that recently occurred on the FWTools list: http://lists.maptools.org/pipermail/fwtools/2008-April/001213.html

-jeff

On 5-May-08, at 2:17 AM, mailingliste_gis@gmx.de wrote:

Hi List,

I need to import ecw Rasters in my grass database,
but it won't work. (gdal not supported ecw in my grass 6.0 version)

What will the easiest way to do this?
Must I compile gdal with ecw support ot is there another way?

geog