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 <code>v.overlay</code>] For the purposes of these examples, the two datasets that we will use are <code>urbanarea</code> and <code>census_wake2000</code>. All examples are created using the vector datasets in the North Carolina database.
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 <code>v.overlay</code>] For the purposes of these examples, the two datasets that we will use are <code>urbanarea</code> and <code>census_wake2000</code>. All examples are created using the vector datasets in the North Carolina database. [[File:Census and urban.png|thumb|alt=Both vector files in window.|Zoom of input datasets]]
d.mon start=x0
d.mon start=x0
Line 8:
Line 8:
d.vect urbanarea col=red type=boundary
d.vect urbanarea col=red type=boundary
[[File:Census and urban.png|thumb|alt=Both vector files in window.|Zoom of input datasets]]
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, v.overlay For the purposes of these examples, the two datasets that we will use are urbanarea and census_wake2000. All examples are created using the vector datasets in the North Carolina database.