VIEWING AND MANAGING RASTER MAP LAYERS
GRASS is a multipurpose GIS software, it support vector and raster data format. In GRASS, raster data can be stored as a 2D integer grid, 2D floating point grid (single or double precision), or a 3D floating point grid (single or double precision). To display a raster map into 'Map Display' window, first we have to click on 'Add raster layer' button under pulldown menu on 'GRASS GIS Manager' window. And if we take a look at GRASS GIS Manager, we can notice that this window is divided into three main section. First upper layer consist of pulldown menu and graphical buttons where we can manage various kind of GRASS command. In the middle of the windows, there's a list of Map layers that we want to manage. The lower part of this window is Display map management. For raster map, we can manage to display only particular value and set the background color. We can try to display a geology map, only the value that resemble sandstone and limestone and aspect map that show us the southern exposure slope (Spearfish dataset can be downloaded HERE).
Every time GRASS GIS display a raster map, a color scheme or known as color table from each map was loaded to distinguish each raster map value. But when a map has no color table file, the rainbow color coding will be used. If we are not satisfied with the default color table, we can assign new color table using r.colors module ( Raster -> Manage map colors -> Colors table).
When we want to know the meaning of each color displayed, just dislay map legend by activate the 'add raster legend layer'. This 'layer' can be managed so we'll be able to show all legend or just what we need and also the size and the position. Another information that help us to understand the map better is scale bar and north arrow.
To acquire more specific value at a certain location, for example if we confused with the color table, we can use d.what.rast module. This module is integrated in the 'Map Display' window, a graphical interface name 'Query' in the right hand side of Zoom button. Every time we click on the map, the coordinate and the value will appear on output – GIS window. On the right hand side of Query button there are Measure and Create profile buttons. Distance between two point on the map can be calculate using Measure button. Profile of a transect on the raster map can be draw using Create profile button, just try to create elevation profile of spearfish area.
r.info module (Raster → Reports and statistics → Report basic map information) is used to show the metadata of a map. All important information about the map can be retrieve from this module. r.report module ( Raster → Reports and statistics → sum area by map and category) is used to retrieve category information of a raster map. We can also retrieve general statistic information, such as category label, total area for each category, number of cell using r.stat module ( Raster → Reports and statistics → General statistics).

