<div dir="ltr"><div>Hi Rich,</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 22, 2023 at 1:06 PM Rich Shepard <<a href="mailto:rshepard@appl-ecosys.com" target="_blank">rshepard@appl-ecosys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I've added elevation and a feature name to the standard format v.in.ascii<br>
file. Grass reports an import error; the same error occurs without those two<br>
added columns. I'm not seeing the error, your fresh eyes will see it.<br>
<br>
Data file:<br>
B 5<br>
  45.654023|-122.980241|393|Shop<br>
  45.653931|-122.980315|393|Shop<br>
  45.653960|-122.979910|393|Shop<br>
  45.653856|-122.979831|393|Shop<br>
  45.654023|-122.980241|393|Shop<br>
<br>
Command:<br>
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<br></blockquote><div><br></div><div>you are mixing formats, either use 'standard' or 'point', see the v.in.ascii manual. Likely you need format=point.</div><div><br></div><div>Best,</div><div>Anna</div><div><br></div><div><br></div></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div style="color:rgb(34,34,34)">Anna Petrasova<br></div><div style="color:rgb(34,34,34)">Getting benefits from GRASS GIS? Check new ways to contribute back: <a href="https://opencollective.com/grass/contribute" target="_blank">https://opencollective.com/grass/contribute</a></div></div></div></div>