<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
   Running 6.5svn on Slackware and trying to import an ASCII text file with<br>
lat/lon coordinates. Here are the first two lines of the file:<br>
<br>
SC-100|41.42188333|-115.99418333<br>
SC|42.30416667|-116.10600000<br>
<br>
   When I run this command:<br>
<br>
v.in.ascii -n<br>
in='/home/rshepard/projects/nevada/queenstake/sites-data/biosites.csv'<br>
out=biosites format=standard col='name varchar(10), y double precision, x<br>
double precision' x=3 y=2 cat=0 --o<br>
<br>
<br></blockquote><div> </div><div><br>Rich, try to import in "point" format and without "-n" flag:<br><br>v.in.ascii in='/home/rshepard/projects/nevada/queenstake/sites-data/biosites.csv' out=biosites col='name varchar(10), y double precision, x double precision' x=3 y=2 cat=0 --o<br>
<br>-----------------------<br>Alexander<br> </div></div>