This is the command d.rastgrass that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
d.rast - Displays user-specified raster map in the active graphics frame.
KEYWORDS
display, graphics, raster
SYNOPSIS
d.rast
d.rast --help
d.rast [-ni] map=name [values=value[-value][,value[-value],...]] [bgcolor=color]
[--help] [--verbose] [--quiet] [--ui]
Flags:
-n
Make null cells opaque
-i
Invert value list
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog
Parameters:
map=name [required]
Name of raster map to be displayed
values=value[-value][,value[-value],...]
List of categories or values to be displayed
bgcolor=color
Background color (for null)
Either a standard color name or R:G:B triplet
Default: white
DESCRIPTION
d.rast displays the specified raster map in the active display frame on the graphics
monitor.
EXAMPLE
Display raster map "elevation":
d.rast map=elevation
Display raster map "elevation" but only values between 75 and 80:
d.rast map=elevation values=75-80
Display raster map "landuse96_28m" but only categories 1 and 2:
d.rast landuse96_28m values=1,2
Use d.rastgrass online using onworks.net services