<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2614.3500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Dear Markus</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks for the tips and explaination. It works now 
after</FONT></DIV>
<DIV><FONT face=Arial size=2>I insert the -r option in the 
v.transform.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Firuz</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>On Fri, Feb 28, 2003 at 03:42:09PM +0800, Dr. 
Mohamad Firuz Ramli wrote:<BR>&gt; Dear list<BR>&gt; <BR>&gt; Thanks&nbsp; to 
Sandro for helping me in my first problems<BR>&gt; with dxf data.<BR>&gt; 
<BR>&gt; I have another problems.<BR>&gt; <BR>&gt; I try to import unrectified 
dxf layer. I manage to do it.<BR>&gt; However when I did the transformation 
using v. transform,<BR>&gt; it shows the transformation process with the 
residual value.<BR>&gt; But when I tried to display the rectified dxf. It did 
not show anything.<BR>&gt; <BR>&gt; I followed the procedure in Neteler and 
Mitasova's book but I encounter<BR>&gt; a problem such as above.<BR>&gt; 
<BR>&gt; This is the procedure that I did.<BR>&gt; <BR>&gt; v.in.dxf -a 
dxf=vmap.dxf prefix=vmap&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --to import dxf data into 
ascii<BR>&gt; <BR>&gt; I want to import road layer inside vmap <BR>&gt; 
<BR>&gt;&nbsp; v.in.ascii in=vmap.road out=vmap_roadxy<BR>&gt; v.support 
vmap_roadxy<BR>&gt; g.region -p vect=vmap_roadxy<BR>&gt; d.erase<BR>&gt; d.vect 
vmap_roadxy<BR>&gt; <BR>&gt; <BR>&gt; I managed to display the vmap_roadxy layer 
on the screen and identify four gcpoints<BR>&gt; in x and y coordinates and its 
location on the map for the real coordinates and<BR>&gt; save in in ASCII table 
point as roadgcp<BR><BR>Hi,<BR>Up to now the map name is "vmap_roadxy", 
right?<BR><BR>&gt; After that<BR>&gt; <BR>&gt; v.transform in=vmap_road 
out=vmap_roadtrans point=roadgcp&nbsp;&nbsp;&nbsp; (as in Neteler and Mitasova 
book)<BR>&gt; <BR>&gt; ERROR:Could not find input vector vmap_road<BR><BR>Yes, 
because the name was wrong.<BR>v.transform reads binary vectors 
only:<BR>"&nbsp;&nbsp; v.transform - Transforms an binary vector map layer from 
one<BR>&nbsp;&nbsp; coordinate system into another coordinate 
system."<BR><BR>i.e. the result of v.in.ascii.<BR><BR>&gt; After that I change 
the input to the one that I convert to binary file<BR>&gt; <BR>&gt; v.transform 
in=vmap_roadxy out=vmap_roadtrans point=roadgcp&nbsp;&nbsp; <BR><BR>Looks 
better...<BR>&nbsp;<BR>&gt; The map is transformed with the residual 
value<BR>&gt; Transformation is complete<BR>&gt; <BR>&gt; v.support 
vmap_roadtrans<BR><BR>Here it may help to use<BR>v.support -r 
vmap_roadtrans<BR><BR>[should we make "-r" a default?]<BR><BR>&gt; g.region -p 
vect=vmap_roadtrans<BR><BR>Now hopefully shows the correct boundary 
coordinates.<BR><BR>Markus Neteler<BR></DIV></FONT></BODY></HTML>