<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://grasswiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=%E2%9A%A0%EF%B8%8FDmci</id>
	<title>GRASS-Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://grasswiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=%E2%9A%A0%EF%B8%8FDmci"/>
	<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/wiki/Special:Contributions/%E2%9A%A0%EF%B8%8FDmci"/>
	<updated>2026-04-15T16:40:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Terminology&amp;diff=22324</id>
		<title>GRASS 6 Terminology</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Terminology&amp;diff=22324"/>
		<updated>2016-01-31T15:25:14Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== General ==&lt;br /&gt;
&lt;br /&gt;
* '''DATABASE''': This is the unix directory containing the geographic LOCATIONS (also called GIS'''D'''BASE). For a desktop GIS user typically this will be a subdirectory called &amp;lt;tt&amp;gt;grassdata&amp;lt;/tt&amp;gt; in your home directory.&lt;br /&gt;
&lt;br /&gt;
* '''LOCATION''': This is the name of an available geographic location. It contains a series of MAPSETS which share a common map projection.&lt;br /&gt;
: Typically its name will be based on the larger job/project you are working on, a reflection of the map projection which it will use, or a combination of both of these. For example: &amp;quot;''The_Rockies''&amp;quot;, &amp;quot;''UTM18_nad27''&amp;quot;, &amp;quot;''LL_wgs84''&amp;quot;, &amp;quot;''Spearfish60''&amp;quot;, &amp;quot;''simple_xy''&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* '''MAPSET''':   Every GRASS session runs under the name of a MAPSET. A MAPSET may       be a geographical subset or as large as the parent LOCATION.           Technically they are subdirectories under any location. In a          networked environment with several users working within the same          location, mapsets play a special role. Users may only select (and        thus modify) a mapset that they own (i.e., have created). However,          data in all mapsets for a given location can be read by anyone          (unless prevented by UNIX file permissions). The &amp;quot;PERMANENT&amp;quot;          mapset usually contains the read-only base maps like the elevation          model, while the other locations are readable and writable by          their owners. The &amp;quot;PERMANENT&amp;quot; mapset also contains some          information about the location itself that is not found in the  mapsets (projection info etc.), thus it must exist in every          location. &lt;br /&gt;
: The MAPSETS might be named for their owner (on a networked multi-user system) (''e.g. user1''), a specific area or study site within the greater region (''e.g. Wade_County''), all maps concerning a specific field study (''e.g. Jan2008''), or whatever is useful to organize your data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Loc_struct.png|center|thumb|600px|Structure of the GRASS data hierarchy]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''REGION''': The REGION may be the entire area or subset of the chosen        LOCATION. It is defined by northern, southern, eastern, and western bounds, as well as the raster grid resolution. It is controlled by the {{cmd|g.region}} module and is of primary importance for raster operations. Its most obvious effect is of setting the map zoom, but it is much more than that.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''WINDOW''': see REGION&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
[https://trac.osgeo.org/grass/browser/grass/branches/releasebranch_5_5/html/spearfish_directorytree.html  Sample GRASS 5.0 database directory tree structure (Spearfish data set)]&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Raster map precision ==&lt;br /&gt;
&lt;br /&gt;
* '''CELL DATA TYPE''': a raster map from INTEGER type (whole numbers only)&lt;br /&gt;
* '''FCELL DATA TYPE''': a raster map from FLOAT type (4 bytes, 7-9 digits precision)&lt;br /&gt;
* '''DCELL DATA TYPE''': a raster map from DOUBLE type (8 bytes, 15-17 digits precision)&lt;br /&gt;
* '''NULL''': represents &amp;quot;no data&amp;quot; in raster maps, to be distinguished from 0 (zero) data value&lt;br /&gt;
&lt;br /&gt;
* '''INTEGER MAP''': see CELL DATA TYPE&lt;br /&gt;
* '''FLOAT MAP''': see FCELL DATA TYPE&lt;br /&gt;
* '''DOUBLE MAP''': see DCELL DATA TYPE&lt;br /&gt;
&lt;br /&gt;
== Raster 3D maps ==&lt;br /&gt;
&lt;br /&gt;
* '''VOXEL''': Volumetric Pixel -- a 3-dimensional grid cell. (An individual cube in a greater 3D region block)&lt;br /&gt;
&lt;br /&gt;
== Vector maps ==&lt;br /&gt;
&lt;br /&gt;
* '''CATEGORY NUMBER''': A numerical value for a map feature (e.g. road number). The CATEGORY NUMBER is related to the attribute database. The internal vector feature ID is different from this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''LAYER''': A single vector map can be connected to multiple database tables. This number determines which table to use.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''DRIVER''': The database backend. e.g. dbf, sqlite, pg, mysql&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''TABLE''': The attribute table(s) associated with a map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''DATABASE''': The path or connection to the backend database storage.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''KEY COLUMN''': The attribute column that relates the spatial data to the attribute database data. Typically the &amp;lt;tt&amp;gt;cat&amp;lt;/tt&amp;gt; column is used as the key column.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''SQL''': The Structured Query Language. A standardized method of accessing and manipulating databases. Almost all modern databases speak some dialect of this common language.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Projections ==&lt;br /&gt;
&lt;br /&gt;
''See the [[GIS Concepts]] wiki page for details.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* '''PROJECTION''':&lt;br /&gt;
* '''DATUM''':&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
see the [[GRASS 7 Terminology]] page for more discussion.&lt;br /&gt;
&lt;br /&gt;
[[Category: Documentation]]&lt;br /&gt;
[[Category: FAQ]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Terminology&amp;diff=22323</id>
		<title>GRASS 6 Terminology</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Terminology&amp;diff=22323"/>
		<updated>2016-01-31T15:24:55Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: reorder database --&amp;gt; location --&amp;gt; mapset for consistency with image&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== General ==&lt;br /&gt;
&lt;br /&gt;
* '''DATABASE''': This is the unix directory containing the geographic LOCATIONS (also called GIS'''D'''BASE). For a desktop GIS user typically this will be a subdirectory called &amp;lt;tt&amp;gt;grassdata&amp;lt;/tt&amp;gt; in your home directory.&lt;br /&gt;
&lt;br /&gt;
* '''LOCATION''': This is the name of an available geographic location. It contains a series of MAPSETS which share a common map projection.&lt;br /&gt;
: Typically its name will be based on the larger job/project you are working on, a reflection of the map projection which it will use, or a combination of both of these. For example: &amp;quot;''The_Rockies''&amp;quot;, &amp;quot;''UTM18_nad27''&amp;quot;, &amp;quot;''LL_wgs84''&amp;quot;, &amp;quot;''Spearfish60''&amp;quot;, &amp;quot;''simple_xy''&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''MAPSET''':   Every GRASS session runs under the name of a MAPSET. A MAPSET may       be a geographical subset or as large as the parent LOCATION.           Technically they are subdirectories under any location. In a          networked environment with several users working within the same          location, mapsets play a special role. Users may only select (and        thus modify) a mapset that they own (i.e., have created). However,          data in all mapsets for a given location can be read by anyone          (unless prevented by UNIX file permissions). The &amp;quot;PERMANENT&amp;quot;          mapset usually contains the read-only base maps like the elevation          model, while the other locations are readable and writable by          their owners. The &amp;quot;PERMANENT&amp;quot; mapset also contains some          information about the location itself that is not found in the  mapsets (projection info etc.), thus it must exist in every          location. &lt;br /&gt;
: The MAPSETS might be named for their owner (on a networked multi-user system) (''e.g. user1''), a specific area or study site within the greater region (''e.g. Wade_County''), all maps concerning a specific field study (''e.g. Jan2008''), or whatever is useful to organize your data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Loc_struct.png|center|thumb|600px|Structure of the GRASS data hierarchy]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''REGION''': The REGION may be the entire area or subset of the chosen        LOCATION. It is defined by northern, southern, eastern, and western bounds, as well as the raster grid resolution. It is controlled by the {{cmd|g.region}} module and is of primary importance for raster operations. Its most obvious effect is of setting the map zoom, but it is much more than that.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''WINDOW''': see REGION&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
[https://trac.osgeo.org/grass/browser/grass/branches/releasebranch_5_5/html/spearfish_directorytree.html  Sample GRASS 5.0 database directory tree structure (Spearfish data set)]&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Raster map precision ==&lt;br /&gt;
&lt;br /&gt;
* '''CELL DATA TYPE''': a raster map from INTEGER type (whole numbers only)&lt;br /&gt;
* '''FCELL DATA TYPE''': a raster map from FLOAT type (4 bytes, 7-9 digits precision)&lt;br /&gt;
* '''DCELL DATA TYPE''': a raster map from DOUBLE type (8 bytes, 15-17 digits precision)&lt;br /&gt;
* '''NULL''': represents &amp;quot;no data&amp;quot; in raster maps, to be distinguished from 0 (zero) data value&lt;br /&gt;
&lt;br /&gt;
* '''INTEGER MAP''': see CELL DATA TYPE&lt;br /&gt;
* '''FLOAT MAP''': see FCELL DATA TYPE&lt;br /&gt;
* '''DOUBLE MAP''': see DCELL DATA TYPE&lt;br /&gt;
&lt;br /&gt;
== Raster 3D maps ==&lt;br /&gt;
&lt;br /&gt;
* '''VOXEL''': Volumetric Pixel -- a 3-dimensional grid cell. (An individual cube in a greater 3D region block)&lt;br /&gt;
&lt;br /&gt;
== Vector maps ==&lt;br /&gt;
&lt;br /&gt;
* '''CATEGORY NUMBER''': A numerical value for a map feature (e.g. road number). The CATEGORY NUMBER is related to the attribute database. The internal vector feature ID is different from this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''LAYER''': A single vector map can be connected to multiple database tables. This number determines which table to use.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''DRIVER''': The database backend. e.g. dbf, sqlite, pg, mysql&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''TABLE''': The attribute table(s) associated with a map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''DATABASE''': The path or connection to the backend database storage.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''KEY COLUMN''': The attribute column that relates the spatial data to the attribute database data. Typically the &amp;lt;tt&amp;gt;cat&amp;lt;/tt&amp;gt; column is used as the key column.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''SQL''': The Structured Query Language. A standardized method of accessing and manipulating databases. Almost all modern databases speak some dialect of this common language.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Projections ==&lt;br /&gt;
&lt;br /&gt;
''See the [[GIS Concepts]] wiki page for details.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* '''PROJECTION''':&lt;br /&gt;
* '''DATUM''':&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
see the [[GRASS 7 Terminology]] page for more discussion.&lt;br /&gt;
&lt;br /&gt;
[[Category: Documentation]]&lt;br /&gt;
[[Category: FAQ]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=WCS&amp;diff=20087</id>
		<title>WCS</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=WCS&amp;diff=20087"/>
		<updated>2014-01-08T14:33:10Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: added some WCS endpoints and info about EuroGEOSS brokder&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
This page OGC Web Coverage Services (WCS) support in GRASS GIS.&lt;br /&gt;
&lt;br /&gt;
== Metasites and collections of WCS servers ==&lt;br /&gt;
&lt;br /&gt;
* [http://184.73.174.89/gi-cat-StP/services/cswisogeo?service=CSW&amp;amp;request=GetRecordById&amp;amp;id=urn:geoss:csr:resource:urn:uuid:b4ff75f1-28de-37ff-086a-52cff996df5e&amp;amp;outputschema=http://www.isotc211.org/2005/gmi&amp;amp;elementSetName=full US Daily NDVI WCS 2011] &lt;br /&gt;
* [http://184.73.174.89/gi-cat-StP/services/cswisogeo?service=CSW&amp;amp;request=GetRecordById&amp;amp;id=urn:geoss:csr:resource:urn:uuid:d00fdccf-a1b3-431e-9d94-b0afbcf038a3&amp;amp;outputschema=http://www.isotc211.org/2005/gmi&amp;amp;elementSetName=full Global Drought WCS]&lt;br /&gt;
* More WCS endpoints can be obtained by searching the [http://www.eurogeoss-broker.eu/ EuroGEOSS Broker] and by specifying ''Web Coverage Service'' in the Keyword section. &lt;br /&gt;
&lt;br /&gt;
== Using WCS in GRASS GIS ==&lt;br /&gt;
&lt;br /&gt;
One option is to register the WCS service via {{cmd|r.external|version=70}}.&lt;br /&gt;
&lt;br /&gt;
First create ASCII file with this content, named e.g. &amp;quot;wcs_geoserver_LL.wcs&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt; &lt;br /&gt;
&amp;lt;WCS_GDAL&amp;gt;&lt;br /&gt;
  &amp;lt;ServiceURL&amp;gt;http://demo.opengeo.org/geoserver/wcs?&amp;lt;/ServiceURL&amp;gt;&lt;br /&gt;
  &amp;lt;CoverageName&amp;gt;Img_Sample&amp;lt;/CoverageName&amp;gt;&lt;br /&gt;
&amp;lt;/WCS_GDAL&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or simply download this file from [http://svn.osgeo.org/gdal/trunk/autotest/gdrivers/data/geoserver.wcs here].&lt;br /&gt;
&lt;br /&gt;
Start GRASS in a latlong location (EPSG 4326), then register the WCS file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt; &lt;br /&gt;
r.external input=wcs_geoserver_LL.wcs output=wcs_data&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then you can look at the map in the wxGUI map display:&lt;br /&gt;
&lt;br /&gt;
[[Image:WCS import with r external.png|thumb|center|400px|Import of WCS via r.external, display with RGB viewer]]&lt;br /&gt;
&lt;br /&gt;
In order to limit the WCS to a bounding box (e.g. from current region) a GDAL vrt file can be created from the WCS ASCII file using gdalbuildvrt:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt; &lt;br /&gt;
gdalbuildvrt wcs_geoserver_LL_BB.vrt wcs_geoserver_LL.wcs -te xmin ymin xmax ymax&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.gdal.org/frmt_wcs.html WCS_GDAL - OGC Web Coverage Service support]&lt;br /&gt;
&lt;br /&gt;
[[Category: Documentation]]&lt;br /&gt;
[[Category: FAQ]]&lt;br /&gt;
[[Category: Geodata]]&lt;br /&gt;
[[Category: OGC]]&lt;br /&gt;
[[Category: Raster]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_Metadata_Management&amp;diff=19589</id>
		<title>GRASS Metadata Management</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_Metadata_Management&amp;diff=19589"/>
		<updated>2013-08-06T12:34:32Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Creating an INSPIRE compliant version of {v,r}.support */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Metadata support ==&lt;br /&gt;
&lt;br /&gt;
=== Raster ===&lt;br /&gt;
* {{cmd|r.support}} (r.support history=&amp;quot;long text&amp;quot; now functional, it does line wrapping)&lt;br /&gt;
* [[Replacement raster format#Meta-data support|Metadata support in GRASS raster library notes]]&lt;br /&gt;
&lt;br /&gt;
=== Vector ===&lt;br /&gt;
* [http://download.osgeo.org/grass/grass6_progman/Vector_Library.html#head_file_format 'head' file format]&lt;br /&gt;
* TODO: tool to edit this head file needed using {{cmd|v.support}}. (Reference: http://lists.osgeo.org/pipermail/grass-user/2007-February/038378.html)&lt;br /&gt;
&lt;br /&gt;
Comments on a vector map can be added manually by editing &amp;lt;code&amp;gt;$MAPSET/vector/$MAPNAME/hist&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Metadata management ideas for future versions of GRASS ==&lt;br /&gt;
&lt;br /&gt;
=== Unified XML-based approach for raster/vector/imagery ===&lt;br /&gt;
* store relevant metadata in an XML-based format, along with creation/modification history&lt;br /&gt;
* a new directory '$maspset/metadata/' could house this information&lt;br /&gt;
* would probably require major re-write of the raster/vector history mechanism&lt;br /&gt;
* generic reading/writing of XML data (don't we already have this functionality somewhere...)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating an INSPIRE compliant version of {v,r}.support ===&lt;br /&gt;
&lt;br /&gt;
One idea would be to develop an INSPIRE compliant version of {v,r}.support. The module would ensure that all fields required for INSPIRE would be completed. It should be possible to write the Metadata out as XML (see above section). The European Union Open Source Metadata Editor (EUOSME) is a Web-based INSPIRE module that is published under the European Union Public Licence [1,2].&lt;br /&gt;
&lt;br /&gt;
[1] [http://inspire-forum.jrc.ec.europa.eu/pg/pages/view/34267/ EUOSME]&lt;br /&gt;
&lt;br /&gt;
[2] [http://www.eurogeoss.eu/Documents/EuroGEOSS_D_2_2_3.pdf Required Fields]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://www.eurogeographics.org/eng/documents/draftINSPIREMetadataIRv2_20070202.pdf DT Metadata – Draft Implementing Rules for Metadata]&lt;br /&gt;
* http://wiki.osgeo.org/wiki/Metadata and http://wiki.osgeo.org/wiki/Metadata_software (software list)&lt;br /&gt;
* http://www.gsdi.org/gsdicookbookindex.php&lt;br /&gt;
* http://inspire.jrc.ec.europa.eu/reports/ImplementingRules/metadata/MD_IR_and_ISO_20090218.pdf&lt;br /&gt;
* https://www.ngdc.noaa.gov/wiki/index.php?title=ISO_Metadata_Standard&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_Metadata_Management&amp;diff=19588</id>
		<title>GRASS Metadata Management</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_Metadata_Management&amp;diff=19588"/>
		<updated>2013-08-06T12:34:15Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Creating an INSPIRE compliant version of {v,r}.support */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Metadata support ==&lt;br /&gt;
&lt;br /&gt;
=== Raster ===&lt;br /&gt;
* {{cmd|r.support}} (r.support history=&amp;quot;long text&amp;quot; now functional, it does line wrapping)&lt;br /&gt;
* [[Replacement raster format#Meta-data support|Metadata support in GRASS raster library notes]]&lt;br /&gt;
&lt;br /&gt;
=== Vector ===&lt;br /&gt;
* [http://download.osgeo.org/grass/grass6_progman/Vector_Library.html#head_file_format 'head' file format]&lt;br /&gt;
* TODO: tool to edit this head file needed using {{cmd|v.support}}. (Reference: http://lists.osgeo.org/pipermail/grass-user/2007-February/038378.html)&lt;br /&gt;
&lt;br /&gt;
Comments on a vector map can be added manually by editing &amp;lt;code&amp;gt;$MAPSET/vector/$MAPNAME/hist&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Metadata management ideas for future versions of GRASS ==&lt;br /&gt;
&lt;br /&gt;
=== Unified XML-based approach for raster/vector/imagery ===&lt;br /&gt;
* store relevant metadata in an XML-based format, along with creation/modification history&lt;br /&gt;
* a new directory '$maspset/metadata/' could house this information&lt;br /&gt;
* would probably require major re-write of the raster/vector history mechanism&lt;br /&gt;
* generic reading/writing of XML data (don't we already have this functionality somewhere...)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating an INSPIRE compliant version of {v,r}.support ===&lt;br /&gt;
&lt;br /&gt;
One idea would be to develop an INSPIRE compliant version of {v,r}.support. The module would ensure that all fields required for INSPIRE would be completed. It should be possible to write the Metadata out as XML (see above section). The European Union Open Source Metadata Editor (EUOSME) is a Web-based INSPIRE module that is published under the European Union Public Licence [1].&lt;br /&gt;
&lt;br /&gt;
[1] [http://inspire-forum.jrc.ec.europa.eu/pg/pages/view/34267/ EUOSME]&lt;br /&gt;
[2] [http://www.eurogeoss.eu/Documents/EuroGEOSS_D_2_2_3.pdf Required Fields]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://www.eurogeographics.org/eng/documents/draftINSPIREMetadataIRv2_20070202.pdf DT Metadata – Draft Implementing Rules for Metadata]&lt;br /&gt;
* http://wiki.osgeo.org/wiki/Metadata and http://wiki.osgeo.org/wiki/Metadata_software (software list)&lt;br /&gt;
* http://www.gsdi.org/gsdicookbookindex.php&lt;br /&gt;
* http://inspire.jrc.ec.europa.eu/reports/ImplementingRules/metadata/MD_IR_and_ISO_20090218.pdf&lt;br /&gt;
* https://www.ngdc.noaa.gov/wiki/index.php?title=ISO_Metadata_Standard&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_Metadata_Management&amp;diff=19587</id>
		<title>GRASS Metadata Management</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_Metadata_Management&amp;diff=19587"/>
		<updated>2013-08-06T12:31:53Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Added section on EUOSME  */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Metadata support ==&lt;br /&gt;
&lt;br /&gt;
=== Raster ===&lt;br /&gt;
* {{cmd|r.support}} (r.support history=&amp;quot;long text&amp;quot; now functional, it does line wrapping)&lt;br /&gt;
* [[Replacement raster format#Meta-data support|Metadata support in GRASS raster library notes]]&lt;br /&gt;
&lt;br /&gt;
=== Vector ===&lt;br /&gt;
* [http://download.osgeo.org/grass/grass6_progman/Vector_Library.html#head_file_format 'head' file format]&lt;br /&gt;
* TODO: tool to edit this head file needed using {{cmd|v.support}}. (Reference: http://lists.osgeo.org/pipermail/grass-user/2007-February/038378.html)&lt;br /&gt;
&lt;br /&gt;
Comments on a vector map can be added manually by editing &amp;lt;code&amp;gt;$MAPSET/vector/$MAPNAME/hist&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Metadata management ideas for future versions of GRASS ==&lt;br /&gt;
&lt;br /&gt;
=== Unified XML-based approach for raster/vector/imagery ===&lt;br /&gt;
* store relevant metadata in an XML-based format, along with creation/modification history&lt;br /&gt;
* a new directory '$maspset/metadata/' could house this information&lt;br /&gt;
* would probably require major re-write of the raster/vector history mechanism&lt;br /&gt;
* generic reading/writing of XML data (don't we already have this functionality somewhere...)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating an INSPIRE compliant version of {v,r}.support ===&lt;br /&gt;
&lt;br /&gt;
One idea would be to develop an INSPIRE compliant version of {v,r}.support. The module would ensure that all fields required for INSPIRE would be completed. It should be possible to write the Metadata out as XML (see above section). The European Union Open Source Metadata Editor (EUOSME) is a Web-based INSPIRE module that is published under the European Union Public Licence [1].&lt;br /&gt;
&lt;br /&gt;
[1] [http://inspire-forum.jrc.ec.europa.eu/pg/pages/view/34267/ EUOSME]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://www.eurogeographics.org/eng/documents/draftINSPIREMetadataIRv2_20070202.pdf DT Metadata – Draft Implementing Rules for Metadata]&lt;br /&gt;
* http://wiki.osgeo.org/wiki/Metadata and http://wiki.osgeo.org/wiki/Metadata_software (software list)&lt;br /&gt;
* http://www.gsdi.org/gsdicookbookindex.php&lt;br /&gt;
* http://inspire.jrc.ec.europa.eu/reports/ImplementingRules/metadata/MD_IR_and_ISO_20090218.pdf&lt;br /&gt;
* https://www.ngdc.noaa.gov/wiki/index.php?title=ISO_Metadata_Standard&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19585</id>
		<title>GRASS 6 Tutorial/Displaying spatial data</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19585"/>
		<updated>2013-08-05T21:40:10Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Displaying vector data from the CLI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Displaying spatial data with GRASS==&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial explains how to display raster and vector data using GRASS GIS. We focus on two approaches: one approach uses the CLI and the &amp;lt;code&amp;gt;d.mon&amp;lt;/code&amp;gt; display monitors, while the other shows you how to use the GRASS wxGUI. This reader is redirected to the Quick wxGUI tutorial for more information on this topic. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/Quick_wxGUI_tutorial#Displaying_maps Displaying from the wxGUI]===&lt;br /&gt;
&lt;br /&gt;
===Displaying raster data from the CLI===  &lt;br /&gt;
&lt;br /&gt;
In some situations, you might find the CLI a quick alternative to display your vector data. You need to start a display monitor as follows:&lt;br /&gt;
&lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
&lt;br /&gt;
Depending on your region settings, you may want to set the region to the full extent of your raster map:&lt;br /&gt;
 g.region rast=elevation&lt;br /&gt;
&lt;br /&gt;
Then you simply launch the &amp;lt;code&amp;gt;d.rast&amp;lt;/code&amp;gt; command to display the map. &lt;br /&gt;
 d.rast elevation&lt;br /&gt;
&lt;br /&gt;
[[File:D_rast_elevation.png|center|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To have more control over the display settings for the raster, check the additional options by &amp;lt;code&amp;gt;d.rast --help&amp;lt;/code&amp;gt;. You can navigate within the display monitor using a combination of &amp;lt;code&amp;gt;d.pan&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;d.zoom&amp;lt;/code&amp;gt; in conjunction with the mouse buttons.&lt;br /&gt;
&lt;br /&gt;
If you want to retrieve the pixel values at a certain x,y location, you should use the &amp;lt;code&amp;gt;d.what.rast&amp;lt;/code&amp;gt; command, which will change the pointer in the display window to a cross-hair. With the mouse, you click on the location(s) of interest and the raster values are printed in the terminal window. The module &amp;lt;code&amp;gt;d.where&amp;lt;/code&amp;gt;, which prints the geographic (x,y) location of the cursor, works in a similar way.&lt;br /&gt;
&lt;br /&gt;
[[File:D_what_rast.png|center|300px]]&lt;br /&gt;
&lt;br /&gt;
===Displaying vector data from the CLI===&lt;br /&gt;
We can display vector data very easily in the display monitors using the module [http://grass.osgeo.org/grass65/manuals/d.vect.html &amp;lt;code&amp;gt;d.vect&amp;lt;/code&amp;gt;]. To quickly display a vector we:&lt;br /&gt;
&lt;br /&gt;
  d.mon start=x0 ''(if you don't have a monitor open)''&lt;br /&gt;
  g.region vect=geology&lt;br /&gt;
  d.vect geology type=area&lt;br /&gt;
&lt;br /&gt;
[[File:D_vect.png|center|300px]]&lt;br /&gt;
&lt;br /&gt;
We can return the attributes assigned to features, using &amp;lt;code&amp;gt;d.what.vect&amp;lt;/code&amp;gt; and clicking on the relevant features in the display window:&lt;br /&gt;
[[File:D_what_vect.png|center|300px]]&lt;br /&gt;
&lt;br /&gt;
===Plotting an elevation profile===  &lt;br /&gt;
Plotting an elevation profile between two points is done by running &amp;lt;code&amp;gt;d.profile&amp;lt;/code&amp;gt;. Click the&lt;br /&gt;
middle mouse button to define the start of the line profile and click it again to identify the end of&lt;br /&gt;
the line.&lt;br /&gt;
&lt;br /&gt;
[[File:D_profile.png|center|300px]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19584</id>
		<title>GRASS 6 Tutorial/Displaying spatial data</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19584"/>
		<updated>2013-08-05T21:39:52Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Displaying vector data from the CLI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Displaying spatial data with GRASS==&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial explains how to display raster and vector data using GRASS GIS. We focus on two approaches: one approach uses the CLI and the &amp;lt;code&amp;gt;d.mon&amp;lt;/code&amp;gt; display monitors, while the other shows you how to use the GRASS wxGUI. This reader is redirected to the Quick wxGUI tutorial for more information on this topic. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/Quick_wxGUI_tutorial#Displaying_maps Displaying from the wxGUI]===&lt;br /&gt;
&lt;br /&gt;
===Displaying raster data from the CLI===  &lt;br /&gt;
&lt;br /&gt;
In some situations, you might find the CLI a quick alternative to display your vector data. You need to start a display monitor as follows:&lt;br /&gt;
&lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
&lt;br /&gt;
Depending on your region settings, you may want to set the region to the full extent of your raster map:&lt;br /&gt;
 g.region rast=elevation&lt;br /&gt;
&lt;br /&gt;
Then you simply launch the &amp;lt;code&amp;gt;d.rast&amp;lt;/code&amp;gt; command to display the map. &lt;br /&gt;
 d.rast elevation&lt;br /&gt;
&lt;br /&gt;
[[File:D_rast_elevation.png|center|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To have more control over the display settings for the raster, check the additional options by &amp;lt;code&amp;gt;d.rast --help&amp;lt;/code&amp;gt;. You can navigate within the display monitor using a combination of &amp;lt;code&amp;gt;d.pan&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;d.zoom&amp;lt;/code&amp;gt; in conjunction with the mouse buttons.&lt;br /&gt;
&lt;br /&gt;
If you want to retrieve the pixel values at a certain x,y location, you should use the &amp;lt;code&amp;gt;d.what.rast&amp;lt;/code&amp;gt; command, which will change the pointer in the display window to a cross-hair. With the mouse, you click on the location(s) of interest and the raster values are printed in the terminal window. The module &amp;lt;code&amp;gt;d.where&amp;lt;/code&amp;gt;, which prints the geographic (x,y) location of the cursor, works in a similar way.&lt;br /&gt;
&lt;br /&gt;
[[File:D_what_rast.png|center|300px]]&lt;br /&gt;
&lt;br /&gt;
===Displaying vector data from the CLI===&lt;br /&gt;
We can display vector data very easily in the display monitors using the module [http://grass.osgeo.org/grass65/manuals/d.vect.html &amp;lt;code&amp;gt;d.vect&amp;lt;/code&amp;gt;]. To quickly display a vector we:&lt;br /&gt;
&lt;br /&gt;
  d.mon start=x0 ''(if you don't have a monitor open)''&lt;br /&gt;
  g.region vect=geology&lt;br /&gt;
  d.vect geology type=area&lt;br /&gt;
 &lt;br /&gt;
 [[File:D_vect.png|center|300px]]&lt;br /&gt;
&lt;br /&gt;
We can return the attributes assigned to features, using &amp;lt;code&amp;gt;d.what.vect&amp;lt;/code&amp;gt; and clicking on the relevant features in the display window:&lt;br /&gt;
 [[File:D_what_vect.png|center|300px]]&lt;br /&gt;
&lt;br /&gt;
===Plotting an elevation profile===  &lt;br /&gt;
Plotting an elevation profile between two points is done by running &amp;lt;code&amp;gt;d.profile&amp;lt;/code&amp;gt;. Click the&lt;br /&gt;
middle mouse button to define the start of the line profile and click it again to identify the end of&lt;br /&gt;
the line.&lt;br /&gt;
&lt;br /&gt;
[[File:D_profile.png|center|300px]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19583</id>
		<title>GRASS 6 Tutorial/Displaying spatial data</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19583"/>
		<updated>2013-08-05T21:39:06Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Displaying raster data from the CLI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Displaying spatial data with GRASS==&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial explains how to display raster and vector data using GRASS GIS. We focus on two approaches: one approach uses the CLI and the &amp;lt;code&amp;gt;d.mon&amp;lt;/code&amp;gt; display monitors, while the other shows you how to use the GRASS wxGUI. This reader is redirected to the Quick wxGUI tutorial for more information on this topic. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/Quick_wxGUI_tutorial#Displaying_maps Displaying from the wxGUI]===&lt;br /&gt;
&lt;br /&gt;
===Displaying raster data from the CLI===  &lt;br /&gt;
&lt;br /&gt;
In some situations, you might find the CLI a quick alternative to display your vector data. You need to start a display monitor as follows:&lt;br /&gt;
&lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
&lt;br /&gt;
Depending on your region settings, you may want to set the region to the full extent of your raster map:&lt;br /&gt;
 g.region rast=elevation&lt;br /&gt;
&lt;br /&gt;
Then you simply launch the &amp;lt;code&amp;gt;d.rast&amp;lt;/code&amp;gt; command to display the map. &lt;br /&gt;
 d.rast elevation&lt;br /&gt;
&lt;br /&gt;
[[File:D_rast_elevation.png|center|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To have more control over the display settings for the raster, check the additional options by &amp;lt;code&amp;gt;d.rast --help&amp;lt;/code&amp;gt;. You can navigate within the display monitor using a combination of &amp;lt;code&amp;gt;d.pan&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;d.zoom&amp;lt;/code&amp;gt; in conjunction with the mouse buttons.&lt;br /&gt;
&lt;br /&gt;
If you want to retrieve the pixel values at a certain x,y location, you should use the &amp;lt;code&amp;gt;d.what.rast&amp;lt;/code&amp;gt; command, which will change the pointer in the display window to a cross-hair. With the mouse, you click on the location(s) of interest and the raster values are printed in the terminal window. The module &amp;lt;code&amp;gt;d.where&amp;lt;/code&amp;gt;, which prints the geographic (x,y) location of the cursor, works in a similar way.&lt;br /&gt;
&lt;br /&gt;
[[File:D_what_rast.png|center|300px]]&lt;br /&gt;
&lt;br /&gt;
===Displaying vector data from the CLI===&lt;br /&gt;
We can display vector data very easily in the display monitors using the module [http://grass.osgeo.org/grass65/manuals/d.vect.html &amp;lt;code&amp;gt;d.vect&amp;lt;/code&amp;gt;]. To quickly display a vector we:&lt;br /&gt;
&lt;br /&gt;
  d.vect geology type=area&lt;br /&gt;
 &lt;br /&gt;
 [[File:D_vect.png|center|300px]]&lt;br /&gt;
&lt;br /&gt;
We can return the attributes assigned to features, using &amp;lt;code&amp;gt;d.what.vect&amp;lt;/code&amp;gt; and clicking on the relevant features in the display window:&lt;br /&gt;
 [[File:D_what_vect.png|center|300px]]&lt;br /&gt;
&lt;br /&gt;
===Plotting an elevation profile===  &lt;br /&gt;
Plotting an elevation profile between two points is done by running &amp;lt;code&amp;gt;d.profile&amp;lt;/code&amp;gt;. Click the&lt;br /&gt;
middle mouse button to define the start of the line profile and click it again to identify the end of&lt;br /&gt;
the line.&lt;br /&gt;
&lt;br /&gt;
[[File:D_profile.png|center|300px]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=File:D_vect.png&amp;diff=19582</id>
		<title>File:D vect.png</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=File:D_vect.png&amp;diff=19582"/>
		<updated>2013-08-05T21:38:50Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=File:D_what_vect.png&amp;diff=19581</id>
		<title>File:D what vect.png</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=File:D_what_vect.png&amp;diff=19581"/>
		<updated>2013-08-05T21:38:26Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19580</id>
		<title>GRASS 6 Tutorial/Displaying spatial data</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19580"/>
		<updated>2013-08-05T21:22:36Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Displaying raster data from the CLI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Displaying spatial data with GRASS==&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial explains how to display raster and vector data using GRASS GIS. We focus on two approaches: one approach uses the CLI and the &amp;lt;code&amp;gt;d.mon&amp;lt;/code&amp;gt; display monitors, while the other shows you how to use the GRASS wxGUI. This reader is redirected to the Quick wxGUI tutorial for more information on this topic. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/Quick_wxGUI_tutorial#Displaying_maps Displaying from the wxGUI]===&lt;br /&gt;
&lt;br /&gt;
===Displaying raster data from the CLI===  &lt;br /&gt;
&lt;br /&gt;
In some situations, you might find the CLI a quick alternative to display your vector data. You need to start a display monitor as follows:&lt;br /&gt;
&lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
&lt;br /&gt;
Depending on your region settings, you may want to set the region to the full extent of your raster map:&lt;br /&gt;
 g.region rast=elevation&lt;br /&gt;
&lt;br /&gt;
Then you simply launch the &amp;lt;code&amp;gt;d.rast&amp;lt;/code&amp;gt; command to display the map. &lt;br /&gt;
 d.rast elevation&lt;br /&gt;
&lt;br /&gt;
[[File:D_rast_elevation.png|center|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To have more control over the display settings for the raster, check the additional options by &amp;lt;code&amp;gt;d.rast --help&amp;lt;/code&amp;gt;. You can navigate within the display monitor using a combination of &amp;lt;code&amp;gt;d.pan&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;d.zoom&amp;lt;/code&amp;gt; in conjunction with the mouse buttons.&lt;br /&gt;
&lt;br /&gt;
If you want to retrieve the pixel values at a certain x,y location, you should use the &amp;lt;code&amp;gt;d.what.rast&amp;lt;/code&amp;gt; command, which will change the pointer in the display window to a cross-hair. With the mouse, you click on the location(s) of interest and the raster values are printed in the terminal window. The module &amp;lt;code&amp;gt;d.where&amp;lt;/code&amp;gt;, which prints the geographic (x,y) location of the cursor, works in a similar way.&lt;br /&gt;
&lt;br /&gt;
[[File:D_what_rast.png|center|300px]]&lt;br /&gt;
&lt;br /&gt;
===Plotting an elevation profile===  &lt;br /&gt;
Plotting an elevation profile between two points is done by running &amp;lt;code&amp;gt;d.profile&amp;lt;/code&amp;gt;. Click the&lt;br /&gt;
middle mouse button to define the start of the line profile and click it again to identify the end of&lt;br /&gt;
the line.&lt;br /&gt;
&lt;br /&gt;
[[File:D_profile.png|center|300px]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19579</id>
		<title>GRASS 6 Tutorial/Displaying spatial data</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19579"/>
		<updated>2013-08-05T21:21:14Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Plotting an elevation profile */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Displaying spatial data with GRASS==&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial explains how to display raster and vector data using GRASS GIS. We focus on two approaches: one approach uses the CLI and the &amp;lt;code&amp;gt;d.mon&amp;lt;/code&amp;gt; display monitors, while the other shows you how to use the GRASS wxGUI. This reader is redirected to the Quick wxGUI tutorial for more information on this topic. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/Quick_wxGUI_tutorial#Displaying_maps Displaying from the wxGUI]===&lt;br /&gt;
&lt;br /&gt;
===Displaying raster data from the CLI===  &lt;br /&gt;
&lt;br /&gt;
In some situations, you might find the CLI a quick alternative to display your vector data. You need to start a display monitor as follows:&lt;br /&gt;
&lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
&lt;br /&gt;
Depending on your region settings, you may want to set the region to the full extent of your raster map:&lt;br /&gt;
 g.region rast=elevation&lt;br /&gt;
&lt;br /&gt;
Then you simply launch the &amp;lt;code&amp;gt;d.rast&amp;lt;/code&amp;gt; command to display the map. &lt;br /&gt;
 d.rast elevation&lt;br /&gt;
&lt;br /&gt;
[[File:D_rast_elevation.png|center|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To have more control over the display settings for the raster, check the additional options by &amp;lt;code&amp;gt;d.rast --help&amp;lt;/code&amp;gt;. You can navigate within the display monitor using a combination of &amp;lt;code&amp;gt;d.pan&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;d.zoom&amp;lt;/code&amp;gt; in conjunction with the mouse buttons.&lt;br /&gt;
&lt;br /&gt;
If you want to retrieve the pixel values at a certain x,y location, you should use the &amp;lt;code&amp;gt;d.what.rast&amp;lt;/code&amp;gt; command, which will change the pointer in the display window to a cross-hair. With the mouse, you click on the location(s) of interest and the raster values are printed in the terminal window.&lt;br /&gt;
&lt;br /&gt;
[[File:D_what_rast.png|center|300px]]&lt;br /&gt;
&lt;br /&gt;
===Plotting an elevation profile===  &lt;br /&gt;
Plotting an elevation profile between two points is done by running &amp;lt;code&amp;gt;d.profile&amp;lt;/code&amp;gt;. Click the&lt;br /&gt;
middle mouse button to define the start of the line profile and click it again to identify the end of&lt;br /&gt;
the line.&lt;br /&gt;
&lt;br /&gt;
[[File:D_profile.png|center|300px]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=File:D_profile.png&amp;diff=19578</id>
		<title>File:D profile.png</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=File:D_profile.png&amp;diff=19578"/>
		<updated>2013-08-05T21:20:08Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19577</id>
		<title>GRASS 6 Tutorial/Displaying spatial data</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19577"/>
		<updated>2013-08-05T21:18:57Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Displaying raster data from the CLI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Displaying spatial data with GRASS==&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial explains how to display raster and vector data using GRASS GIS. We focus on two approaches: one approach uses the CLI and the &amp;lt;code&amp;gt;d.mon&amp;lt;/code&amp;gt; display monitors, while the other shows you how to use the GRASS wxGUI. This reader is redirected to the Quick wxGUI tutorial for more information on this topic. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/Quick_wxGUI_tutorial#Displaying_maps Displaying from the wxGUI]===&lt;br /&gt;
&lt;br /&gt;
===Displaying raster data from the CLI===  &lt;br /&gt;
&lt;br /&gt;
In some situations, you might find the CLI a quick alternative to display your vector data. You need to start a display monitor as follows:&lt;br /&gt;
&lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
&lt;br /&gt;
Depending on your region settings, you may want to set the region to the full extent of your raster map:&lt;br /&gt;
 g.region rast=elevation&lt;br /&gt;
&lt;br /&gt;
Then you simply launch the &amp;lt;code&amp;gt;d.rast&amp;lt;/code&amp;gt; command to display the map. &lt;br /&gt;
 d.rast elevation&lt;br /&gt;
&lt;br /&gt;
[[File:D_rast_elevation.png|center|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To have more control over the display settings for the raster, check the additional options by &amp;lt;code&amp;gt;d.rast --help&amp;lt;/code&amp;gt;. You can navigate within the display monitor using a combination of &amp;lt;code&amp;gt;d.pan&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;d.zoom&amp;lt;/code&amp;gt; in conjunction with the mouse buttons.&lt;br /&gt;
&lt;br /&gt;
If you want to retrieve the pixel values at a certain x,y location, you should use the &amp;lt;code&amp;gt;d.what.rast&amp;lt;/code&amp;gt; command, which will change the pointer in the display window to a cross-hair. With the mouse, you click on the location(s) of interest and the raster values are printed in the terminal window.&lt;br /&gt;
&lt;br /&gt;
[[File:D_what_rast.png|center|300px]]&lt;br /&gt;
&lt;br /&gt;
===Plotting an elevation profile===  &lt;br /&gt;
Plotting an elevation profile between two points is done by running &amp;lt;code&amp;gt;d.profile&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
[[File:Dprofile-elevation.png|center|300px]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19576</id>
		<title>GRASS 6 Tutorial/Displaying spatial data</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19576"/>
		<updated>2013-08-05T21:18:25Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Displaying spatial data with GRASS==&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial explains how to display raster and vector data using GRASS GIS. We focus on two approaches: one approach uses the CLI and the &amp;lt;code&amp;gt;d.mon&amp;lt;/code&amp;gt; display monitors, while the other shows you how to use the GRASS wxGUI. This reader is redirected to the Quick wxGUI tutorial for more information on this topic. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/Quick_wxGUI_tutorial#Displaying_maps Displaying from the wxGUI]===&lt;br /&gt;
&lt;br /&gt;
===Displaying raster data from the CLI===  &lt;br /&gt;
&lt;br /&gt;
In some situations, you might find the CLI a quick alternative to display your vector data. You need to start a display monitor as follows:&lt;br /&gt;
&lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
&lt;br /&gt;
Depending on your region settings, you may want to set the region to the full extent of your raster map:&lt;br /&gt;
 g.region rast=elevation&lt;br /&gt;
&lt;br /&gt;
Then you simply launch the &amp;lt;code&amp;gt;d.rast&amp;lt;/code&amp;gt; command to display the map. &lt;br /&gt;
 d.rast elevation&lt;br /&gt;
&lt;br /&gt;
[[File:D_rast_elevation.png|center|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To have more control over the display settings for the raster, check the additional options by &amp;lt;code&amp;gt;d.rast --help&amp;lt;/code&amp;gt;. You can navigate within the display monitor using a combination of &amp;lt;code&amp;gt;d.pan&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;d.zoom&amp;lt;/code&amp;gt; in conjunction with the mouse buttons.&lt;br /&gt;
&lt;br /&gt;
If you want to retrieve the pixel values at a certain x,y location, you should use the &amp;lt;code&amp;gt;d.what.rast&amp;lt;/code&amp;gt; command, which will change the pointer in the display window to a cross-hair. With the mouse, you click on the location(s) of interest and the raster values are printed in the terminal window.&lt;br /&gt;
&lt;br /&gt;
===Plotting an elevation profile===  &lt;br /&gt;
Plotting an elevation profile between two points is done by running &amp;lt;code&amp;gt;d.profile&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
[[File:Dprofile-elevation.png|center|300px]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=File:D_rast_elevation.png&amp;diff=19575</id>
		<title>File:D rast elevation.png</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=File:D_rast_elevation.png&amp;diff=19575"/>
		<updated>2013-08-05T21:17:34Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: Dmci uploaded a new version of &amp;amp;quot;File:D rast elevation.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=File:D_what_rast.png&amp;diff=19574</id>
		<title>File:D what rast.png</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=File:D_what_rast.png&amp;diff=19574"/>
		<updated>2013-08-05T21:17:02Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=File:D_rast_elevation.png&amp;diff=19573</id>
		<title>File:D rast elevation.png</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=File:D_rast_elevation.png&amp;diff=19573"/>
		<updated>2013-08-05T21:16:36Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19521</id>
		<title>GRASS 6 Tutorial/Displaying spatial data</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19521"/>
		<updated>2013-07-31T21:59:54Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Displaying raster data from the CLI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Displaying spatial data with GRASS==&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial explains how to display raster and vector data using GRASS GIS. We focus on two approaches: one approach uses the CLI and the &amp;lt;code&amp;gt;d.mon&amp;lt;/code&amp;gt; display monitors, while the other shows you how to use the GRASS wxGUI. This reader is redirected to the Quick wxGUI tutorial for more information on this topic. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/Quick_wxGUI_tutorial#Displaying_maps Displaying from the wxGUI]===&lt;br /&gt;
&lt;br /&gt;
===Displaying raster data from the CLI===  &lt;br /&gt;
&lt;br /&gt;
In some situations, you might find the CLI a quick alternative to display your vector data. You need to start a display monitor as follows:&lt;br /&gt;
&lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
&lt;br /&gt;
Depending on your region settings, you may want to set the region to the full extent of your raster map:&lt;br /&gt;
 g.region rast=elevation&lt;br /&gt;
&lt;br /&gt;
Then you simply launch the &amp;lt;code&amp;gt;d.rast&amp;lt;/code&amp;gt; command to display the map. &lt;br /&gt;
 d.rast elevation&lt;br /&gt;
&lt;br /&gt;
To have more control over the display settings for the raster, check the additional options by &amp;lt;code&amp;gt;d.rast --help&amp;lt;/code&amp;gt;. You can navigate within the display monitor using a combination of &amp;lt;code&amp;gt;d.pan&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;d.zoom&amp;lt;/code&amp;gt; in conjunction with the mouse buttons.&lt;br /&gt;
&lt;br /&gt;
If you want to retrieve the pixel values at a certain x,y location, you should use the &amp;lt;code&amp;gt;d.what.rast&amp;lt;/code&amp;gt; command, which will change the pointer in the display window to a cross-hair. With the mouse, you click on the location(s) of interest and the raster values are printed in the terminal window.&lt;br /&gt;
&lt;br /&gt;
===Plotting an elevation profile===  &lt;br /&gt;
Plotting an elevation profile between two points is done by running &amp;lt;code&amp;gt;d.profile&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
[[File:Dprofile-elevation.png|center|300px]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19520</id>
		<title>GRASS 6 Tutorial/Displaying spatial data</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19520"/>
		<updated>2013-07-31T21:46:48Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Displaying raster data from the CLI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Displaying spatial data with GRASS==&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial explains how to display raster and vector data using GRASS GIS. We focus on two approaches: one approach uses the CLI and the &amp;lt;code&amp;gt;d.mon&amp;lt;/code&amp;gt; display monitors, while the other shows you how to use the GRASS wxGUI. This reader is redirected to the Quick wxGUI tutorial for more information on this topic. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/Quick_wxGUI_tutorial#Displaying_maps Displaying from the wxGUI]===&lt;br /&gt;
&lt;br /&gt;
===Displaying raster data from the CLI===  &lt;br /&gt;
&lt;br /&gt;
In some situations, you might find the CLI a quick alternative to display your vector data. You need to start a display monitor as follows:&lt;br /&gt;
&lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
&lt;br /&gt;
Depending on your region settings, you may want to set the region to the full extent of your raster map:&lt;br /&gt;
 g.region rast=elevation&lt;br /&gt;
&lt;br /&gt;
Then you simply launch the &amp;lt;code&amp;gt;d.rast&amp;lt;/code&amp;gt; command to display the map. &lt;br /&gt;
 d.rast elevation&lt;br /&gt;
&lt;br /&gt;
To have more control over the display settings for the raster, check the additional options by &amp;lt;code&amp;gt;d.rast --help&amp;lt;/code&amp;gt;. You can navigate within the display monitor using a combination of &amp;lt;code&amp;gt;d.pan&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;d.zoom&amp;lt;/code&amp;gt; in conjunction with the mouse buttons.&lt;br /&gt;
&lt;br /&gt;
If you want to retrieve the pixel values at a certain x,y location, you should use the &amp;lt;code&amp;gt;d.what.rast&amp;lt;/code&amp;gt; command, which will change the pointer in the display window to a cross-hair. With the mouse, you click on the location(s) of interest and the raster values are printed in the terminal window.&lt;br /&gt;
&lt;br /&gt;
[[File:Dmon_elevation.png|center|200px]][[File:Dwhatrast.png|center|200px]]&lt;br /&gt;
&lt;br /&gt;
===Plotting an elevation profile===  &lt;br /&gt;
Plotting an elevation profile between two points is done by running &amp;lt;code&amp;gt;d.profile&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
[[File:Dprofile-elevation.png|center|300px]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19519</id>
		<title>GRASS 6 Tutorial/Displaying spatial data</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19519"/>
		<updated>2013-07-31T21:42:41Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Displaying raster data from the CLI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Displaying spatial data with GRASS==&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial explains how to display raster and vector data using GRASS GIS. We focus on two approaches: one approach uses the CLI and the &amp;lt;code&amp;gt;d.mon&amp;lt;/code&amp;gt; display monitors, while the other shows you how to use the GRASS wxGUI. This reader is redirected to the Quick wxGUI tutorial for more information on this topic. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/Quick_wxGUI_tutorial#Displaying_maps Displaying from the wxGUI]===&lt;br /&gt;
&lt;br /&gt;
===Displaying raster data from the CLI===  &lt;br /&gt;
&lt;br /&gt;
In some situations, you might find the CLI a quick alternative to display your vector data. You need to start a display monitor as follows:&lt;br /&gt;
&lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
&lt;br /&gt;
Depending on your region settings, you may want to set the region to the full extent of your raster map:&lt;br /&gt;
 g.region rast=elevation&lt;br /&gt;
&lt;br /&gt;
Then you simply launch the &amp;lt;code&amp;gt;d.rast&amp;lt;/code&amp;gt; command to display the map. &lt;br /&gt;
 d.rast elevation&lt;br /&gt;
&lt;br /&gt;
To have more control over the display settings for the raster, check the additional options by &amp;lt;code&amp;gt;d.rast --help&amp;lt;/code&amp;gt;. You can navigate within the display monitor using a combination of &amp;lt;code&amp;gt;d.pan&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;d.zoom&amp;lt;/code&amp;gt; in conjunction with the mouse buttons.&lt;br /&gt;
&lt;br /&gt;
If you want to retrieve the pixel values at a certain x,y location, you should use the &amp;lt;code&amp;gt;d.what.rast&amp;lt;/code&amp;gt; command, which will change the pointer in the display window to a cross-hair. With the mouse, you click on the location(s) of interest and the raster values are printed in the terminal window.&lt;br /&gt;
&lt;br /&gt;
[[File:Dmon_elevation.png|center|300px]][[File:Dwhatrast.png|right|300px]]&lt;br /&gt;
&lt;br /&gt;
===Plotting an elevation profile===  &lt;br /&gt;
Plotting an elevation profile between two points is done by running &amp;lt;code&amp;gt;d.profile&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
[[File:Dprofile-elevation.png|center|300px]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19518</id>
		<title>GRASS 6 Tutorial/Displaying spatial data</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19518"/>
		<updated>2013-07-31T21:42:16Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Displaying raster data from the CLI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Displaying spatial data with GRASS==&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial explains how to display raster and vector data using GRASS GIS. We focus on two approaches: one approach uses the CLI and the &amp;lt;code&amp;gt;d.mon&amp;lt;/code&amp;gt; display monitors, while the other shows you how to use the GRASS wxGUI. This reader is redirected to the Quick wxGUI tutorial for more information on this topic. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/Quick_wxGUI_tutorial#Displaying_maps Displaying from the wxGUI]===&lt;br /&gt;
&lt;br /&gt;
===Displaying raster data from the CLI===  &lt;br /&gt;
&lt;br /&gt;
In some situations, you might find the CLI a quick alternative to display your vector data. You need to start a display monitor as follows:&lt;br /&gt;
&lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
&lt;br /&gt;
Depending on your region settings, you may want to set the region to the full extent of your raster map:&lt;br /&gt;
 g.region rast=elevation&lt;br /&gt;
&lt;br /&gt;
Then you simply launch the &amp;lt;code&amp;gt;d.rast&amp;lt;/code&amp;gt; command to display the map. &lt;br /&gt;
 d.rast elevation&lt;br /&gt;
&lt;br /&gt;
To have more control over the display settings for the raster, check the additional options by &amp;lt;code&amp;gt;d.rast --help&amp;lt;/code&amp;gt;. You can navigate within the display monitor using a combination of &amp;lt;code&amp;gt;d.pan&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;d.zoom&amp;lt;/code&amp;gt; in conjunction with the mouse buttons.&lt;br /&gt;
&lt;br /&gt;
If you want to retrieve the pixel values at a certain x,y location, you should use the &amp;lt;code&amp;gt;d.what.rast&amp;lt;/code&amp;gt; command, which will change the pointer in the display window to a cross-hair. With the mouse, you click on the location(s) of interest and the raster values are printed in the terminal window.&lt;br /&gt;
&lt;br /&gt;
[[File:Dmon_elevation.png|center|300px]][[File:Dwhatrast.png|center|300px]]&lt;br /&gt;
&lt;br /&gt;
===Plotting an elevation profile===  &lt;br /&gt;
Plotting an elevation profile between two points is done by running &amp;lt;code&amp;gt;d.profile&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
[[File:Dprofile-elevation.png|center|300px]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=File:Dmon_elevation.png&amp;diff=19517</id>
		<title>File:Dmon elevation.png</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=File:Dmon_elevation.png&amp;diff=19517"/>
		<updated>2013-07-31T21:41:25Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=File:Dwhatrast.png&amp;diff=19516</id>
		<title>File:Dwhatrast.png</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=File:Dwhatrast.png&amp;diff=19516"/>
		<updated>2013-07-31T21:40:34Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19515</id>
		<title>GRASS 6 Tutorial/Displaying spatial data</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19515"/>
		<updated>2013-07-31T21:40:07Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Displaying from the CLI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Displaying spatial data with GRASS==&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial explains how to display raster and vector data using GRASS GIS. We focus on two approaches: one approach uses the CLI and the &amp;lt;code&amp;gt;d.mon&amp;lt;/code&amp;gt; display monitors, while the other shows you how to use the GRASS wxGUI. This reader is redirected to the Quick wxGUI tutorial for more information on this topic. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/Quick_wxGUI_tutorial#Displaying_maps Displaying from the wxGUI]===&lt;br /&gt;
&lt;br /&gt;
===Displaying raster data from the CLI===  &lt;br /&gt;
&lt;br /&gt;
In some situations, you might find the CLI a quick alternative to display your vector data. You need to start a display monitor as follows:&lt;br /&gt;
&lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
&lt;br /&gt;
Depending on your region settings, you may want to set the region to the full extent of your raster map:&lt;br /&gt;
 g.region rast=elevation&lt;br /&gt;
&lt;br /&gt;
Then you simply launch the &amp;lt;code&amp;gt;d.rast&amp;lt;/code&amp;gt; command to display the map. &lt;br /&gt;
 d.rast elevation&lt;br /&gt;
&lt;br /&gt;
To have more control over the display settings for the raster, check the additional options by &amp;lt;code&amp;gt;d.rast --help&amp;lt;/code&amp;gt;. You can navigate within the display monitor using a combination of &amp;lt;code&amp;gt;d.pan&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;d.zoom&amp;lt;/code&amp;gt; in conjunction with the mouse buttons.&lt;br /&gt;
&lt;br /&gt;
If you want to retrieve the pixel values at a certain x,y location, you should use the &amp;lt;code&amp;gt;d.what.rast&amp;lt;/code&amp;gt; command, which will change the pointer in the display window to a cross-hair. With the mouse, you click on the location(s) of interest and the raster values are printed in the terminal window.&lt;br /&gt;
&lt;br /&gt;
===Plotting an elevation profile===  &lt;br /&gt;
Plotting an elevation profile between two points is done by running &amp;lt;code&amp;gt;d.profile&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
[[File:Dprofile-elevation.png|center|300px]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19514</id>
		<title>GRASS 6 Tutorial/Displaying spatial data</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19514"/>
		<updated>2013-07-31T21:09:28Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Displaying from the CLI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Displaying spatial data with GRASS==&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial explains how to display raster and vector data using GRASS GIS. We focus on two approaches: one approach uses the CLI and the &amp;lt;code&amp;gt;d.mon&amp;lt;/code&amp;gt; display monitors, while the other shows you how to use the GRASS wxGUI. This reader is redirected to the Quick wxGUI tutorial for more information on this topic. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/Quick_wxGUI_tutorial#Displaying_maps Displaying from the wxGUI]===&lt;br /&gt;
&lt;br /&gt;
===Displaying from the CLI===  &lt;br /&gt;
&lt;br /&gt;
In some situations, you might find the CLI a quick alternative to display your vector data. You need to start a display monitor as follows:&lt;br /&gt;
&lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
&lt;br /&gt;
Depending on your region settings, you may want to set the region to the full extent of your raster map:&lt;br /&gt;
 g.region rast=elevation&lt;br /&gt;
&lt;br /&gt;
Then you simply launch the &amp;lt;code&amp;gt;d.rast&amp;lt;/code&amp;gt; command to display the map. &lt;br /&gt;
 d.rast elevation&lt;br /&gt;
&lt;br /&gt;
To have more control over the display settings for the raster, check the additional options by &amp;lt;code&amp;gt;d.rast --help&amp;lt;/code&amp;gt;. You can navigate within the display monitor using a combination of &amp;lt;code&amp;gt;d.pan&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;d.zoom&amp;lt;/code&amp;gt; in conjunction with the mouse buttons.&lt;br /&gt;
&lt;br /&gt;
===Plotting an elevation profile===  &lt;br /&gt;
Plotting an elevation profile between two points is done by running &amp;lt;code&amp;gt;d.profile&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
[[File:Dprofile-elevation.png|center|300px]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19504</id>
		<title>GRASS 6 Tutorial/Displaying spatial data</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19504"/>
		<updated>2013-07-31T12:01:28Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Displaying spatial data with GRASS==&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial explains how to display raster and vector data using GRASS GIS. We focus on two approaches: one approach uses the CLI and the &amp;lt;code&amp;gt;d.mon&amp;lt;/code&amp;gt; display monitors, while the other shows you how to use the GRASS wxGUI. This reader is redirected to the Quick wxGUI tutorial for more information on this topic. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/Quick_wxGUI_tutorial#Displaying_maps Displaying from the wxGUI]===&lt;br /&gt;
&lt;br /&gt;
===Displaying from the CLI===  &lt;br /&gt;
 &lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
 g.region rast=elevation&lt;br /&gt;
 d.rast elevation&lt;br /&gt;
&lt;br /&gt;
You can navigate within the display monitor using a combination of &amp;lt;code&amp;gt;d.pan&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;d.zoom&amp;lt;/code&amp;gt; in conjunction with the mouse buttons.&lt;br /&gt;
&lt;br /&gt;
===Plotting an elevation profile===  &lt;br /&gt;
Plotting an elevation profile between two points is done by running &amp;lt;code&amp;gt;d.profile&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
[[File:Dprofile-elevation.png|center|300px]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19498</id>
		<title>GRASS 6 Tutorial/Displaying spatial data</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19498"/>
		<updated>2013-07-30T21:45:14Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Displaying from the CLI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Displaying spatial data with GRASS==&lt;br /&gt;
&lt;br /&gt;
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 &amp;lt;code&amp;gt;d.mon&amp;lt;/code&amp;gt; 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. &lt;br /&gt;
&lt;br /&gt;
===Displaying from the CLI===  &lt;br /&gt;
 &lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
 g.region rast=elevation&lt;br /&gt;
 d.rast elevation&lt;br /&gt;
&lt;br /&gt;
You can navigate within the display monitor using a combination of &amp;lt;code&amp;gt;d.pan&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;d.zoom&amp;lt;/code&amp;gt; in conjunction with the mouse buttons.&lt;br /&gt;
&lt;br /&gt;
Plotting an elevation profile between two points is done by running &amp;lt;code&amp;gt;d.profile&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
[[File:Dprofile-elevation.png|center|300px]]&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/Quick_wxGUI_tutorial#Displaying_maps Displaying from the wxGUI]===&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=File:Dprofile-elevation.png&amp;diff=19497</id>
		<title>File:Dprofile-elevation.png</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=File:Dprofile-elevation.png&amp;diff=19497"/>
		<updated>2013-07-30T21:22:31Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: Dmci uploaded a new version of &amp;amp;quot;File:Dprofile-elevation.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=File:Dprofile-elevation.png&amp;diff=19496</id>
		<title>File:Dprofile-elevation.png</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=File:Dprofile-elevation.png&amp;diff=19496"/>
		<updated>2013-07-30T21:20:50Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19495</id>
		<title>GRASS 6 Tutorial/Displaying spatial data</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19495"/>
		<updated>2013-07-30T21:17:42Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Displaying from the CLI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Displaying spatial data with GRASS==&lt;br /&gt;
&lt;br /&gt;
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 &amp;lt;code&amp;gt;d.mon&amp;lt;/code&amp;gt; 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. &lt;br /&gt;
&lt;br /&gt;
===Displaying from the CLI===  &lt;br /&gt;
 &lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
 g.region rast=elevation&lt;br /&gt;
 d.rast elevation&lt;br /&gt;
&lt;br /&gt;
You can navigate within the display monitor using a combination of &amp;lt;code&amp;gt;d.pan&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;d.zoom&amp;lt;/code&amp;gt; in conjunction with the mouse buttons.&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/Quick_wxGUI_tutorial#Displaying_maps Displaying from the wxGUI]===&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19494</id>
		<title>GRASS 6 Tutorial/Displaying spatial data</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19494"/>
		<updated>2013-07-30T21:16:30Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Displaying spatial data with GRASS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Displaying spatial data with GRASS==&lt;br /&gt;
&lt;br /&gt;
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 &amp;lt;code&amp;gt;d.mon&amp;lt;/code&amp;gt; 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. &lt;br /&gt;
&lt;br /&gt;
===Displaying from the CLI===  &lt;br /&gt;
 &lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
 g.region rast=elevation&lt;br /&gt;
 d.rast elevation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/Quick_wxGUI_tutorial#Displaying_maps Displaying from the wxGUI]===&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19493</id>
		<title>GRASS 6 Tutorial/Displaying spatial data</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19493"/>
		<updated>2013-07-30T21:14:51Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Displaying from the GUI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Displaying spatial data with GRASS==&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial explains how to display raster and vector data using GRASS GIS. We split it into two sections: the first uses the CLI and the &amp;lt;code&amp;gt;d.mon&amp;lt;/code&amp;gt; display monitors, while the second shows you how to use the GRASS wxGUI. &lt;br /&gt;
&lt;br /&gt;
===Displaying from the CLI===  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/Quick_wxGUI_tutorial#Displaying_maps Displaying from the wxGUI]===&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19483</id>
		<title>GRASS 6 Tutorial/Displaying spatial data</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Displaying_spatial_data&amp;diff=19483"/>
		<updated>2013-07-30T08:33:03Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: Created page with &amp;quot;==Displaying spatial data with GRASS==  This section of the tutorial explains how to display raster and vector data using GRASS GIS. We split it into two sections: the first u...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Displaying spatial data with GRASS==&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial explains how to display raster and vector data using GRASS GIS. We split it into two sections: the first uses the CLI and the &amp;lt;code&amp;gt;d.mon&amp;lt;/code&amp;gt; display monitors, while the second shows you how to use the GRASS wxGUI. &lt;br /&gt;
&lt;br /&gt;
===Displaying from the CLI===  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Displaying from the GUI===&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial&amp;diff=19482</id>
		<title>GRASS 6 Tutorial</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial&amp;diff=19482"/>
		<updated>2013-07-30T08:29:58Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Examples from US National Atlas  [from GRASS 5.7 tutorial] */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GRASS GIS version 6.4 is fully operational and stable version that can be used for production use.  This tutorial will familiarize you with the improved functionality and will focus on raster and vector data management as well some basic spatial data analysis.&lt;br /&gt;
&lt;br /&gt;
This tutorial is intended for GRASS GIS users who want to migrate from a previous release to the new GRASS Version. If you are a beginner, please also consider additional [http://grass.itc.it/gdp/tutorials.php books or tutorials] as well as consulting the [[GRASS_Help| Introductory Material]]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Disclaimer:''' In case the examples described here do not work properly, you are kindly invited to send us further examples and/or code bugfixes/enhancements. Enjoy the WIKI!&lt;br /&gt;
&lt;br /&gt;
'''''NOTE: This tutorial is under construction and is incorporating sections of the [http://grass.osgeo.org/grass57/tutorial/ previous GRASS 5.7 tutorial].'''''&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
New developments in GRASS GIS have made major improvements to the vector&lt;br /&gt;
architecture. The most significant change includes a new 2- and&lt;br /&gt;
3-dimensional vector library that manages vector attributes in&lt;br /&gt;
standard database management systems (DBMS), providing a fully relational database for vector attribute management,&lt;br /&gt;
while preserving the flexibility of traditional GRASS topological&lt;br /&gt;
tools. GRASS now also incorporates true 3-dimensional voxels in the&lt;br /&gt;
[http://grass.itc.it/gdp/nviz/index.html NVIZ] visualization environment as well as [http://grass.itc.it/grass60/index.php numerous enhancements] to&lt;br /&gt;
virtually every tool in the GRASS library.&lt;br /&gt;
&lt;br /&gt;
If you are new to GRASS GIS and plan to use the command line inteface and/or within a Linux environment, it is recommended that you read the [http://www.linux.org/lessons/ Introductory Material] for Linux. Also, if you have been using other GIS packages, you may find the [[GRASS_Help#Migration_from_other_GIS_Software|Migration tips]] useful reading.&lt;br /&gt;
&lt;br /&gt;
This tutorial is designed to give you hands-on experience with GRASS GIS. We start by showing you how to view and query raster and vector data and continue by explaining how to import and process raster and vector data. &lt;br /&gt;
 &lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Getting_Started Getting started]===&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Displaying_spatial_data Displaying Spatial Data]===&lt;br /&gt;
&lt;br /&gt;
==Using GRASS with raster data==&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial is intended to provide new users with an introduction to raster data management in GRASS GIS. As with other parts of the GRASS 6 tutorial, the examples are largely based on the GRASS 5.7 tutorial as well as the GRASS GIS presentation at Geostat-2012. The aim is to present the reader with introductory information on handling raster data within GRASS GIS. It is worth mentioning that the raster management hasn't changed significantly from previous versions of GRASS (e.g. versions 4 or 5), therefore older tutorials and books on the GRASS raster modules should also work.&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Raster_data_management Raster Data Management]===&lt;br /&gt;
&lt;br /&gt;
==Using GRASS with vector data==&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
The native GRASS vector format provides provides vector topology with n:m mapping of geometry features to attributes. In addition, vector layers are supported with a variety of database management systems (DBMS) supported as back-ends that include: SQLite, PostgreSQL + PostGIS, MySQL, ODBC (, DBF). The vector geometry types supported in GRASS includes: points, centroids, lines, boundaries, areas (boundaries + centroids), face (3d areas), kernels and volumes. &lt;br /&gt;
&lt;br /&gt;
The examples that follow in this section on vector data management are based on the datasets available [http://data.neteler.org/geostat2012/north_carolina here]&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Vector_data_management Vector Data Management]===&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Vector_spatial_analysis Vector Spatial Analysis]===&lt;br /&gt;
&lt;br /&gt;
===Vector network analysis examples [from GRASS 5.7 tutorial]===&lt;br /&gt;
&lt;br /&gt;
* New Spearfish examples: [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.html v.net], [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.iso.html v.net.iso], [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.path.html v.net.path] etc.&lt;br /&gt;
* Old tutorial: http://grass.osgeo.org/grass57/tutorial/network.html&lt;br /&gt;
&amp;lt;!--- dmci: This is commented out as it has been updated in vector data management, tho' useful for reference to go back to check that everything has been incorporated. &lt;br /&gt;
===Basic usage examples  [from GRASS 5.7 tutorial]===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/ex_basic.html&lt;br /&gt;
---&amp;gt;&lt;br /&gt;
===[http://grass.osgeo.org/grass57/tutorial/ex_complex.html Complex usage examples  [from GRASS 5.7 tutorial]]===&lt;br /&gt;
&lt;br /&gt;
===[http://grass.osgeo.org/grass57/tutorial/usa_demo.html Examples from US National Atlas  [from GRASS 5.7 tutorial]]===&lt;br /&gt;
&lt;br /&gt;
==Using GRASS with R==&lt;br /&gt;
&lt;br /&gt;
===GRASS and R kriging interpolation===&lt;br /&gt;
&lt;br /&gt;
===Mini How to interpolate using kriging with GRASS and R===&lt;br /&gt;
&lt;br /&gt;
[[How to interpolate point value using kriging method with R and GRASS 6]]&lt;br /&gt;
&lt;br /&gt;
==Using GRASS with GMT==&lt;br /&gt;
&lt;br /&gt;
* [http://169.237.35.250/~dylan/grass_user_group/ GRASS-GMT Examples] &lt;br /&gt;
&lt;br /&gt;
==Additional Information==&lt;br /&gt;
&lt;br /&gt;
===FAQ (Frequently Asked Questions)===&lt;br /&gt;
&lt;br /&gt;
* [[Faq|GRASS Wiki FAQ]]&lt;br /&gt;
&lt;br /&gt;
* [[Grass Six Tutorial Faq]]&lt;br /&gt;
&lt;br /&gt;
* [http://grasswiki.osgeo.org/wiki/GRASS_Help Help and Troubleshooting]&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&lt;br /&gt;
* GRASS [http://grass.osgeo.org/gdp/tutorials.php books and tutorials]&lt;br /&gt;
&amp;lt;!--- dmci: link not working * GRASS 6 Tutorial at [http://www.gdf-hannover.de/literature GDF]&lt;br /&gt;
* Translation Portal for GRASS 6 Tutorial http://www.gdf-hannover.de/translation---&amp;gt;&lt;br /&gt;
* GRASS [http://www.geostat-course.org/Topic_NetelerMetz_2012 GEOSTAT 2012] course&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Documentation]]&lt;br /&gt;
[[Category: Tutorial]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial&amp;diff=19481</id>
		<title>GRASS 6 Tutorial</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial&amp;diff=19481"/>
		<updated>2013-07-30T08:29:20Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Complex usage examples  [from GRASS 5.7 tutorial] */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GRASS GIS version 6.4 is fully operational and stable version that can be used for production use.  This tutorial will familiarize you with the improved functionality and will focus on raster and vector data management as well some basic spatial data analysis.&lt;br /&gt;
&lt;br /&gt;
This tutorial is intended for GRASS GIS users who want to migrate from a previous release to the new GRASS Version. If you are a beginner, please also consider additional [http://grass.itc.it/gdp/tutorials.php books or tutorials] as well as consulting the [[GRASS_Help| Introductory Material]]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Disclaimer:''' In case the examples described here do not work properly, you are kindly invited to send us further examples and/or code bugfixes/enhancements. Enjoy the WIKI!&lt;br /&gt;
&lt;br /&gt;
'''''NOTE: This tutorial is under construction and is incorporating sections of the [http://grass.osgeo.org/grass57/tutorial/ previous GRASS 5.7 tutorial].'''''&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
New developments in GRASS GIS have made major improvements to the vector&lt;br /&gt;
architecture. The most significant change includes a new 2- and&lt;br /&gt;
3-dimensional vector library that manages vector attributes in&lt;br /&gt;
standard database management systems (DBMS), providing a fully relational database for vector attribute management,&lt;br /&gt;
while preserving the flexibility of traditional GRASS topological&lt;br /&gt;
tools. GRASS now also incorporates true 3-dimensional voxels in the&lt;br /&gt;
[http://grass.itc.it/gdp/nviz/index.html NVIZ] visualization environment as well as [http://grass.itc.it/grass60/index.php numerous enhancements] to&lt;br /&gt;
virtually every tool in the GRASS library.&lt;br /&gt;
&lt;br /&gt;
If you are new to GRASS GIS and plan to use the command line inteface and/or within a Linux environment, it is recommended that you read the [http://www.linux.org/lessons/ Introductory Material] for Linux. Also, if you have been using other GIS packages, you may find the [[GRASS_Help#Migration_from_other_GIS_Software|Migration tips]] useful reading.&lt;br /&gt;
&lt;br /&gt;
This tutorial is designed to give you hands-on experience with GRASS GIS. We start by showing you how to view and query raster and vector data and continue by explaining how to import and process raster and vector data. &lt;br /&gt;
 &lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Getting_Started Getting started]===&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Displaying_spatial_data Displaying Spatial Data]===&lt;br /&gt;
&lt;br /&gt;
==Using GRASS with raster data==&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial is intended to provide new users with an introduction to raster data management in GRASS GIS. As with other parts of the GRASS 6 tutorial, the examples are largely based on the GRASS 5.7 tutorial as well as the GRASS GIS presentation at Geostat-2012. The aim is to present the reader with introductory information on handling raster data within GRASS GIS. It is worth mentioning that the raster management hasn't changed significantly from previous versions of GRASS (e.g. versions 4 or 5), therefore older tutorials and books on the GRASS raster modules should also work.&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Raster_data_management Raster Data Management]===&lt;br /&gt;
&lt;br /&gt;
==Using GRASS with vector data==&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
The native GRASS vector format provides provides vector topology with n:m mapping of geometry features to attributes. In addition, vector layers are supported with a variety of database management systems (DBMS) supported as back-ends that include: SQLite, PostgreSQL + PostGIS, MySQL, ODBC (, DBF). The vector geometry types supported in GRASS includes: points, centroids, lines, boundaries, areas (boundaries + centroids), face (3d areas), kernels and volumes. &lt;br /&gt;
&lt;br /&gt;
The examples that follow in this section on vector data management are based on the datasets available [http://data.neteler.org/geostat2012/north_carolina here]&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Vector_data_management Vector Data Management]===&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Vector_spatial_analysis Vector Spatial Analysis]===&lt;br /&gt;
&lt;br /&gt;
===Vector network analysis examples [from GRASS 5.7 tutorial]===&lt;br /&gt;
&lt;br /&gt;
* New Spearfish examples: [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.html v.net], [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.iso.html v.net.iso], [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.path.html v.net.path] etc.&lt;br /&gt;
* Old tutorial: http://grass.osgeo.org/grass57/tutorial/network.html&lt;br /&gt;
&amp;lt;!--- dmci: This is commented out as it has been updated in vector data management, tho' useful for reference to go back to check that everything has been incorporated. &lt;br /&gt;
===Basic usage examples  [from GRASS 5.7 tutorial]===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/ex_basic.html&lt;br /&gt;
---&amp;gt;&lt;br /&gt;
===[http://grass.osgeo.org/grass57/tutorial/ex_complex.html Complex usage examples  [from GRASS 5.7 tutorial]]===&lt;br /&gt;
&lt;br /&gt;
===Examples from US National Atlas  [from GRASS 5.7 tutorial]===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/usa_demo.html&lt;br /&gt;
&lt;br /&gt;
==Using GRASS with R==&lt;br /&gt;
&lt;br /&gt;
===GRASS and R kriging interpolation===&lt;br /&gt;
&lt;br /&gt;
===Mini How to interpolate using kriging with GRASS and R===&lt;br /&gt;
&lt;br /&gt;
[[How to interpolate point value using kriging method with R and GRASS 6]]&lt;br /&gt;
&lt;br /&gt;
==Using GRASS with GMT==&lt;br /&gt;
&lt;br /&gt;
* [http://169.237.35.250/~dylan/grass_user_group/ GRASS-GMT Examples] &lt;br /&gt;
&lt;br /&gt;
==Additional Information==&lt;br /&gt;
&lt;br /&gt;
===FAQ (Frequently Asked Questions)===&lt;br /&gt;
&lt;br /&gt;
* [[Faq|GRASS Wiki FAQ]]&lt;br /&gt;
&lt;br /&gt;
* [[Grass Six Tutorial Faq]]&lt;br /&gt;
&lt;br /&gt;
* [http://grasswiki.osgeo.org/wiki/GRASS_Help Help and Troubleshooting]&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&lt;br /&gt;
* GRASS [http://grass.osgeo.org/gdp/tutorials.php books and tutorials]&lt;br /&gt;
&amp;lt;!--- dmci: link not working * GRASS 6 Tutorial at [http://www.gdf-hannover.de/literature GDF]&lt;br /&gt;
* Translation Portal for GRASS 6 Tutorial http://www.gdf-hannover.de/translation---&amp;gt;&lt;br /&gt;
* GRASS [http://www.geostat-course.org/Topic_NetelerMetz_2012 GEOSTAT 2012] course&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Documentation]]&lt;br /&gt;
[[Category: Tutorial]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial&amp;diff=19480</id>
		<title>GRASS 6 Tutorial</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial&amp;diff=19480"/>
		<updated>2013-07-30T08:27:26Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Vector data management */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GRASS GIS version 6.4 is fully operational and stable version that can be used for production use.  This tutorial will familiarize you with the improved functionality and will focus on raster and vector data management as well some basic spatial data analysis.&lt;br /&gt;
&lt;br /&gt;
This tutorial is intended for GRASS GIS users who want to migrate from a previous release to the new GRASS Version. If you are a beginner, please also consider additional [http://grass.itc.it/gdp/tutorials.php books or tutorials] as well as consulting the [[GRASS_Help| Introductory Material]]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Disclaimer:''' In case the examples described here do not work properly, you are kindly invited to send us further examples and/or code bugfixes/enhancements. Enjoy the WIKI!&lt;br /&gt;
&lt;br /&gt;
'''''NOTE: This tutorial is under construction and is incorporating sections of the [http://grass.osgeo.org/grass57/tutorial/ previous GRASS 5.7 tutorial].'''''&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
New developments in GRASS GIS have made major improvements to the vector&lt;br /&gt;
architecture. The most significant change includes a new 2- and&lt;br /&gt;
3-dimensional vector library that manages vector attributes in&lt;br /&gt;
standard database management systems (DBMS), providing a fully relational database for vector attribute management,&lt;br /&gt;
while preserving the flexibility of traditional GRASS topological&lt;br /&gt;
tools. GRASS now also incorporates true 3-dimensional voxels in the&lt;br /&gt;
[http://grass.itc.it/gdp/nviz/index.html NVIZ] visualization environment as well as [http://grass.itc.it/grass60/index.php numerous enhancements] to&lt;br /&gt;
virtually every tool in the GRASS library.&lt;br /&gt;
&lt;br /&gt;
If you are new to GRASS GIS and plan to use the command line inteface and/or within a Linux environment, it is recommended that you read the [http://www.linux.org/lessons/ Introductory Material] for Linux. Also, if you have been using other GIS packages, you may find the [[GRASS_Help#Migration_from_other_GIS_Software|Migration tips]] useful reading.&lt;br /&gt;
&lt;br /&gt;
This tutorial is designed to give you hands-on experience with GRASS GIS. We start by showing you how to view and query raster and vector data and continue by explaining how to import and process raster and vector data. &lt;br /&gt;
 &lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Getting_Started Getting started]===&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Displaying_spatial_data Displaying Spatial Data]===&lt;br /&gt;
&lt;br /&gt;
==Using GRASS with raster data==&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial is intended to provide new users with an introduction to raster data management in GRASS GIS. As with other parts of the GRASS 6 tutorial, the examples are largely based on the GRASS 5.7 tutorial as well as the GRASS GIS presentation at Geostat-2012. The aim is to present the reader with introductory information on handling raster data within GRASS GIS. It is worth mentioning that the raster management hasn't changed significantly from previous versions of GRASS (e.g. versions 4 or 5), therefore older tutorials and books on the GRASS raster modules should also work.&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Raster_data_management Raster Data Management]===&lt;br /&gt;
&lt;br /&gt;
==Using GRASS with vector data==&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
The native GRASS vector format provides provides vector topology with n:m mapping of geometry features to attributes. In addition, vector layers are supported with a variety of database management systems (DBMS) supported as back-ends that include: SQLite, PostgreSQL + PostGIS, MySQL, ODBC (, DBF). The vector geometry types supported in GRASS includes: points, centroids, lines, boundaries, areas (boundaries + centroids), face (3d areas), kernels and volumes. &lt;br /&gt;
&lt;br /&gt;
The examples that follow in this section on vector data management are based on the datasets available [http://data.neteler.org/geostat2012/north_carolina here]&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Vector_data_management Vector Data Management]===&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Vector_spatial_analysis Vector Spatial Analysis]===&lt;br /&gt;
&lt;br /&gt;
===Vector network analysis examples [from GRASS 5.7 tutorial]===&lt;br /&gt;
&lt;br /&gt;
* New Spearfish examples: [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.html v.net], [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.iso.html v.net.iso], [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.path.html v.net.path] etc.&lt;br /&gt;
* Old tutorial: http://grass.osgeo.org/grass57/tutorial/network.html&lt;br /&gt;
&amp;lt;!--- dmci: This is commented out as it has been updated in vector data management, tho' useful for reference to go back to check that everything has been incorporated. &lt;br /&gt;
===Basic usage examples  [from GRASS 5.7 tutorial]===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/ex_basic.html&lt;br /&gt;
---&amp;gt;&lt;br /&gt;
===Complex usage examples  [from GRASS 5.7 tutorial]===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/ex_complex.html&lt;br /&gt;
&lt;br /&gt;
===Examples from US National Atlas  [from GRASS 5.7 tutorial]===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/usa_demo.html&lt;br /&gt;
&lt;br /&gt;
==Using GRASS with R==&lt;br /&gt;
&lt;br /&gt;
===GRASS and R kriging interpolation===&lt;br /&gt;
&lt;br /&gt;
===Mini How to interpolate using kriging with GRASS and R===&lt;br /&gt;
&lt;br /&gt;
[[How to interpolate point value using kriging method with R and GRASS 6]]&lt;br /&gt;
&lt;br /&gt;
==Using GRASS with GMT==&lt;br /&gt;
&lt;br /&gt;
* [http://169.237.35.250/~dylan/grass_user_group/ GRASS-GMT Examples] &lt;br /&gt;
&lt;br /&gt;
==Additional Information==&lt;br /&gt;
&lt;br /&gt;
===FAQ (Frequently Asked Questions)===&lt;br /&gt;
&lt;br /&gt;
* [[Faq|GRASS Wiki FAQ]]&lt;br /&gt;
&lt;br /&gt;
* [[Grass Six Tutorial Faq]]&lt;br /&gt;
&lt;br /&gt;
* [http://grasswiki.osgeo.org/wiki/GRASS_Help Help and Troubleshooting]&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&lt;br /&gt;
* GRASS [http://grass.osgeo.org/gdp/tutorials.php books and tutorials]&lt;br /&gt;
&amp;lt;!--- dmci: link not working * GRASS 6 Tutorial at [http://www.gdf-hannover.de/literature GDF]&lt;br /&gt;
* Translation Portal for GRASS 6 Tutorial http://www.gdf-hannover.de/translation---&amp;gt;&lt;br /&gt;
* GRASS [http://www.geostat-course.org/Topic_NetelerMetz_2012 GEOSTAT 2012] course&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Documentation]]&lt;br /&gt;
[[Category: Tutorial]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial&amp;diff=19479</id>
		<title>GRASS 6 Tutorial</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial&amp;diff=19479"/>
		<updated>2013-07-30T08:26:56Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Raster data management */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GRASS GIS version 6.4 is fully operational and stable version that can be used for production use.  This tutorial will familiarize you with the improved functionality and will focus on raster and vector data management as well some basic spatial data analysis.&lt;br /&gt;
&lt;br /&gt;
This tutorial is intended for GRASS GIS users who want to migrate from a previous release to the new GRASS Version. If you are a beginner, please also consider additional [http://grass.itc.it/gdp/tutorials.php books or tutorials] as well as consulting the [[GRASS_Help| Introductory Material]]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Disclaimer:''' In case the examples described here do not work properly, you are kindly invited to send us further examples and/or code bugfixes/enhancements. Enjoy the WIKI!&lt;br /&gt;
&lt;br /&gt;
'''''NOTE: This tutorial is under construction and is incorporating sections of the [http://grass.osgeo.org/grass57/tutorial/ previous GRASS 5.7 tutorial].'''''&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
New developments in GRASS GIS have made major improvements to the vector&lt;br /&gt;
architecture. The most significant change includes a new 2- and&lt;br /&gt;
3-dimensional vector library that manages vector attributes in&lt;br /&gt;
standard database management systems (DBMS), providing a fully relational database for vector attribute management,&lt;br /&gt;
while preserving the flexibility of traditional GRASS topological&lt;br /&gt;
tools. GRASS now also incorporates true 3-dimensional voxels in the&lt;br /&gt;
[http://grass.itc.it/gdp/nviz/index.html NVIZ] visualization environment as well as [http://grass.itc.it/grass60/index.php numerous enhancements] to&lt;br /&gt;
virtually every tool in the GRASS library.&lt;br /&gt;
&lt;br /&gt;
If you are new to GRASS GIS and plan to use the command line inteface and/or within a Linux environment, it is recommended that you read the [http://www.linux.org/lessons/ Introductory Material] for Linux. Also, if you have been using other GIS packages, you may find the [[GRASS_Help#Migration_from_other_GIS_Software|Migration tips]] useful reading.&lt;br /&gt;
&lt;br /&gt;
This tutorial is designed to give you hands-on experience with GRASS GIS. We start by showing you how to view and query raster and vector data and continue by explaining how to import and process raster and vector data. &lt;br /&gt;
 &lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Getting_Started Getting started]===&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Displaying_spatial_data Displaying Spatial Data]===&lt;br /&gt;
&lt;br /&gt;
==Using GRASS with raster data==&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial is intended to provide new users with an introduction to raster data management in GRASS GIS. As with other parts of the GRASS 6 tutorial, the examples are largely based on the GRASS 5.7 tutorial as well as the GRASS GIS presentation at Geostat-2012. The aim is to present the reader with introductory information on handling raster data within GRASS GIS. It is worth mentioning that the raster management hasn't changed significantly from previous versions of GRASS (e.g. versions 4 or 5), therefore older tutorials and books on the GRASS raster modules should also work.&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Raster_data_management Raster Data Management]===&lt;br /&gt;
&lt;br /&gt;
==Vector data management==&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
The native GRASS vector format provides provides vector topology with n:m mapping of geometry features to attributes. In addition, vector layers are supported with a variety of database management systems (DBMS) supported as back-ends that include: SQLite, PostgreSQL + PostGIS, MySQL, ODBC (, DBF). The vector geometry types supported in GRASS includes: points, centroids, lines, boundaries, areas (boundaries + centroids), face (3d areas), kernels and volumes. &lt;br /&gt;
&lt;br /&gt;
The examples that follow in this section on vector data management are based on the datasets available [http://data.neteler.org/geostat2012/north_carolina here]&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Vector_data_management Vector Data Management]===&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Vector_spatial_analysis Vector Spatial Analysis]===&lt;br /&gt;
&lt;br /&gt;
===Vector network analysis examples [from GRASS 5.7 tutorial]===&lt;br /&gt;
&lt;br /&gt;
* New Spearfish examples: [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.html v.net], [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.iso.html v.net.iso], [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.path.html v.net.path] etc.&lt;br /&gt;
* Old tutorial: http://grass.osgeo.org/grass57/tutorial/network.html&lt;br /&gt;
&amp;lt;!--- dmci: This is commented out as it has been updated in vector data management, tho' useful for reference to go back to check that everything has been incorporated. &lt;br /&gt;
===Basic usage examples  [from GRASS 5.7 tutorial]===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/ex_basic.html&lt;br /&gt;
---&amp;gt;&lt;br /&gt;
===Complex usage examples  [from GRASS 5.7 tutorial]===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/ex_complex.html&lt;br /&gt;
&lt;br /&gt;
===Examples from US National Atlas  [from GRASS 5.7 tutorial]===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/usa_demo.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Using GRASS with R==&lt;br /&gt;
&lt;br /&gt;
===GRASS and R kriging interpolation===&lt;br /&gt;
&lt;br /&gt;
===Mini How to interpolate using kriging with GRASS and R===&lt;br /&gt;
&lt;br /&gt;
[[How to interpolate point value using kriging method with R and GRASS 6]]&lt;br /&gt;
&lt;br /&gt;
==Using GRASS with GMT==&lt;br /&gt;
&lt;br /&gt;
* [http://169.237.35.250/~dylan/grass_user_group/ GRASS-GMT Examples] &lt;br /&gt;
&lt;br /&gt;
==Additional Information==&lt;br /&gt;
&lt;br /&gt;
===FAQ (Frequently Asked Questions)===&lt;br /&gt;
&lt;br /&gt;
* [[Faq|GRASS Wiki FAQ]]&lt;br /&gt;
&lt;br /&gt;
* [[Grass Six Tutorial Faq]]&lt;br /&gt;
&lt;br /&gt;
* [http://grasswiki.osgeo.org/wiki/GRASS_Help Help and Troubleshooting]&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&lt;br /&gt;
* GRASS [http://grass.osgeo.org/gdp/tutorials.php books and tutorials]&lt;br /&gt;
&amp;lt;!--- dmci: link not working * GRASS 6 Tutorial at [http://www.gdf-hannover.de/literature GDF]&lt;br /&gt;
* Translation Portal for GRASS 6 Tutorial http://www.gdf-hannover.de/translation---&amp;gt;&lt;br /&gt;
* GRASS [http://www.geostat-course.org/Topic_NetelerMetz_2012 GEOSTAT 2012] course&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Documentation]]&lt;br /&gt;
[[Category: Tutorial]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial&amp;diff=19478</id>
		<title>GRASS 6 Tutorial</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial&amp;diff=19478"/>
		<updated>2013-07-30T08:25:48Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GRASS GIS version 6.4 is fully operational and stable version that can be used for production use.  This tutorial will familiarize you with the improved functionality and will focus on raster and vector data management as well some basic spatial data analysis.&lt;br /&gt;
&lt;br /&gt;
This tutorial is intended for GRASS GIS users who want to migrate from a previous release to the new GRASS Version. If you are a beginner, please also consider additional [http://grass.itc.it/gdp/tutorials.php books or tutorials] as well as consulting the [[GRASS_Help| Introductory Material]]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Disclaimer:''' In case the examples described here do not work properly, you are kindly invited to send us further examples and/or code bugfixes/enhancements. Enjoy the WIKI!&lt;br /&gt;
&lt;br /&gt;
'''''NOTE: This tutorial is under construction and is incorporating sections of the [http://grass.osgeo.org/grass57/tutorial/ previous GRASS 5.7 tutorial].'''''&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
New developments in GRASS GIS have made major improvements to the vector&lt;br /&gt;
architecture. The most significant change includes a new 2- and&lt;br /&gt;
3-dimensional vector library that manages vector attributes in&lt;br /&gt;
standard database management systems (DBMS), providing a fully relational database for vector attribute management,&lt;br /&gt;
while preserving the flexibility of traditional GRASS topological&lt;br /&gt;
tools. GRASS now also incorporates true 3-dimensional voxels in the&lt;br /&gt;
[http://grass.itc.it/gdp/nviz/index.html NVIZ] visualization environment as well as [http://grass.itc.it/grass60/index.php numerous enhancements] to&lt;br /&gt;
virtually every tool in the GRASS library.&lt;br /&gt;
&lt;br /&gt;
If you are new to GRASS GIS and plan to use the command line inteface and/or within a Linux environment, it is recommended that you read the [http://www.linux.org/lessons/ Introductory Material] for Linux. Also, if you have been using other GIS packages, you may find the [[GRASS_Help#Migration_from_other_GIS_Software|Migration tips]] useful reading.&lt;br /&gt;
&lt;br /&gt;
This tutorial is designed to give you hands-on experience with GRASS GIS. We start by showing you how to view and query raster and vector data and continue by explaining how to import and process raster and vector data. &lt;br /&gt;
 &lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Getting_Started Getting started]===&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Displaying_spatial_data Displaying Spatial Data]===&lt;br /&gt;
&lt;br /&gt;
==Raster data management==&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial is intended to provide new users with an introduction to raster data management in GRASS GIS. As with other parts of the GRASS 6 tutorial, the examples are largely based on the GRASS 5.7 tutorial as well as the GRASS GIS presentation at Geostat-2012. The aim is to present the reader with introductory information on handling raster data within GRASS GIS. It is worth mentioning that the raster management hasn't changed significantly from previous versions of GRASS (e.g. versions 4 or 5), therefore older tutorials and books on the GRASS raster modules should also work.&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Raster_data_management Raster Data Management]===&lt;br /&gt;
&lt;br /&gt;
==Vector data management==&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
The native GRASS vector format provides provides vector topology with n:m mapping of geometry features to attributes. In addition, vector layers are supported with a variety of database management systems (DBMS) supported as back-ends that include: SQLite, PostgreSQL + PostGIS, MySQL, ODBC (, DBF). The vector geometry types supported in GRASS includes: points, centroids, lines, boundaries, areas (boundaries + centroids), face (3d areas), kernels and volumes. &lt;br /&gt;
&lt;br /&gt;
The examples that follow in this section on vector data management are based on the datasets available [http://data.neteler.org/geostat2012/north_carolina here]&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Vector_data_management Vector Data Management]===&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Vector_spatial_analysis Vector Spatial Analysis]===&lt;br /&gt;
&lt;br /&gt;
===Vector network analysis examples [from GRASS 5.7 tutorial]===&lt;br /&gt;
&lt;br /&gt;
* New Spearfish examples: [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.html v.net], [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.iso.html v.net.iso], [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.path.html v.net.path] etc.&lt;br /&gt;
* Old tutorial: http://grass.osgeo.org/grass57/tutorial/network.html&lt;br /&gt;
&amp;lt;!--- dmci: This is commented out as it has been updated in vector data management, tho' useful for reference to go back to check that everything has been incorporated. &lt;br /&gt;
===Basic usage examples  [from GRASS 5.7 tutorial]===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/ex_basic.html&lt;br /&gt;
---&amp;gt;&lt;br /&gt;
===Complex usage examples  [from GRASS 5.7 tutorial]===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/ex_complex.html&lt;br /&gt;
&lt;br /&gt;
===Examples from US National Atlas  [from GRASS 5.7 tutorial]===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/usa_demo.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Using GRASS with R==&lt;br /&gt;
&lt;br /&gt;
===GRASS and R kriging interpolation===&lt;br /&gt;
&lt;br /&gt;
===Mini How to interpolate using kriging with GRASS and R===&lt;br /&gt;
&lt;br /&gt;
[[How to interpolate point value using kriging method with R and GRASS 6]]&lt;br /&gt;
&lt;br /&gt;
==Using GRASS with GMT==&lt;br /&gt;
&lt;br /&gt;
* [http://169.237.35.250/~dylan/grass_user_group/ GRASS-GMT Examples] &lt;br /&gt;
&lt;br /&gt;
==Additional Information==&lt;br /&gt;
&lt;br /&gt;
===FAQ (Frequently Asked Questions)===&lt;br /&gt;
&lt;br /&gt;
* [[Faq|GRASS Wiki FAQ]]&lt;br /&gt;
&lt;br /&gt;
* [[Grass Six Tutorial Faq]]&lt;br /&gt;
&lt;br /&gt;
* [http://grasswiki.osgeo.org/wiki/GRASS_Help Help and Troubleshooting]&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&lt;br /&gt;
* GRASS [http://grass.osgeo.org/gdp/tutorials.php books and tutorials]&lt;br /&gt;
&amp;lt;!--- dmci: link not working * GRASS 6 Tutorial at [http://www.gdf-hannover.de/literature GDF]&lt;br /&gt;
* Translation Portal for GRASS 6 Tutorial http://www.gdf-hannover.de/translation---&amp;gt;&lt;br /&gt;
* GRASS [http://www.geostat-course.org/Topic_NetelerMetz_2012 GEOSTAT 2012] course&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Documentation]]&lt;br /&gt;
[[Category: Tutorial]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial&amp;diff=19477</id>
		<title>GRASS 6 Tutorial</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial&amp;diff=19477"/>
		<updated>2013-07-30T08:23:40Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Vector Import and Usage examples FROM GRASS 5.7 tutorial */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GRASS GIS version 6.4 is fully operational and stable version that can be used for production use.  This tutorial will familiarize you with the improved functionality and will focus on raster and vector data management as well some basic spatial data analysis.&lt;br /&gt;
&lt;br /&gt;
This tutorial is intended for GRASS GIS users who want to migrate from a previous release to the new GRASS Version. If you are a beginner, please also consider additional [http://grass.itc.it/gdp/tutorials.php books or tutorials] as well as consulting the [[GRASS_Help| Introductory Material]]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Disclaimer:''' In case the examples described here do not work properly, you are kindly invited to send us further examples and/or code bugfixes/enhancements. Enjoy the WIKI!&lt;br /&gt;
&lt;br /&gt;
'''''NOTE: This tutorial is under construction and is incorporating sections of the [http://grass.osgeo.org/grass57/tutorial/ previous GRASS 5.7 tutorial].'''''&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
New developments in GRASS GIS have made major improvements to the vector&lt;br /&gt;
architecture. The most significant change includes a new 2- and&lt;br /&gt;
3-dimensional vector library that manages vector attributes in&lt;br /&gt;
standard database management systems (DBMS), providing a fully relational database for vector attribute management,&lt;br /&gt;
while preserving the flexibility of traditional GRASS topological&lt;br /&gt;
tools. GRASS now also incorporates true 3-dimensional voxels in the&lt;br /&gt;
[http://grass.itc.it/gdp/nviz/index.html NVIZ] visualization environment as well as [http://grass.itc.it/grass60/index.php numerous enhancements] to&lt;br /&gt;
virtually every tool in the GRASS library.&lt;br /&gt;
&lt;br /&gt;
If you are new to GRASS GIS and plan to use the command line inteface and/or within a Linux environment, it is recommended that you read the [http://www.linux.org/lessons/ Introductory Material] for Linux. Also, if you have been using other GIS packages, you may find the [[GRASS_Help#Migration_from_other_GIS_Software|Migration tips]] useful reading.&lt;br /&gt;
&lt;br /&gt;
This tutorial is designed to give you hands-on experience with GRASS GIS. We start by showing you how to view and query raster and vector data and continue by explaining how to import and process raster and vector data. &lt;br /&gt;
 &lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Getting_Started Getting started]===&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Displaying_spatial_data Displaying Spatial Data]===&lt;br /&gt;
&lt;br /&gt;
==Raster data management==&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial is intended to provide new users with an introduction to raster data management in GRASS GIS. As with other parts of the GRASS 6 tutorial, the examples are largely based on the GRASS 5.7 tutorial as well as the GRASS GIS presentation at Geostat-2012. The aim is to present the reader with introductory information on handling raster data within GRASS GIS. It is worth mentioning that the raster management hasn't changed significantly from previous versions of GRASS (e.g. versions 4 or 5), therefore older tutorials and books on the GRASS raster modules should also work.&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Raster_data_management Raster Data Management]===&lt;br /&gt;
&lt;br /&gt;
==Vector data management==&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
The native GRASS vector format provides provides vector topology with n:m mapping of geometry features to attributes. In addition, vector layers are supported with a variety of database management systems (DBMS) supported as back-ends that include: SQLite, PostgreSQL + PostGIS, MySQL, ODBC (, DBF). The vector geometry types supported in GRASS includes: points, centroids, lines, boundaries, areas (boundaries + centroids), face (3d areas), kernels and volumes. &lt;br /&gt;
&lt;br /&gt;
The examples that follow in this section on vector data management are based on the datasets available [http://data.neteler.org/geostat2012/north_carolina here]&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Vector_data_management Vector Data Management]===&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Vector_spatial_analysis Vector Spatial Analysis]===&lt;br /&gt;
&lt;br /&gt;
===Vector network analysis examples [from GRASS 5.7 tutorial]===&lt;br /&gt;
&lt;br /&gt;
* New Spearfish examples: [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.html v.net], [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.iso.html v.net.iso], [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.path.html v.net.path] etc.&lt;br /&gt;
* Old tutorial: http://grass.osgeo.org/grass57/tutorial/network.html&lt;br /&gt;
&amp;lt;!--- dmci: This is commented out as it has been updated in vector data management, tho' useful for reference to go back to check that everything has been incorporated. &lt;br /&gt;
===Basic usage examples  [from GRASS 5.7 tutorial]===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/ex_basic.html&lt;br /&gt;
---&amp;gt;&lt;br /&gt;
===Complex usage examples  [from GRASS 5.7 tutorial]===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/ex_complex.html&lt;br /&gt;
&lt;br /&gt;
===Examples from US National Atlas  [from GRASS 5.7 tutorial]===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/usa_demo.html&lt;br /&gt;
&lt;br /&gt;
==Additional Information==&lt;br /&gt;
&lt;br /&gt;
===FAQ (Frequently Asked Questions)===&lt;br /&gt;
&lt;br /&gt;
* [[Faq|GRASS Wiki FAQ]]&lt;br /&gt;
&lt;br /&gt;
* [[Grass Six Tutorial Faq]]&lt;br /&gt;
&lt;br /&gt;
* [http://grasswiki.osgeo.org/wiki/GRASS_Help Help and Troubleshooting]&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&lt;br /&gt;
* GRASS [http://grass.osgeo.org/gdp/tutorials.php books and tutorials]&lt;br /&gt;
&amp;lt;!--- dmci: link not working * GRASS 6 Tutorial at [http://www.gdf-hannover.de/literature GDF]&lt;br /&gt;
* Translation Portal for GRASS 6 Tutorial http://www.gdf-hannover.de/translation---&amp;gt;&lt;br /&gt;
* GRASS [http://www.geostat-course.org/Topic_NetelerMetz_2012 GEOSTAT 2012] course&lt;br /&gt;
&lt;br /&gt;
===Links of interest===&lt;br /&gt;
&lt;br /&gt;
* [http://169.237.35.250/~dylan/grass_user_group/ GRASS-GMT Examples] &lt;br /&gt;
&lt;br /&gt;
==Further reading==&lt;br /&gt;
&lt;br /&gt;
===GRASS and R kriging interpolation===&lt;br /&gt;
&lt;br /&gt;
===Mini How to interpolate using kriging with GRASS and R===&lt;br /&gt;
&lt;br /&gt;
[[How to interpolate point value using kriging method with R and GRASS 6]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Documentation]]&lt;br /&gt;
[[Category: Tutorial]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial&amp;diff=19476</id>
		<title>GRASS 6 Tutorial</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial&amp;diff=19476"/>
		<updated>2013-07-30T08:21:58Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GRASS GIS version 6.4 is fully operational and stable version that can be used for production use.  This tutorial will familiarize you with the improved functionality and will focus on raster and vector data management as well some basic spatial data analysis.&lt;br /&gt;
&lt;br /&gt;
This tutorial is intended for GRASS GIS users who want to migrate from a previous release to the new GRASS Version. If you are a beginner, please also consider additional [http://grass.itc.it/gdp/tutorials.php books or tutorials] as well as consulting the [[GRASS_Help| Introductory Material]]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Disclaimer:''' In case the examples described here do not work properly, you are kindly invited to send us further examples and/or code bugfixes/enhancements. Enjoy the WIKI!&lt;br /&gt;
&lt;br /&gt;
'''''NOTE: This tutorial is under construction and is incorporating sections of the [http://grass.osgeo.org/grass57/tutorial/ previous GRASS 5.7 tutorial].'''''&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
New developments in GRASS GIS have made major improvements to the vector&lt;br /&gt;
architecture. The most significant change includes a new 2- and&lt;br /&gt;
3-dimensional vector library that manages vector attributes in&lt;br /&gt;
standard database management systems (DBMS), providing a fully relational database for vector attribute management,&lt;br /&gt;
while preserving the flexibility of traditional GRASS topological&lt;br /&gt;
tools. GRASS now also incorporates true 3-dimensional voxels in the&lt;br /&gt;
[http://grass.itc.it/gdp/nviz/index.html NVIZ] visualization environment as well as [http://grass.itc.it/grass60/index.php numerous enhancements] to&lt;br /&gt;
virtually every tool in the GRASS library.&lt;br /&gt;
&lt;br /&gt;
If you are new to GRASS GIS and plan to use the command line inteface and/or within a Linux environment, it is recommended that you read the [http://www.linux.org/lessons/ Introductory Material] for Linux. Also, if you have been using other GIS packages, you may find the [[GRASS_Help#Migration_from_other_GIS_Software|Migration tips]] useful reading.&lt;br /&gt;
&lt;br /&gt;
This tutorial is designed to give you hands-on experience with GRASS GIS. We start by showing you how to view and query raster and vector data and continue by explaining how to import and process raster and vector data. &lt;br /&gt;
 &lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Getting_Started Getting started]===&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Displaying_spatial_data Displaying Spatial Data]===&lt;br /&gt;
&lt;br /&gt;
==Raster data management==&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial is intended to provide new users with an introduction to raster data management in GRASS GIS. As with other parts of the GRASS 6 tutorial, the examples are largely based on the GRASS 5.7 tutorial as well as the GRASS GIS presentation at Geostat-2012. The aim is to present the reader with introductory information on handling raster data within GRASS GIS. It is worth mentioning that the raster management hasn't changed significantly from previous versions of GRASS (e.g. versions 4 or 5), therefore older tutorials and books on the GRASS raster modules should also work.&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Raster_data_management Raster Data Management]===&lt;br /&gt;
&lt;br /&gt;
==Vector data management==&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
The native GRASS vector format provides provides vector topology with n:m mapping of geometry features to attributes. In addition, vector layers are supported with a variety of database management systems (DBMS) supported as back-ends that include: SQLite, PostgreSQL + PostGIS, MySQL, ODBC (, DBF). The vector geometry types supported in GRASS includes: points, centroids, lines, boundaries, areas (boundaries + centroids), face (3d areas), kernels and volumes. &lt;br /&gt;
&lt;br /&gt;
The examples that follow in this section on vector data management are based on the datasets available [http://data.neteler.org/geostat2012/north_carolina here]&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Vector_data_management Vector Data Management]===&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Vector_spatial_analysis Vector Spatial Analysis]===&lt;br /&gt;
&lt;br /&gt;
==Vector Import and Usage examples FROM GRASS 5.7 tutorial==&lt;br /&gt;
&lt;br /&gt;
'''Below are from the GRASS-5.7 Tutorial -- but are being updated and merged into GRASS-6...'''&lt;br /&gt;
&lt;br /&gt;
===Vector network analysis examples===&lt;br /&gt;
&lt;br /&gt;
* New Spearfish examples: [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.html v.net], [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.iso.html v.net.iso], [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.path.html v.net.path] etc.&lt;br /&gt;
* Old tutorial: http://grass.osgeo.org/grass57/tutorial/network.html&lt;br /&gt;
&amp;lt;!--- dmci: This is commented out as it has been updated in vector data management, tho' useful for reference to go back to check that everything has been incorporated. &lt;br /&gt;
===Basic usage examples===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/ex_basic.html&lt;br /&gt;
---&amp;gt;&lt;br /&gt;
===Complex usage examples===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/ex_complex.html&lt;br /&gt;
&lt;br /&gt;
===Examples from US National Atlas===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/usa_demo.html&lt;br /&gt;
&lt;br /&gt;
==Additional Information==&lt;br /&gt;
&lt;br /&gt;
===FAQ (Frequently Asked Questions)===&lt;br /&gt;
&lt;br /&gt;
* [[Faq|GRASS Wiki FAQ]]&lt;br /&gt;
&lt;br /&gt;
* [[Grass Six Tutorial Faq]]&lt;br /&gt;
&lt;br /&gt;
* [http://grasswiki.osgeo.org/wiki/GRASS_Help Help and Troubleshooting]&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&lt;br /&gt;
* GRASS [http://grass.osgeo.org/gdp/tutorials.php books and tutorials]&lt;br /&gt;
&amp;lt;!--- dmci: link not working * GRASS 6 Tutorial at [http://www.gdf-hannover.de/literature GDF]&lt;br /&gt;
* Translation Portal for GRASS 6 Tutorial http://www.gdf-hannover.de/translation---&amp;gt;&lt;br /&gt;
* GRASS [http://www.geostat-course.org/Topic_NetelerMetz_2012 GEOSTAT 2012] course&lt;br /&gt;
&lt;br /&gt;
===Links of interest===&lt;br /&gt;
&lt;br /&gt;
* [http://169.237.35.250/~dylan/grass_user_group/ GRASS-GMT Examples] &lt;br /&gt;
&lt;br /&gt;
==Further reading==&lt;br /&gt;
&lt;br /&gt;
===GRASS and R kriging interpolation===&lt;br /&gt;
&lt;br /&gt;
===Mini How to interpolate using kriging with GRASS and R===&lt;br /&gt;
&lt;br /&gt;
[[How to interpolate point value using kriging method with R and GRASS 6]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Documentation]]&lt;br /&gt;
[[Category: Tutorial]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial&amp;diff=19475</id>
		<title>GRASS 6 Tutorial</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial&amp;diff=19475"/>
		<updated>2013-07-30T08:20:52Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GRASS GIS version 6.4 is fully operational and stable version that can be used for production use.  This tutorial will familiarize you with the improved functionality and will focus on raster and vector data management as well some basic spatial data analysis.&lt;br /&gt;
&lt;br /&gt;
This tutorial is intended for GRASS GIS users who want to migrate from a previous release to the new GRASS Version. If you are a beginner, please also consider additional [http://grass.itc.it/gdp/tutorials.php books or tutorials] as well as consulting the [[GRASS_Help| Introductory Material]]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Disclaimer:''' In case the examples described here do not work properly, you are kindly invited to send us further examples and/or code bugfixes/enhancements. Enjoy the WIKI!&lt;br /&gt;
&lt;br /&gt;
'''''NOTE: This tutorial is under construction and is incorporating sections of the [http://grass.osgeo.org/grass57/tutorial/ previous GRASS 5.7 tutorial].'''''&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
New developments in GRASS GIS have made major improvements to the vector&lt;br /&gt;
architecture. The most significant change includes a new 2- and&lt;br /&gt;
3-dimensional vector library that manages vector attributes in&lt;br /&gt;
standard database management systems (DBMS), providing a fully relational database for vector attribute management,&lt;br /&gt;
while preserving the flexibility of traditional GRASS topological&lt;br /&gt;
tools. GRASS now also incorporates true 3-dimensional voxels in the&lt;br /&gt;
[http://grass.itc.it/gdp/nviz/index.html NVIZ] visualization environment as well as [http://grass.itc.it/grass60/index.php numerous enhancements] to&lt;br /&gt;
virtually every tool in the GRASS library.&lt;br /&gt;
&lt;br /&gt;
If you are new to GRASS GIS and plan to use the command line inteface and/or within a Linux environment, it is recommended that you read the [http://www.linux.org/lessons/ Introductory Material] for Linux. Also, if you have been using other GIS packages, you may find the [[GRASS_Help#Migration_from_other_GIS_Software|Migration tips]] useful reading.&lt;br /&gt;
&lt;br /&gt;
This tutorial is designed to give you hands-on experience with GRASS GIS. We start by showing you how to view and query raster and vector data and continue by explaining how to import and process raster and vector data. &lt;br /&gt;
 &lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Getting_Started Getting started]===&lt;br /&gt;
&lt;br /&gt;
==Raster data management==&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
This section of the tutorial is intended to provide new users with an introduction to raster data management in GRASS GIS. As with other parts of the GRASS 6 tutorial, the examples are largely based on the GRASS 5.7 tutorial as well as the GRASS GIS presentation at Geostat-2012. The aim is to present the reader with introductory information on handling raster data within GRASS GIS. It is worth mentioning that the raster management hasn't changed significantly from previous versions of GRASS (e.g. versions 4 or 5), therefore older tutorials and books on the GRASS raster modules should also work.&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Raster_data_management Raster Data Management]===&lt;br /&gt;
&lt;br /&gt;
==Vector data management==&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
The native GRASS vector format provides provides vector topology with n:m mapping of geometry features to attributes. In addition, vector layers are supported with a variety of database management systems (DBMS) supported as back-ends that include: SQLite, PostgreSQL + PostGIS, MySQL, ODBC (, DBF). The vector geometry types supported in GRASS includes: points, centroids, lines, boundaries, areas (boundaries + centroids), face (3d areas), kernels and volumes. &lt;br /&gt;
&lt;br /&gt;
The examples that follow in this section on vector data management are based on the datasets available [http://data.neteler.org/geostat2012/north_carolina here]&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Vector_data_management Vector Data Management]===&lt;br /&gt;
&lt;br /&gt;
===[http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial/Vector_spatial_analysis Vector Spatial Analysis]===&lt;br /&gt;
&lt;br /&gt;
==Vector Import and Usage examples FROM GRASS 5.7 tutorial==&lt;br /&gt;
&lt;br /&gt;
'''Below are from the GRASS-5.7 Tutorial -- but are being updated and merged into GRASS-6...'''&lt;br /&gt;
&lt;br /&gt;
===Vector network analysis examples===&lt;br /&gt;
&lt;br /&gt;
* New Spearfish examples: [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.html v.net], [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.iso.html v.net.iso], [http://grass.osgeo.org/grass63/manuals/html63_user/v.net.path.html v.net.path] etc.&lt;br /&gt;
* Old tutorial: http://grass.osgeo.org/grass57/tutorial/network.html&lt;br /&gt;
&amp;lt;!--- dmci: This is commented out as it has been updated in vector data management, tho' useful for reference to go back to check that everything has been incorporated. &lt;br /&gt;
===Basic usage examples===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/ex_basic.html&lt;br /&gt;
---&amp;gt;&lt;br /&gt;
===Complex usage examples===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/ex_complex.html&lt;br /&gt;
&lt;br /&gt;
===Examples from US National Atlas===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/usa_demo.html&lt;br /&gt;
&lt;br /&gt;
==Additional Information==&lt;br /&gt;
&lt;br /&gt;
===FAQ (Frequently Asked Questions)===&lt;br /&gt;
&lt;br /&gt;
* [[Faq|GRASS Wiki FAQ]]&lt;br /&gt;
&lt;br /&gt;
* [[Grass Six Tutorial Faq]]&lt;br /&gt;
&lt;br /&gt;
* [http://grasswiki.osgeo.org/wiki/GRASS_Help Help and Troubleshooting]&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&lt;br /&gt;
* GRASS [http://grass.osgeo.org/gdp/tutorials.php books and tutorials]&lt;br /&gt;
&amp;lt;!--- dmci: link not working * GRASS 6 Tutorial at [http://www.gdf-hannover.de/literature GDF]&lt;br /&gt;
* Translation Portal for GRASS 6 Tutorial http://www.gdf-hannover.de/translation---&amp;gt;&lt;br /&gt;
* GRASS [http://www.geostat-course.org/Topic_NetelerMetz_2012 GEOSTAT 2012] course&lt;br /&gt;
&lt;br /&gt;
===Links of interest===&lt;br /&gt;
&lt;br /&gt;
* [http://169.237.35.250/~dylan/grass_user_group/ GRASS-GMT Examples] &lt;br /&gt;
&lt;br /&gt;
==Further reading==&lt;br /&gt;
&lt;br /&gt;
===GRASS and R kriging interpolation===&lt;br /&gt;
&lt;br /&gt;
===Mini How to interpolate using kriging with GRASS and R===&lt;br /&gt;
&lt;br /&gt;
[[How to interpolate point value using kriging method with R and GRASS 6]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Documentation]]&lt;br /&gt;
[[Category: Tutorial]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Vector_data_management&amp;diff=19474</id>
		<title>GRASS 6 Tutorial/Vector data management</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Vector_data_management&amp;diff=19474"/>
		<updated>2013-07-30T08:15:47Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Grass Six Tutorial Default Settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Vector data management==&lt;br /&gt;
===Importing Vector data===&lt;br /&gt;
The GRASS modules ''&amp;lt;code&amp;gt;v.in.*&amp;lt;/code&amp;gt;'' and '''&amp;lt;code&amp;gt;v.out.*&amp;lt;/code&amp;gt;''' handle the importing and exporting of Vector datasets. &lt;br /&gt;
&amp;lt;code&amp;gt;v.in.ogr&amp;lt;/code&amp;gt; is widely used and has simplified the import of vector data; [http://www.gdal.org/ogr/ogr_formats.html OGR] itself support a wide range of formats.&lt;br /&gt;
&amp;lt;code&amp;gt;v.out.ogr&amp;lt;/code&amp;gt; always exports the entire vector map&lt;br /&gt;
&lt;br /&gt;
====Importing an ESRI Shapefile====&lt;br /&gt;
The following code snippet is a simple usage of &amp;lt;code&amp;gt;v.in.ogr&amp;lt;/code&amp;gt;, which imports an ESRI Shapefile into the native vector format:&lt;br /&gt;
&lt;br /&gt;
 v.in.ogr dsn=boundary_county.shp out=boundary_county &lt;br /&gt;
&lt;br /&gt;
However, &amp;lt;code&amp;gt;v.in.ogr&amp;lt;/code&amp;gt; has many options to import subsets (defined spatially or by SQL) and vector types&lt;br /&gt;
&lt;br /&gt;
The same can be achieved using the GRASS Graphical Interface. The Vector import interface can be accessed through the vector layer manager:&lt;br /&gt;
&lt;br /&gt;
[[File:Vector_layer_manager.png|400px]]&lt;br /&gt;
[[File:Vector_layer_import.png|400px]]&lt;br /&gt;
&lt;br /&gt;
You can easily import a '''subset''' of your data by specifying the spatial extent or an SQL query defined within the &amp;lt;code&amp;gt;where&amp;lt;/code&amp;gt; command line argument:&lt;br /&gt;
 v.in.ogr --o dsn=./ output=subset layer=boundary_county where=&amp;quot;NAME = 'DUPLIN' OR NAME = 'WAKE'&amp;quot;&lt;br /&gt;
&lt;br /&gt;
  +----------------------------------------------------------------------------+&lt;br /&gt;
 | Layer:           subset                                                    |&lt;br /&gt;
 | Mapset:          PERMANENT                                                 |&lt;br /&gt;
 | Location:        nc_spm_08_geostat                                         |&lt;br /&gt;
 | Database:        /home/daniel/GRASSWiki/data                               |&lt;br /&gt;
 | Title:                                                                     |&lt;br /&gt;
 | Map scale:       1:1                                                       |&lt;br /&gt;
 | Map format:      native                                                    |&lt;br /&gt;
 | Name of creator: daniel                                                    |&lt;br /&gt;
 | Organization:                                                              |&lt;br /&gt;
 | Source date:     Wed Nov  7 16:10:01 2012                                  |&lt;br /&gt;
 |----------------------------------------------------------------------------|&lt;br /&gt;
 |   Type of Map:  vector (level: 2)                                          |&lt;br /&gt;
 |                                                                            |&lt;br /&gt;
 |   Number of points:       0               Number of areas:      2          |&lt;br /&gt;
 |   Number of lines:        0               Number of islands:    2          |&lt;br /&gt;
 |   Number of boundaries:   2               Number of faces:      0          |&lt;br /&gt;
 |   Number of centroids:    2               Number of kernels:    0          |&lt;br /&gt;
 |                                                                            |&lt;br /&gt;
 |   Map is 3D:              No                                               |&lt;br /&gt;
 |   Number of dblinks:      1                                                |&lt;br /&gt;
 |                                                                            |&lt;br /&gt;
 |         Projection: Lambert Conformal Conic                                |&lt;br /&gt;
 |               N:   258121.97732598    S:   106860.16001618                 |&lt;br /&gt;
 |               E:   732841.78315847    W:   610047.98051883                 |&lt;br /&gt;
 |                                                                            |&lt;br /&gt;
 |   Digitization threshold: 0                                                |&lt;br /&gt;
 |   Comments:                                                                |&lt;br /&gt;
 |                                                                            |&lt;br /&gt;
 +----------------------------------------------------------------------------+&lt;br /&gt;
&lt;br /&gt;
====Virtual link an ESRI Shapefile====&lt;br /&gt;
If you prefer not to import your vector datasets into the native GRASS vector format, you can create a virtual link to it using &amp;lt;code&amp;gt;v.external&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This can be done as follows:&lt;br /&gt;
 v.external dsn=./ output=boundary_county layer=boundary_county&lt;br /&gt;
 Building topology for vector map &amp;lt;boundary_county&amp;gt;...&lt;br /&gt;
 Number of nodes: 1707&lt;br /&gt;
 Number of primitives: 1981&lt;br /&gt;
 Number of points: 0&lt;br /&gt;
 Number of lines: 0&lt;br /&gt;
 Number of boundaries: 1055&lt;br /&gt;
 Number of centroids: 926&lt;br /&gt;
 Number of areas: 1055 &lt;br /&gt;
 Number of isles: 1055&lt;br /&gt;
 Number of areas without centroid: 129&lt;br /&gt;
&lt;br /&gt;
====Import an XY/XYZ ASCII file====&lt;br /&gt;
 &lt;br /&gt;
You can easily generate a GRASS point vector file from a text file containing X,Y coordinates. &lt;br /&gt;
 642934|95324&lt;br /&gt;
 675695|139878&lt;br /&gt;
 623277|158224&lt;br /&gt;
 716318|138568&lt;br /&gt;
 742527|164776&lt;br /&gt;
 735975|196227&lt;br /&gt;
 755631|200158&lt;br /&gt;
&lt;br /&gt;
Pipe the coordinates to the module &amp;lt;code&amp;gt;v.in.ascii&amp;lt;/code&amp;gt; &lt;br /&gt;
 cat coords.txt | v.in.ascii out=points&lt;br /&gt;
&lt;br /&gt;
Add the categories to the vector points to facilitate attribute joins:&lt;br /&gt;
 v.category in=points out=points_final op=add&lt;br /&gt;
 v.category points_final op=report&lt;br /&gt;
&lt;br /&gt;
You can then add a new attribute table to the vector file using &amp;lt;code&amp;gt;v.db.addtable&amp;lt;/code&amp;gt;&lt;br /&gt;
 v.db.addtable map=points&lt;br /&gt;
&lt;br /&gt;
You can replicate the above procedure for three dimensional data (XYZ), by modifying the &amp;lt;code&amp;gt;v.in.ascii&amp;lt;/code&amp;gt; argument list&lt;br /&gt;
&lt;br /&gt;
You can easily generate a GRASS point vector file from a text file containing X,Y coordinates. &lt;br /&gt;
 642934|95324|212&lt;br /&gt;
 675695|139878|233&lt;br /&gt;
 623277|158224|211&lt;br /&gt;
 716318|138568|219&lt;br /&gt;
 742527|164776|240&lt;br /&gt;
 735975|196227|221&lt;br /&gt;
 755631|200158|210&lt;br /&gt;
&lt;br /&gt;
 cat coords.txt | v.in.ascii -z out=points&lt;br /&gt;
&lt;br /&gt;
====Import an XY table from a DBMS or Spreadsheet====&lt;br /&gt;
&lt;br /&gt;
If you have a list of coordinates (x,y) with associated attributes stored in a spreadsheet table (DBF, CSV, Excel, etc). It's fairly easy to generate a map from them using &amp;lt;code&amp;gt;v.in.db&amp;lt;/code&amp;gt;. In the following example, we import the table, meteostations that has the columns 'east', 'north', 'quota' (z) and some attribute columns.&lt;br /&gt;
&lt;br /&gt;
 v.in.db driver=pg database=&amp;quot;host=myserver.itc.it,dbname=mydb,user=name&amp;quot; table=meteostations x=east y=north z=quota  key=id output=meteostations&lt;br /&gt;
&lt;br /&gt;
This command creates the new vector map (native format) with attributes table in a DBF file.&lt;br /&gt;
&lt;br /&gt;
We can display these points in a display monitor and query them as follows:&lt;br /&gt;
 &lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
 d.vect meteostations&lt;br /&gt;
 d.what.vect&lt;br /&gt;
&lt;br /&gt;
====Importing a DXF file====&lt;br /&gt;
&lt;br /&gt;
Both 2D and 3D DXF files can be imported into GRASS using the module &amp;lt;code&amp;gt;&amp;lt;b&amp;gt;v.in.dxf&amp;lt;/b&amp;gt;&amp;lt;/code&amp;gt;. This can be done very simply from the command-line as follows&lt;br /&gt;
 v.in.dxf -1 Masterplanxy.dxf&lt;br /&gt;
&lt;br /&gt;
  100%&lt;br /&gt;
 Following DXF layers found:&lt;br /&gt;
 Layer 1: line&lt;br /&gt;
 Building topology for vector map &amp;lt;Masterplanxy&amp;gt;...&lt;br /&gt;
 Registering primitives...&lt;br /&gt;
 64302 primitives registered&lt;br /&gt;
 405521 vertices registered&lt;br /&gt;
 Building areas...&lt;br /&gt;
  100%&lt;br /&gt;
 0 areas built&lt;br /&gt;
 0 isles built&lt;br /&gt;
 Attaching islands...&lt;br /&gt;
 Attaching centroids...&lt;br /&gt;
  100%&lt;br /&gt;
 Number of nodes: 71142&lt;br /&gt;
 Number of primitives: 64302&lt;br /&gt;
 Number of points: 0&lt;br /&gt;
 Number of lines: 64302&lt;br /&gt;
 Number of boundaries: 0&lt;br /&gt;
 Number of centroids: 0&lt;br /&gt;
 Number of areas: 0&lt;br /&gt;
 Number of isles: 0&lt;br /&gt;
&lt;br /&gt;
This can also be done using the GUI interface&lt;br /&gt;
&lt;br /&gt;
[[File:import_dxf.png|400px]]&lt;br /&gt;
&lt;br /&gt;
And then visualised within the map display&lt;br /&gt;
&lt;br /&gt;
[[File:dxf_display.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Exporting Vector data===&lt;br /&gt;
&lt;br /&gt;
Using the module &amp;lt;code&amp;gt;v.out.ogr&amp;lt;/code&amp;gt; it is possible to export native GRASS Vector data to a range of formats:&lt;br /&gt;
   ESRI_Shapefile,MapInfo_File,TIGER,S57,DGN,Memory,BNA,CSV,GML,GPX,KML,GeoJSON,GMT,SQLite,ODBC,MSSQLSpatial,&lt;br /&gt;
   PostgreSQL,MySQL,PCIDSK,DXF,Geoconcept,GeoRSS,GPSTrackMaker,PGDump,GPSBabel,&lt;br /&gt;
&lt;br /&gt;
[[File:Vector_out_ogr.png|400px]]&lt;br /&gt;
[[File:Vector_layer_export.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Introductory information on [http://grass.ibiblio.org/grass63/manuals/html63_user/vectorintro.html vector data processing] is available from the help manual.&lt;br /&gt;
&lt;br /&gt;
===[[Grass Six Tutorial Attribute Management]]===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/attrib_storage.html&lt;br /&gt;
        - General notes on Attribute &lt;br /&gt;
          management; Managing the default settings; Examples;&lt;br /&gt;
          Database Schema&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Vector_data_management&amp;diff=19473</id>
		<title>GRASS 6 Tutorial/Vector data management</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Vector_data_management&amp;diff=19473"/>
		<updated>2013-07-30T08:14:28Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Grass Six Tutorial Geometry Management */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Vector data management==&lt;br /&gt;
===Importing Vector data===&lt;br /&gt;
The GRASS modules ''&amp;lt;code&amp;gt;v.in.*&amp;lt;/code&amp;gt;'' and '''&amp;lt;code&amp;gt;v.out.*&amp;lt;/code&amp;gt;''' handle the importing and exporting of Vector datasets. &lt;br /&gt;
&amp;lt;code&amp;gt;v.in.ogr&amp;lt;/code&amp;gt; is widely used and has simplified the import of vector data; [http://www.gdal.org/ogr/ogr_formats.html OGR] itself support a wide range of formats.&lt;br /&gt;
&amp;lt;code&amp;gt;v.out.ogr&amp;lt;/code&amp;gt; always exports the entire vector map&lt;br /&gt;
&lt;br /&gt;
====Importing an ESRI Shapefile====&lt;br /&gt;
The following code snippet is a simple usage of &amp;lt;code&amp;gt;v.in.ogr&amp;lt;/code&amp;gt;, which imports an ESRI Shapefile into the native vector format:&lt;br /&gt;
&lt;br /&gt;
 v.in.ogr dsn=boundary_county.shp out=boundary_county &lt;br /&gt;
&lt;br /&gt;
However, &amp;lt;code&amp;gt;v.in.ogr&amp;lt;/code&amp;gt; has many options to import subsets (defined spatially or by SQL) and vector types&lt;br /&gt;
&lt;br /&gt;
The same can be achieved using the GRASS Graphical Interface. The Vector import interface can be accessed through the vector layer manager:&lt;br /&gt;
&lt;br /&gt;
[[File:Vector_layer_manager.png|400px]]&lt;br /&gt;
[[File:Vector_layer_import.png|400px]]&lt;br /&gt;
&lt;br /&gt;
You can easily import a '''subset''' of your data by specifying the spatial extent or an SQL query defined within the &amp;lt;code&amp;gt;where&amp;lt;/code&amp;gt; command line argument:&lt;br /&gt;
 v.in.ogr --o dsn=./ output=subset layer=boundary_county where=&amp;quot;NAME = 'DUPLIN' OR NAME = 'WAKE'&amp;quot;&lt;br /&gt;
&lt;br /&gt;
  +----------------------------------------------------------------------------+&lt;br /&gt;
 | Layer:           subset                                                    |&lt;br /&gt;
 | Mapset:          PERMANENT                                                 |&lt;br /&gt;
 | Location:        nc_spm_08_geostat                                         |&lt;br /&gt;
 | Database:        /home/daniel/GRASSWiki/data                               |&lt;br /&gt;
 | Title:                                                                     |&lt;br /&gt;
 | Map scale:       1:1                                                       |&lt;br /&gt;
 | Map format:      native                                                    |&lt;br /&gt;
 | Name of creator: daniel                                                    |&lt;br /&gt;
 | Organization:                                                              |&lt;br /&gt;
 | Source date:     Wed Nov  7 16:10:01 2012                                  |&lt;br /&gt;
 |----------------------------------------------------------------------------|&lt;br /&gt;
 |   Type of Map:  vector (level: 2)                                          |&lt;br /&gt;
 |                                                                            |&lt;br /&gt;
 |   Number of points:       0               Number of areas:      2          |&lt;br /&gt;
 |   Number of lines:        0               Number of islands:    2          |&lt;br /&gt;
 |   Number of boundaries:   2               Number of faces:      0          |&lt;br /&gt;
 |   Number of centroids:    2               Number of kernels:    0          |&lt;br /&gt;
 |                                                                            |&lt;br /&gt;
 |   Map is 3D:              No                                               |&lt;br /&gt;
 |   Number of dblinks:      1                                                |&lt;br /&gt;
 |                                                                            |&lt;br /&gt;
 |         Projection: Lambert Conformal Conic                                |&lt;br /&gt;
 |               N:   258121.97732598    S:   106860.16001618                 |&lt;br /&gt;
 |               E:   732841.78315847    W:   610047.98051883                 |&lt;br /&gt;
 |                                                                            |&lt;br /&gt;
 |   Digitization threshold: 0                                                |&lt;br /&gt;
 |   Comments:                                                                |&lt;br /&gt;
 |                                                                            |&lt;br /&gt;
 +----------------------------------------------------------------------------+&lt;br /&gt;
&lt;br /&gt;
====Virtual link an ESRI Shapefile====&lt;br /&gt;
If you prefer not to import your vector datasets into the native GRASS vector format, you can create a virtual link to it using &amp;lt;code&amp;gt;v.external&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This can be done as follows:&lt;br /&gt;
 v.external dsn=./ output=boundary_county layer=boundary_county&lt;br /&gt;
 Building topology for vector map &amp;lt;boundary_county&amp;gt;...&lt;br /&gt;
 Number of nodes: 1707&lt;br /&gt;
 Number of primitives: 1981&lt;br /&gt;
 Number of points: 0&lt;br /&gt;
 Number of lines: 0&lt;br /&gt;
 Number of boundaries: 1055&lt;br /&gt;
 Number of centroids: 926&lt;br /&gt;
 Number of areas: 1055 &lt;br /&gt;
 Number of isles: 1055&lt;br /&gt;
 Number of areas without centroid: 129&lt;br /&gt;
&lt;br /&gt;
====Import an XY/XYZ ASCII file====&lt;br /&gt;
 &lt;br /&gt;
You can easily generate a GRASS point vector file from a text file containing X,Y coordinates. &lt;br /&gt;
 642934|95324&lt;br /&gt;
 675695|139878&lt;br /&gt;
 623277|158224&lt;br /&gt;
 716318|138568&lt;br /&gt;
 742527|164776&lt;br /&gt;
 735975|196227&lt;br /&gt;
 755631|200158&lt;br /&gt;
&lt;br /&gt;
Pipe the coordinates to the module &amp;lt;code&amp;gt;v.in.ascii&amp;lt;/code&amp;gt; &lt;br /&gt;
 cat coords.txt | v.in.ascii out=points&lt;br /&gt;
&lt;br /&gt;
Add the categories to the vector points to facilitate attribute joins:&lt;br /&gt;
 v.category in=points out=points_final op=add&lt;br /&gt;
 v.category points_final op=report&lt;br /&gt;
&lt;br /&gt;
You can then add a new attribute table to the vector file using &amp;lt;code&amp;gt;v.db.addtable&amp;lt;/code&amp;gt;&lt;br /&gt;
 v.db.addtable map=points&lt;br /&gt;
&lt;br /&gt;
You can replicate the above procedure for three dimensional data (XYZ), by modifying the &amp;lt;code&amp;gt;v.in.ascii&amp;lt;/code&amp;gt; argument list&lt;br /&gt;
&lt;br /&gt;
You can easily generate a GRASS point vector file from a text file containing X,Y coordinates. &lt;br /&gt;
 642934|95324|212&lt;br /&gt;
 675695|139878|233&lt;br /&gt;
 623277|158224|211&lt;br /&gt;
 716318|138568|219&lt;br /&gt;
 742527|164776|240&lt;br /&gt;
 735975|196227|221&lt;br /&gt;
 755631|200158|210&lt;br /&gt;
&lt;br /&gt;
 cat coords.txt | v.in.ascii -z out=points&lt;br /&gt;
&lt;br /&gt;
====Import an XY table from a DBMS or Spreadsheet====&lt;br /&gt;
&lt;br /&gt;
If you have a list of coordinates (x,y) with associated attributes stored in a spreadsheet table (DBF, CSV, Excel, etc). It's fairly easy to generate a map from them using &amp;lt;code&amp;gt;v.in.db&amp;lt;/code&amp;gt;. In the following example, we import the table, meteostations that has the columns 'east', 'north', 'quota' (z) and some attribute columns.&lt;br /&gt;
&lt;br /&gt;
 v.in.db driver=pg database=&amp;quot;host=myserver.itc.it,dbname=mydb,user=name&amp;quot; table=meteostations x=east y=north z=quota  key=id output=meteostations&lt;br /&gt;
&lt;br /&gt;
This command creates the new vector map (native format) with attributes table in a DBF file.&lt;br /&gt;
&lt;br /&gt;
We can display these points in a display monitor and query them as follows:&lt;br /&gt;
 &lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
 d.vect meteostations&lt;br /&gt;
 d.what.vect&lt;br /&gt;
&lt;br /&gt;
====Importing a DXF file====&lt;br /&gt;
&lt;br /&gt;
Both 2D and 3D DXF files can be imported into GRASS using the module &amp;lt;code&amp;gt;&amp;lt;b&amp;gt;v.in.dxf&amp;lt;/b&amp;gt;&amp;lt;/code&amp;gt;. This can be done very simply from the command-line as follows&lt;br /&gt;
 v.in.dxf -1 Masterplanxy.dxf&lt;br /&gt;
&lt;br /&gt;
  100%&lt;br /&gt;
 Following DXF layers found:&lt;br /&gt;
 Layer 1: line&lt;br /&gt;
 Building topology for vector map &amp;lt;Masterplanxy&amp;gt;...&lt;br /&gt;
 Registering primitives...&lt;br /&gt;
 64302 primitives registered&lt;br /&gt;
 405521 vertices registered&lt;br /&gt;
 Building areas...&lt;br /&gt;
  100%&lt;br /&gt;
 0 areas built&lt;br /&gt;
 0 isles built&lt;br /&gt;
 Attaching islands...&lt;br /&gt;
 Attaching centroids...&lt;br /&gt;
  100%&lt;br /&gt;
 Number of nodes: 71142&lt;br /&gt;
 Number of primitives: 64302&lt;br /&gt;
 Number of points: 0&lt;br /&gt;
 Number of lines: 64302&lt;br /&gt;
 Number of boundaries: 0&lt;br /&gt;
 Number of centroids: 0&lt;br /&gt;
 Number of areas: 0&lt;br /&gt;
 Number of isles: 0&lt;br /&gt;
&lt;br /&gt;
This can also be done using the GUI interface&lt;br /&gt;
&lt;br /&gt;
[[File:import_dxf.png|400px]]&lt;br /&gt;
&lt;br /&gt;
And then visualised within the map display&lt;br /&gt;
&lt;br /&gt;
[[File:dxf_display.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Exporting Vector data===&lt;br /&gt;
&lt;br /&gt;
Using the module &amp;lt;code&amp;gt;v.out.ogr&amp;lt;/code&amp;gt; it is possible to export native GRASS Vector data to a range of formats:&lt;br /&gt;
   ESRI_Shapefile,MapInfo_File,TIGER,S57,DGN,Memory,BNA,CSV,GML,GPX,KML,GeoJSON,GMT,SQLite,ODBC,MSSQLSpatial,&lt;br /&gt;
   PostgreSQL,MySQL,PCIDSK,DXF,Geoconcept,GeoRSS,GPSTrackMaker,PGDump,GPSBabel,&lt;br /&gt;
&lt;br /&gt;
[[File:Vector_out_ogr.png|400px]]&lt;br /&gt;
[[File:Vector_layer_export.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Introductory information on [http://grass.ibiblio.org/grass63/manuals/html63_user/vectorintro.html vector data processing] is available from the help manual.&lt;br /&gt;
&lt;br /&gt;
===[[Grass Six Tutorial Default Settings]]=== &lt;br /&gt;
       -  Default settings for vector geometry;&lt;br /&gt;
          for vector attributes; for db.* modules&lt;br /&gt;
&lt;br /&gt;
===[[Grass Six Tutorial Attribute Management]]===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/attrib_storage.html&lt;br /&gt;
        - General notes on Attribute &lt;br /&gt;
          management; Managing the default settings; Examples;&lt;br /&gt;
          Database Schema&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Vector_data_management&amp;diff=19472</id>
		<title>GRASS 6 Tutorial/Vector data management</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Vector_data_management&amp;diff=19472"/>
		<updated>2013-07-30T08:11:39Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Import an XY/XYZ ASCII file */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Vector data management==&lt;br /&gt;
===Importing Vector data===&lt;br /&gt;
The GRASS modules ''&amp;lt;code&amp;gt;v.in.*&amp;lt;/code&amp;gt;'' and '''&amp;lt;code&amp;gt;v.out.*&amp;lt;/code&amp;gt;''' handle the importing and exporting of Vector datasets. &lt;br /&gt;
&amp;lt;code&amp;gt;v.in.ogr&amp;lt;/code&amp;gt; is widely used and has simplified the import of vector data; [http://www.gdal.org/ogr/ogr_formats.html OGR] itself support a wide range of formats.&lt;br /&gt;
&amp;lt;code&amp;gt;v.out.ogr&amp;lt;/code&amp;gt; always exports the entire vector map&lt;br /&gt;
&lt;br /&gt;
====Importing an ESRI Shapefile====&lt;br /&gt;
The following code snippet is a simple usage of &amp;lt;code&amp;gt;v.in.ogr&amp;lt;/code&amp;gt;, which imports an ESRI Shapefile into the native vector format:&lt;br /&gt;
&lt;br /&gt;
 v.in.ogr dsn=boundary_county.shp out=boundary_county &lt;br /&gt;
&lt;br /&gt;
However, &amp;lt;code&amp;gt;v.in.ogr&amp;lt;/code&amp;gt; has many options to import subsets (defined spatially or by SQL) and vector types&lt;br /&gt;
&lt;br /&gt;
The same can be achieved using the GRASS Graphical Interface. The Vector import interface can be accessed through the vector layer manager:&lt;br /&gt;
&lt;br /&gt;
[[File:Vector_layer_manager.png|400px]]&lt;br /&gt;
[[File:Vector_layer_import.png|400px]]&lt;br /&gt;
&lt;br /&gt;
You can easily import a '''subset''' of your data by specifying the spatial extent or an SQL query defined within the &amp;lt;code&amp;gt;where&amp;lt;/code&amp;gt; command line argument:&lt;br /&gt;
 v.in.ogr --o dsn=./ output=subset layer=boundary_county where=&amp;quot;NAME = 'DUPLIN' OR NAME = 'WAKE'&amp;quot;&lt;br /&gt;
&lt;br /&gt;
  +----------------------------------------------------------------------------+&lt;br /&gt;
 | Layer:           subset                                                    |&lt;br /&gt;
 | Mapset:          PERMANENT                                                 |&lt;br /&gt;
 | Location:        nc_spm_08_geostat                                         |&lt;br /&gt;
 | Database:        /home/daniel/GRASSWiki/data                               |&lt;br /&gt;
 | Title:                                                                     |&lt;br /&gt;
 | Map scale:       1:1                                                       |&lt;br /&gt;
 | Map format:      native                                                    |&lt;br /&gt;
 | Name of creator: daniel                                                    |&lt;br /&gt;
 | Organization:                                                              |&lt;br /&gt;
 | Source date:     Wed Nov  7 16:10:01 2012                                  |&lt;br /&gt;
 |----------------------------------------------------------------------------|&lt;br /&gt;
 |   Type of Map:  vector (level: 2)                                          |&lt;br /&gt;
 |                                                                            |&lt;br /&gt;
 |   Number of points:       0               Number of areas:      2          |&lt;br /&gt;
 |   Number of lines:        0               Number of islands:    2          |&lt;br /&gt;
 |   Number of boundaries:   2               Number of faces:      0          |&lt;br /&gt;
 |   Number of centroids:    2               Number of kernels:    0          |&lt;br /&gt;
 |                                                                            |&lt;br /&gt;
 |   Map is 3D:              No                                               |&lt;br /&gt;
 |   Number of dblinks:      1                                                |&lt;br /&gt;
 |                                                                            |&lt;br /&gt;
 |         Projection: Lambert Conformal Conic                                |&lt;br /&gt;
 |               N:   258121.97732598    S:   106860.16001618                 |&lt;br /&gt;
 |               E:   732841.78315847    W:   610047.98051883                 |&lt;br /&gt;
 |                                                                            |&lt;br /&gt;
 |   Digitization threshold: 0                                                |&lt;br /&gt;
 |   Comments:                                                                |&lt;br /&gt;
 |                                                                            |&lt;br /&gt;
 +----------------------------------------------------------------------------+&lt;br /&gt;
&lt;br /&gt;
====Virtual link an ESRI Shapefile====&lt;br /&gt;
If you prefer not to import your vector datasets into the native GRASS vector format, you can create a virtual link to it using &amp;lt;code&amp;gt;v.external&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This can be done as follows:&lt;br /&gt;
 v.external dsn=./ output=boundary_county layer=boundary_county&lt;br /&gt;
 Building topology for vector map &amp;lt;boundary_county&amp;gt;...&lt;br /&gt;
 Number of nodes: 1707&lt;br /&gt;
 Number of primitives: 1981&lt;br /&gt;
 Number of points: 0&lt;br /&gt;
 Number of lines: 0&lt;br /&gt;
 Number of boundaries: 1055&lt;br /&gt;
 Number of centroids: 926&lt;br /&gt;
 Number of areas: 1055 &lt;br /&gt;
 Number of isles: 1055&lt;br /&gt;
 Number of areas without centroid: 129&lt;br /&gt;
&lt;br /&gt;
====Import an XY/XYZ ASCII file====&lt;br /&gt;
 &lt;br /&gt;
You can easily generate a GRASS point vector file from a text file containing X,Y coordinates. &lt;br /&gt;
 642934|95324&lt;br /&gt;
 675695|139878&lt;br /&gt;
 623277|158224&lt;br /&gt;
 716318|138568&lt;br /&gt;
 742527|164776&lt;br /&gt;
 735975|196227&lt;br /&gt;
 755631|200158&lt;br /&gt;
&lt;br /&gt;
Pipe the coordinates to the module &amp;lt;code&amp;gt;v.in.ascii&amp;lt;/code&amp;gt; &lt;br /&gt;
 cat coords.txt | v.in.ascii out=points&lt;br /&gt;
&lt;br /&gt;
Add the categories to the vector points to facilitate attribute joins:&lt;br /&gt;
 v.category in=points out=points_final op=add&lt;br /&gt;
 v.category points_final op=report&lt;br /&gt;
&lt;br /&gt;
You can then add a new attribute table to the vector file using &amp;lt;code&amp;gt;v.db.addtable&amp;lt;/code&amp;gt;&lt;br /&gt;
 v.db.addtable map=points&lt;br /&gt;
&lt;br /&gt;
You can replicate the above procedure for three dimensional data (XYZ), by modifying the &amp;lt;code&amp;gt;v.in.ascii&amp;lt;/code&amp;gt; argument list&lt;br /&gt;
&lt;br /&gt;
You can easily generate a GRASS point vector file from a text file containing X,Y coordinates. &lt;br /&gt;
 642934|95324|212&lt;br /&gt;
 675695|139878|233&lt;br /&gt;
 623277|158224|211&lt;br /&gt;
 716318|138568|219&lt;br /&gt;
 742527|164776|240&lt;br /&gt;
 735975|196227|221&lt;br /&gt;
 755631|200158|210&lt;br /&gt;
&lt;br /&gt;
 cat coords.txt | v.in.ascii -z out=points&lt;br /&gt;
&lt;br /&gt;
====Import an XY table from a DBMS or Spreadsheet====&lt;br /&gt;
&lt;br /&gt;
If you have a list of coordinates (x,y) with associated attributes stored in a spreadsheet table (DBF, CSV, Excel, etc). It's fairly easy to generate a map from them using &amp;lt;code&amp;gt;v.in.db&amp;lt;/code&amp;gt;. In the following example, we import the table, meteostations that has the columns 'east', 'north', 'quota' (z) and some attribute columns.&lt;br /&gt;
&lt;br /&gt;
 v.in.db driver=pg database=&amp;quot;host=myserver.itc.it,dbname=mydb,user=name&amp;quot; table=meteostations x=east y=north z=quota  key=id output=meteostations&lt;br /&gt;
&lt;br /&gt;
This command creates the new vector map (native format) with attributes table in a DBF file.&lt;br /&gt;
&lt;br /&gt;
We can display these points in a display monitor and query them as follows:&lt;br /&gt;
 &lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
 d.vect meteostations&lt;br /&gt;
 d.what.vect&lt;br /&gt;
&lt;br /&gt;
====Importing a DXF file====&lt;br /&gt;
&lt;br /&gt;
Both 2D and 3D DXF files can be imported into GRASS using the module &amp;lt;code&amp;gt;&amp;lt;b&amp;gt;v.in.dxf&amp;lt;/b&amp;gt;&amp;lt;/code&amp;gt;. This can be done very simply from the command-line as follows&lt;br /&gt;
 v.in.dxf -1 Masterplanxy.dxf&lt;br /&gt;
&lt;br /&gt;
  100%&lt;br /&gt;
 Following DXF layers found:&lt;br /&gt;
 Layer 1: line&lt;br /&gt;
 Building topology for vector map &amp;lt;Masterplanxy&amp;gt;...&lt;br /&gt;
 Registering primitives...&lt;br /&gt;
 64302 primitives registered&lt;br /&gt;
 405521 vertices registered&lt;br /&gt;
 Building areas...&lt;br /&gt;
  100%&lt;br /&gt;
 0 areas built&lt;br /&gt;
 0 isles built&lt;br /&gt;
 Attaching islands...&lt;br /&gt;
 Attaching centroids...&lt;br /&gt;
  100%&lt;br /&gt;
 Number of nodes: 71142&lt;br /&gt;
 Number of primitives: 64302&lt;br /&gt;
 Number of points: 0&lt;br /&gt;
 Number of lines: 64302&lt;br /&gt;
 Number of boundaries: 0&lt;br /&gt;
 Number of centroids: 0&lt;br /&gt;
 Number of areas: 0&lt;br /&gt;
 Number of isles: 0&lt;br /&gt;
&lt;br /&gt;
This can also be done using the GUI interface&lt;br /&gt;
&lt;br /&gt;
[[File:import_dxf.png|400px]]&lt;br /&gt;
&lt;br /&gt;
And then visualised within the map display&lt;br /&gt;
&lt;br /&gt;
[[File:dxf_display.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Exporting Vector data===&lt;br /&gt;
&lt;br /&gt;
Using the module &amp;lt;code&amp;gt;v.out.ogr&amp;lt;/code&amp;gt; it is possible to export native GRASS Vector data to a range of formats:&lt;br /&gt;
   ESRI_Shapefile,MapInfo_File,TIGER,S57,DGN,Memory,BNA,CSV,GML,GPX,KML,GeoJSON,GMT,SQLite,ODBC,MSSQLSpatial,&lt;br /&gt;
   PostgreSQL,MySQL,PCIDSK,DXF,Geoconcept,GeoRSS,GPSTrackMaker,PGDump,GPSBabel,&lt;br /&gt;
&lt;br /&gt;
[[File:Vector_out_ogr.png|400px]]&lt;br /&gt;
[[File:Vector_layer_export.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Introductory information on [http://grass.ibiblio.org/grass63/manuals/html63_user/vectorintro.html vector data processing] is available from the help manual.&lt;br /&gt;
&lt;br /&gt;
===[[Grass Six Tutorial Default Settings]]=== &lt;br /&gt;
       -  Default settings for vector geometry;&lt;br /&gt;
          for vector attributes; for db.* modules&lt;br /&gt;
&lt;br /&gt;
===[[Grass Six Tutorial Geometry Management]]=== &lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/geom_storage.html&lt;br /&gt;
        -  General notes on Geometry &lt;br /&gt;
          management; Managing the default settings; &lt;br /&gt;
          GRASS vector architecture; Geometry stored in native format;&lt;br /&gt;
          Geometry stored in SHAPE file; &lt;br /&gt;
          Import/export of vector data Geometry;&lt;br /&gt;
          Generating vector geometry from various sources&lt;br /&gt;
&lt;br /&gt;
===[[Grass Six Tutorial Attribute Management]]===&lt;br /&gt;
http://grass.osgeo.org/grass57/tutorial/attrib_storage.html&lt;br /&gt;
        - General notes on Attribute &lt;br /&gt;
          management; Managing the default settings; Examples;&lt;br /&gt;
          Database Schema&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Vector_spatial_analysis&amp;diff=19462</id>
		<title>GRASS 6 Tutorial/Vector spatial analysis</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Vector_spatial_analysis&amp;diff=19462"/>
		<updated>2013-07-29T09:57:38Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Vector Analysis using the GUI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Vector Spatial Analysis==&lt;br /&gt;
&lt;br /&gt;
The following examples demonstrate how basic vector data processing operations, such as overlay, union and clipping can be performed in GRASS 6.4. These operations are all performed using the GRASS module, [http://grass.osgeo.org/grass64/manuals/v.overlay.html &amp;lt;code&amp;gt;v.overlay&amp;lt;/code&amp;gt;], which can either be run using the GUI or from the command-line interface. The following examples are demonstrated using the CLI, using two vector datasets, namely: &amp;lt;code&amp;gt;urbanarea&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;census_wake2000&amp;lt;/code&amp;gt; from the North Carolina database. &lt;br /&gt;
&lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
 g.region vect=census_wake2000 &lt;br /&gt;
 d.vect census_wake2000 col=blue&lt;br /&gt;
 d.vect urbanarea col=red type=boundary&lt;br /&gt;
&lt;br /&gt;
[[File:Census and urban.png|300px|center]]&lt;br /&gt;
&lt;br /&gt;
===Vector Union===&lt;br /&gt;
&lt;br /&gt;
The following command creates a union (operator &amp;lt;code&amp;gt;or&amp;lt;/code&amp;gt;) of the two polygon vectors:&lt;br /&gt;
 &lt;br /&gt;
 v.overlay ain=census_wake2000 bin=urbanarea out=urban_census2000 operator=or&lt;br /&gt;
&lt;br /&gt;
with urban_census2000 created as follows.&lt;br /&gt;
&lt;br /&gt;
[[File: Census_urban_union.png|300px|center]]&lt;br /&gt;
&lt;br /&gt;
===Vector Intersection===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following command creates an intersection (operator &amp;lt;code&amp;gt;and&amp;lt;/code&amp;gt;) of the two polygon vectors:&lt;br /&gt;
 &lt;br /&gt;
 v.overlay ain=census_wake2000 bin=urbanarea out=urban_census2000_intersect operator=and&lt;br /&gt;
&lt;br /&gt;
[[File: Census_urban_intersect.png|300px|center]]&lt;br /&gt;
&lt;br /&gt;
===Vector Clip===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following command clips (cuts out) intersection (operator &amp;lt;code&amp;gt;not&amp;lt;/code&amp;gt;) of the two polygon vectors:&lt;br /&gt;
 &lt;br /&gt;
 v.overlay ain=census_wake2000 bin=urbanarea out=urban_census2000_intersect operator=not&lt;br /&gt;
&lt;br /&gt;
[[File: Census_urban_clip.png|300px|center]]&lt;br /&gt;
&lt;br /&gt;
==Vector Analysis using the GUI==&lt;br /&gt;
&lt;br /&gt;
The above examples can be easily replicated using the &amp;lt;code&amp;gt;v.overlay&amp;lt;/code&amp;gt; GUI, available under ''Vector --&amp;gt; Overlay Vector Maps --&amp;gt; Overlay Vector Maps [v.overlay]''. The default tab allows you to select the two vector files (ainput and binput):&lt;br /&gt;
&lt;br /&gt;
[[File: Voverlay_gui.png|300px|center]]&lt;br /&gt;
&lt;br /&gt;
The second tab ('Optional') allows you to specify the vector operator (or, and, not, ...) as well as other options:&lt;br /&gt;
&lt;br /&gt;
[[File: Voverlay_gui2.png|300px|center]]&lt;br /&gt;
&lt;br /&gt;
Once you have made your selections, simply click '''Run'''&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Vector_spatial_analysis&amp;diff=19461</id>
		<title>GRASS 6 Tutorial/Vector spatial analysis</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Vector_spatial_analysis&amp;diff=19461"/>
		<updated>2013-07-29T09:56:44Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Vector Analysis using the GUI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Vector Spatial Analysis==&lt;br /&gt;
&lt;br /&gt;
The following examples demonstrate how basic vector data processing operations, such as overlay, union and clipping can be performed in GRASS 6.4. These operations are all performed using the GRASS module, [http://grass.osgeo.org/grass64/manuals/v.overlay.html &amp;lt;code&amp;gt;v.overlay&amp;lt;/code&amp;gt;], which can either be run using the GUI or from the command-line interface. The following examples are demonstrated using the CLI, using two vector datasets, namely: &amp;lt;code&amp;gt;urbanarea&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;census_wake2000&amp;lt;/code&amp;gt; from the North Carolina database. &lt;br /&gt;
&lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
 g.region vect=census_wake2000 &lt;br /&gt;
 d.vect census_wake2000 col=blue&lt;br /&gt;
 d.vect urbanarea col=red type=boundary&lt;br /&gt;
&lt;br /&gt;
[[File:Census and urban.png|300px|center]]&lt;br /&gt;
&lt;br /&gt;
===Vector Union===&lt;br /&gt;
&lt;br /&gt;
The following command creates a union (operator &amp;lt;code&amp;gt;or&amp;lt;/code&amp;gt;) of the two polygon vectors:&lt;br /&gt;
 &lt;br /&gt;
 v.overlay ain=census_wake2000 bin=urbanarea out=urban_census2000 operator=or&lt;br /&gt;
&lt;br /&gt;
with urban_census2000 created as follows.&lt;br /&gt;
&lt;br /&gt;
[[File: Census_urban_union.png|300px|center]]&lt;br /&gt;
&lt;br /&gt;
===Vector Intersection===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following command creates an intersection (operator &amp;lt;code&amp;gt;and&amp;lt;/code&amp;gt;) of the two polygon vectors:&lt;br /&gt;
 &lt;br /&gt;
 v.overlay ain=census_wake2000 bin=urbanarea out=urban_census2000_intersect operator=and&lt;br /&gt;
&lt;br /&gt;
[[File: Census_urban_intersect.png|300px|center]]&lt;br /&gt;
&lt;br /&gt;
===Vector Clip===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following command clips (cuts out) intersection (operator &amp;lt;code&amp;gt;not&amp;lt;/code&amp;gt;) of the two polygon vectors:&lt;br /&gt;
 &lt;br /&gt;
 v.overlay ain=census_wake2000 bin=urbanarea out=urban_census2000_intersect operator=not&lt;br /&gt;
&lt;br /&gt;
[[File: Census_urban_clip.png|300px|center]]&lt;br /&gt;
&lt;br /&gt;
==Vector Analysis using the GUI==&lt;br /&gt;
&lt;br /&gt;
The above examples can be easily replicated using the &amp;lt;code&amp;gt;v.overlay&amp;lt;/code&amp;gt; GUI, available under ''Vector --&amp;gt; Overlay Vector Maps --&amp;gt; Overlay Vector Maps [v.overlay]''. The default tab allows you to select the two vector files (ainput and binput):&lt;br /&gt;
&lt;br /&gt;
[[File: Voverlay_gui.png|300px|center]]&lt;br /&gt;
&lt;br /&gt;
The second tab ('Optional') allows you to specify the vector operator (or, and, not, ...) as well as other options:&lt;br /&gt;
&lt;br /&gt;
[[File: Voverlay_gui2.png|300px|center]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Vector_spatial_analysis&amp;diff=19460</id>
		<title>GRASS 6 Tutorial/Vector spatial analysis</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Vector_spatial_analysis&amp;diff=19460"/>
		<updated>2013-07-29T09:56:16Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Vector Analysis using the GUI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Vector Spatial Analysis==&lt;br /&gt;
&lt;br /&gt;
The following examples demonstrate how basic vector data processing operations, such as overlay, union and clipping can be performed in GRASS 6.4. These operations are all performed using the GRASS module, [http://grass.osgeo.org/grass64/manuals/v.overlay.html &amp;lt;code&amp;gt;v.overlay&amp;lt;/code&amp;gt;], which can either be run using the GUI or from the command-line interface. The following examples are demonstrated using the CLI, using two vector datasets, namely: &amp;lt;code&amp;gt;urbanarea&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;census_wake2000&amp;lt;/code&amp;gt; from the North Carolina database. &lt;br /&gt;
&lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
 g.region vect=census_wake2000 &lt;br /&gt;
 d.vect census_wake2000 col=blue&lt;br /&gt;
 d.vect urbanarea col=red type=boundary&lt;br /&gt;
&lt;br /&gt;
[[File:Census and urban.png|300px|center]]&lt;br /&gt;
&lt;br /&gt;
===Vector Union===&lt;br /&gt;
&lt;br /&gt;
The following command creates a union (operator &amp;lt;code&amp;gt;or&amp;lt;/code&amp;gt;) of the two polygon vectors:&lt;br /&gt;
 &lt;br /&gt;
 v.overlay ain=census_wake2000 bin=urbanarea out=urban_census2000 operator=or&lt;br /&gt;
&lt;br /&gt;
with urban_census2000 created as follows.&lt;br /&gt;
&lt;br /&gt;
[[File: Census_urban_union.png|300px|center]]&lt;br /&gt;
&lt;br /&gt;
===Vector Intersection===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following command creates an intersection (operator &amp;lt;code&amp;gt;and&amp;lt;/code&amp;gt;) of the two polygon vectors:&lt;br /&gt;
 &lt;br /&gt;
 v.overlay ain=census_wake2000 bin=urbanarea out=urban_census2000_intersect operator=and&lt;br /&gt;
&lt;br /&gt;
[[File: Census_urban_intersect.png|300px|center]]&lt;br /&gt;
&lt;br /&gt;
===Vector Clip===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following command clips (cuts out) intersection (operator &amp;lt;code&amp;gt;not&amp;lt;/code&amp;gt;) of the two polygon vectors:&lt;br /&gt;
 &lt;br /&gt;
 v.overlay ain=census_wake2000 bin=urbanarea out=urban_census2000_intersect operator=not&lt;br /&gt;
&lt;br /&gt;
[[File: Census_urban_clip.png|300px|center]]&lt;br /&gt;
&lt;br /&gt;
==Vector Analysis using the GUI==&lt;br /&gt;
&lt;br /&gt;
The above examples can be easily replicated using the &amp;lt;code&amp;gt;v.overlay&amp;lt;/code&amp;gt; GUI, available under ''Vector --&amp;gt; Overlay Vector Maps --&amp;gt; Overlay Vector Maps [v.overlay]''. The default tab allows you to select the two vector files (ainput and binput):&lt;br /&gt;
&lt;br /&gt;
[[File: Voverlay_gui.png|300px|center]]&lt;br /&gt;
&lt;br /&gt;
The second tab ('Options') allows you to specify the vector operator (or, and, not, etc.) as well as other options:&lt;br /&gt;
&lt;br /&gt;
[[File: Voverlay_gui2.png|300px|center]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Vector_spatial_analysis&amp;diff=19459</id>
		<title>GRASS 6 Tutorial/Vector spatial analysis</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_6_Tutorial/Vector_spatial_analysis&amp;diff=19459"/>
		<updated>2013-07-29T09:54:21Z</updated>

		<summary type="html">&lt;p&gt;⚠️Dmci: /* Vector Analysis using the GUI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Vector Spatial Analysis==&lt;br /&gt;
&lt;br /&gt;
The following examples demonstrate how basic vector data processing operations, such as overlay, union and clipping can be performed in GRASS 6.4. These operations are all performed using the GRASS module, [http://grass.osgeo.org/grass64/manuals/v.overlay.html &amp;lt;code&amp;gt;v.overlay&amp;lt;/code&amp;gt;], which can either be run using the GUI or from the command-line interface. The following examples are demonstrated using the CLI, using two vector datasets, namely: &amp;lt;code&amp;gt;urbanarea&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;census_wake2000&amp;lt;/code&amp;gt; from the North Carolina database. &lt;br /&gt;
&lt;br /&gt;
 d.mon start=x0&lt;br /&gt;
 g.region vect=census_wake2000 &lt;br /&gt;
 d.vect census_wake2000 col=blue&lt;br /&gt;
 d.vect urbanarea col=red type=boundary&lt;br /&gt;
&lt;br /&gt;
[[File:Census and urban.png|300px|center]]&lt;br /&gt;
&lt;br /&gt;
===Vector Union===&lt;br /&gt;
&lt;br /&gt;
The following command creates a union (operator &amp;lt;code&amp;gt;or&amp;lt;/code&amp;gt;) of the two polygon vectors:&lt;br /&gt;
 &lt;br /&gt;
 v.overlay ain=census_wake2000 bin=urbanarea out=urban_census2000 operator=or&lt;br /&gt;
&lt;br /&gt;
with urban_census2000 created as follows.&lt;br /&gt;
&lt;br /&gt;
[[File: Census_urban_union.png|300px|center]]&lt;br /&gt;
&lt;br /&gt;
===Vector Intersection===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following command creates an intersection (operator &amp;lt;code&amp;gt;and&amp;lt;/code&amp;gt;) of the two polygon vectors:&lt;br /&gt;
 &lt;br /&gt;
 v.overlay ain=census_wake2000 bin=urbanarea out=urban_census2000_intersect operator=and&lt;br /&gt;
&lt;br /&gt;
[[File: Census_urban_intersect.png|300px|center]]&lt;br /&gt;
&lt;br /&gt;
===Vector Clip===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following command clips (cuts out) intersection (operator &amp;lt;code&amp;gt;not&amp;lt;/code&amp;gt;) of the two polygon vectors:&lt;br /&gt;
 &lt;br /&gt;
 v.overlay ain=census_wake2000 bin=urbanarea out=urban_census2000_intersect operator=not&lt;br /&gt;
&lt;br /&gt;
[[File: Census_urban_clip.png|300px|center]]&lt;br /&gt;
&lt;br /&gt;
==Vector Analysis using the GUI==&lt;br /&gt;
&lt;br /&gt;
The above examples can be easily replicated using the &amp;lt;code&amp;gt;v.overlay&amp;lt;/code&amp;gt; GUI, avaialble under 'Vector --&amp;gt; Overlay Vector Maps --&amp;gt; Overlay Vector Maps [v.overlay]'&lt;br /&gt;
&lt;br /&gt;
[[File: Voverlay_gui.png|300px|center]]&lt;br /&gt;
&lt;br /&gt;
[[File: Voverlay_gui2.png|300px|center]]&lt;/div&gt;</summary>
		<author><name>⚠️Dmci</name></author>
	</entry>
</feed>