[GRASS-dev] Problem v.in.ascii (GRASS6.4.0RC4)
Moritz Lennert
mlennert at club.worldonline.be
Tue May 5 11:58:36 EDT 2009
On 05/05/09 17:45, roberto marzocchi wrote:
> in attached the input file
>
> in grass6.3.0 the command run, the problem is only with the last grass
> version
Have you tried quoting the fs, i.e.:
v.in.ascii -z input=fle_input output=name_output format=point fs=' '
skip=0 x=1 y=2 z=3 cat=0 --overwrite
Running it without quoting, I get:
ERROR: y column number > minimum last column number
(incorrect field separator?)
With quoting it works (in the grass6 development branch).
How are you running this command ? On the command line ? In the GUI ?
Moritz
>
> R
>
>
>
>
>
>
> 2009/5/5 Moritz Lennert <mlennert at club.worldonline.be
> <mailto:mlennert at club.worldonline.be>>
>
> On 05/05/09 14:07, roberto marzocchi wrote:
>
> v.in.ascii -z input=fle_input output=name_output format=point
> fs= skip=0 x=1 y=2 z=3 cat=0 --overwrite --quiet
>
> Output:
> ******************************************************
> Segmentation fault
> dbmi: Protocol error
> ******************************************************
>
> Grass import correctly the points, but don't create the
> associated table. anyone know the reason?
>
>
> Is there any attribute data contained in the input file ? It would
> help if you sent us at least the first few lines of the data.
>
> Also fs= seems weird. What is the field separator in the file ?
>
> Moritz
>
>
>
>
>
>
> Please consider the environment before printing this mail note!
>
More information about the grass-dev
mailing list