DESCRIPTION
v.transform transforms a vector map layer from one coordinate system
into another coordinate system.
EXAMPLE
Most DXF/DWG drawings are done within XY coordinates. To transform
them to a national grid, we can use 'v.transform' with a 4 point
transformation
v.transform -t in=watertowerXY out=watertowerUTM points=
wt.points zscale=0.04 zshift=1320
SEE ALSO
GRASS 5.7 tutorial pages
AUTHOR
Radim Blazek, ITC-Irst, Trento, Italy
Last changed: $Date: 2004/03/18 09:30:49 $