[GRASS-user] v.in.ascii error: bad type reading source file

Rich Shepard rshepard at appl-ecosys.com
Fri Oct 5 11:13:49 PDT 2012


   Running 6.5svn on Slackware and trying to import an ASCII text file with
lat/lon coordinates. Here are the first two lines of the file:

SC-100|41.42188333|-115.99418333
SC|42.30416667|-116.10600000

   When I run this command:

v.in.ascii -n
in='/home/rshepard/projects/nevada/queenstake/sites-data/biosites.csv'
out=biosites format=standard col='name varchar(10), y double precision, x
double precision' x=3 y=2 cat=0 --o

(all on one line, but wrapped in the MUA), I get this error:

ERROR: Error reading ASCII file: (bad type)
        [SC-100|41.42188333|-115.99418333]

   Where should I start looking for the source of this error?

Rich






More information about the grass-user mailing list