raster display problem

Malcolm Williamson malcolm at cast.uark.edu
Tue Apr 13 01:18:50 EDT 1999


On Tue, 13 Apr 1999, wljiao wrote:

> Hello,
> 
> I installed grass4.2 in linux RedHat 5.2.  I try to convert a tiff file to a grass
> raster map and display it.  I use the commands:
>   r.in.tiff
>   d.rast
> While it just displayed a white sheet on the graphic screen.  I do not know which
> step I did is not correct: the convertion or the raster map display.  What should
> I do?

Try this sequence:
	r.in.tiff
	g.region rast=the_name_of_your_new_raster_layer
	d.erase
	d.rast the_name_of_your_new_raster_layer

> 
> By the way, how can I import raw image data into grass?  The data are stored on
> the disk rather than on the tape.

All of the GRASS imagery commands work just fine off of disk, as UNIX 
tape drive names are just device paths also. When you are asked for the 
name of your tape drive, just give the directory path and file name of 
the file you wish to import.

Regards,
	-Malcolm Williamson

> 
> 
> Thanks for any response.
> 
> Weili
> 
> 
> 
> 



More information about the grass-user mailing list