Note: A new GRASS GIS stable version has been released: GRASS GIS 7. Go directly to the new manual page here
The user can save the tabular output to a file by using the UNIX redirection mechanism (>); for example, the user might save a report on the soils map layer in a file called soil.rpt by typing:
r.info map=soils > soil.rpt
Some standards (ISO-C90) and compilers do not support the 'long long' type as a 64-bit type. In the case that GRASS was built with such a compiler, an accuracy message may be displayed in the output of r.info after Total Cells:
+----------------------------------------------------------------------------+ | Layer: slope Date: Mon Nov 5 10:55:57 2001 | | Mapset: PERMANENT Login of Creator: neteler | | Location: spearfish60 | | DataBase: /home/neteler/grassdaten | | Title: slope in degrees ( slope ) | | Timestamp: 20 Mar 1984 10:30 -0600 / 21 Mar 2020 10:30 -0600 | |----------------------------------------------------------------------------| | | | Type of Map: raster Number of Categories: 255 | | Data Type: FCELL | | Rows: 477 | | Columns: 634 | | Total Cells: 302418 | | Projection: UTM (zone 13) | | N: 4928010 S: 4913700 Res: 30 | | E: 609000 W: 589980 Res: 30 | | Range of data: min = 0.000000 max = 52.520164 | | | | Data Source: | | raster elevation file elevation.dem | | | | | | Data Description: | | generated by r.slope.aspect | | | | Comments: | | slope map elev = elevation.dem | | zfactor = 1.00 format = degrees | | min_slp_allowed = 0.000000 | | | +----------------------------------------------------------------------------+
r.info -rst slope min=0.000000 max=52.520164 nsres=30 ewres=30 datatype=FCELL r.info -g slope north=4928030 south=4913690 east=609000 west=589980
Last changed: $Date: 2008-05-20 11:26:19 -0700 (Tue, 20 May 2008) $
Main index - raster index - Full index
© 2003-2016 GRASS Development Team