[GRASS-user] v.in.ascii data error

Anna Petrášová kratochanna at gmail.com
Mon May 22 11:16:12 PDT 2023


Hi Rich,

On Mon, May 22, 2023 at 1:06 PM Rich Shepard <rshepard at appl-ecosys.com>
wrote:

> I've added elevation and a feature name to the standard format v.in.ascii
> file. Grass reports an import error; the same error occurs without those
> two
> added columns. I'm not seeing the error, your fresh eyes will see it.
>
> Data file:
> B 5
>   45.654023|-122.980241|393|Shop
>   45.653931|-122.980315|393|Shop
>   45.653960|-122.979910|393|Shop
>   45.653856|-122.979831|393|Shop
>   45.654023|-122.980241|393|Shop
>
> Command:
> v.in.ascii -z in=$HOME/projects/oregon/northside-rock/data/shop.txt
> out=maintenance_bldg format=standard sep=pipe cat=0 x=1 y=2 z=3 columns='x
> double precision, y double precision, z integer, label char(4)' --o
>

you are mixing formats, either use 'standard' or 'point', see the
v.in.ascii manual. Likely you need format=point.

Best,
Anna


-- 
Anna Petrasova
Getting benefits from GRASS GIS? Check new ways to contribute back:
https://opencollective.com/grass/contribute
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20230522/155ea622/attachment.htm>


More information about the grass-user mailing list