[GRASSLIST:6457] GDAL Raw satellite imagery import

Hi All,
Iam trying to import
IRS 1d imagery data in BIL format
of a size beyond my 1gb RAM computer.
Low memory Error is recieved while importing in GDAL.

Pl suggest steps to import.
Thanks in advance
Ravi Kumar

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

On 4/14/05, RAVI KUMAR <ravivundavalli@yahoo.com> wrote:

Hi All,
Iam trying to import
IRS 1d imagery data in BIL format
of a size beyond my 1gb RAM computer.
Low memory Error is recieved while importing in GDAL.

Pl suggest steps to import.
Thanks in advance

Ravi,

What command did you use? Are you still using r.in.gdal as in your
post on the GRASS list? I would suggest doing a default conversion
to GeoTIFF with gdal_translate and see if you still get the error. That
helps us isolate whether the issue is with the BIL reader or the GRASS
output code.

Also, you mention the file is larger than 1GB .... how much larger? If it
is larger than 2GB then it is important that your GDAL build support large
files or it will fail (though I wouldn't expect an output of memory error).
What operating system are you on.

Better information -> better answers.

Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Programmer for Rent

Iam trying to import
IRS 1d imagery data in BIL format
of a size beyond my 1gb RAM computer.
Low memory Error is recieved while importing in GDAL.

Pl suggest steps to import.

This old post might help to add temporary swap memory on a Linux system:

http://grass.itc.it/pipermail/grassuser/2002-February/006072.html

Hamish