[GRASS-user] v.dissolve and SQLite

After:

# v.patch -e input="x75@cos90,x84@cos90,x85@cos90,x94@cos90,x95@cos90"
output="cos90_patch"

# v.clean input="cos90_patch@cos90" output="cos90_clean"
type="point,line,boundary,centroid,area" tool="break,snap,rmdupl,bpol"
thresh=0.01

# v.dissolve input=cos90_clean@cos90 output=cos90_diss column=LEG

...gives me this error:

DBMI-SQLite driver error:
Cannot step:
SQL logic error or missing database
ERROR: Unable to fetch data from table <cos90_clean>
ERROR: Unable to open vector map <cos90_diss_11516@cos90> on level 2.
Try to rebuild vector topology by v.build.
ERROR: Vector map <cos90_diss> not found in the current mapset

An similar error is documented.
http://trac.osgeo.org/grass/ticket/548

Any idea?
I'm going to try the same operations with a postgres connection.

Luís Ferreira

Hi,

2009/11/21 Luís Ferreira <lferreira75.1@gmail.com>:

An similar error is documented.
http://trac.osgeo.org/grass/ticket/548

Any idea?

right, the bug still waits to be be fixed. PostgreSQL backend should work.

Martin

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa

Yes, connecting to postgresql solved the problem.

Luís

On Sat, 2009-11-21 at 20:48 +0100, Martin Landa wrote:

Hi,

2009/11/21 Luís Ferreira <lferreira75.1@gmail.com>:
> An similar error is documented.
> http://trac.osgeo.org/grass/ticket/548
>
> Any idea?

right, the bug still waits to be be fixed. PostgreSQL backend should work.

Martin