[GRASS5] [bug #2710] (grass) import mrSid

this bug's URL: http://intevation.de/rt/webrt?serial_num=2710
-------------------------------------------------------------------------

Subject: import mrSid

I want to import images mrSid... Somebody knows if there is a library for
Grass 5.7 that supports this format?

Thanks!

Lourdes

-------------------------------------------- Managed by Request Tracker

On Tue, Nov 23, 2004 at 09:03:53AM +0100, Request Tracker wrote:

this bug's URL: http://intevation.de/rt/webrt?serial_num=2710
-------------------------------------------------------------------------

Subject: import mrSid

I want to import images mrSid... Somebody knows if there is a library for
Grass 5.7 that supports this format?

Thanks!

Lourdes

GDAL support MrSID:
http://gdal.org/frmt_mrsid.html

Note that MrSID is not a free algorithm. You need to obtain a license
to compile GDAL with MrSID support.

Then r.in.gdal should read such data.

Markus

Another alternative is to export the SID file to TIF + TFW and import with
r.in.gdal

It is not the solution you may want but it could work in the short term.

Stephen

----- Original Message -----
From: "Request Tracker" <grass-bugs@intevation.de>
To: <grass5@grass.itc.it>
Sent: Tuesday, November 23, 2004 1:03 AM
Subject: [GRASS5] [bug #2710] (grass) import mrSid

this bug's URL: http://intevation.de/rt/webrt?serial_num=2710
-------------------------------------------------------------------------

Subject: import mrSid

I want to import images mrSid... Somebody knows if there is a library for
Grass 5.7 that supports this format?

Thanks!

Lourdes

-------------------------------------------- Managed by Request Tracker

_______________________________________________
grass5 mailing list
grass5@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass5

On Tue, Nov 23, 2004 at 08:39:08AM -0700, Stephen Clark wrote:

Another alternative is to export the SID file to TIF + TFW and import with
r.in.gdal

It is not the solution you may want but it could work in the short term.

Related instructions you can find here:

http://mpa.itc.it/markus/shortcourse/notes3.html

Markus