GRASS 6 Tutorial/Displaying spatial data: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
==Displaying spatial data with GRASS== | ==Displaying spatial data with GRASS== | ||
This section of the tutorial explains how to display raster and vector data using GRASS GIS. We | This section of the tutorial explains how to display raster and vector data using GRASS GIS. We focus on two approaches: the first uses the CLI and the <code>d.mon</code> display monitors, while the second shows you how to use the GRASS wxGUI. This reader is redirected to the Quick wxGUI tutorial for more information on this topic. | ||
===Displaying from the CLI=== | ===Displaying from the CLI=== | ||
d.mon start=x0 | |||
g.region rast=elevation | |||
d.rast elevation | |||
===[http://grasswiki.osgeo.org/wiki/Quick_wxGUI_tutorial#Displaying_maps Displaying from the wxGUI]=== | ===[http://grasswiki.osgeo.org/wiki/Quick_wxGUI_tutorial#Displaying_maps Displaying from the wxGUI]=== |
Revision as of 21:16, 30 July 2013
Displaying spatial data with GRASS
This section of the tutorial explains how to display raster and vector data using GRASS GIS. We focus on two approaches: the first uses the CLI and the d.mon
display monitors, while the second shows you how to use the GRASS wxGUI. This reader is redirected to the Quick wxGUI tutorial for more information on this topic.
Displaying from the CLI
d.mon start=x0 g.region rast=elevation d.rast elevation