I have the same problem in the command line (using fs=' ') and using the GUI without quoting
maybe i have a problem with libraries....?

R



Moritz Lennert ha scritto:
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 <mlenn...@club.worldonline.be <mailto:mlenn...@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!




_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to