[GRASS-dev] Re: [GRASS-user] LiDAR LAS import

Hamish hamish_b at yahoo.com
Wed May 25 18:38:12 EDT 2011


MMetz:
> > I discovered a bug in v.in.ascii: from a point file with |
> > as field separator like
> > 
> > 1|2|3||5|6
> > 
> > only the first 3 columns will be imported because column 4
> > is empty which means that columns 5 and 6 are skipped.

Hamish:
> roughly/quickly:
>  echo "1|2|3||5|6" | v.in.ascii in=- out=gaptest
>  v.db.select gaptest
> 
> GRASS 6.4.0+42329    bug
> GRASS 6.5.svn45825M  no bug
> GRASS 7.0.svn45737M  no bug
> 
> I'll try with latest svn in the morning.

latest svn builds, all branches: no bug with v.in.ascii.
I did not test v.in.ogr for it yet.
?

> perhaps this was fixed by the v.in.ascii last-row-is-empty
> bugfix some months ago?

(ticket #198)


Hamish



More information about the grass-dev mailing list