Hi,
I seem to have a problem with grass which seems to be connected to this
topic:
I can use sqlite (v.connect and also operations with the sqlite.db work
fine) as well as r.in.gdal functions, v.db.execute and most other gras
functions.
But with all of these functions I get an error message saying "command not
found":
db.in.ogr
v.db.join
At the moment I am trying to join a .csv table to an existing vector
attribute table and don't get there.
do you know what's wrong?
Hi,
I seem to have a problem with grass which seems to be connected to this
topic:
I can use sqlite (v.connect and also operations with the sqlite.db work
fine) as well as r.in.gdal functions, v.db.execute and most other gras
functions.
But with all of these functions I get an error message saying "command not
found":
db.in.ogr
v.db.join
At the moment I am trying to join a .csv table to an existing vector
attribute table and don't get there.
do you know what's wrong?
You will have to tell us a bit more for us to be able to help you: which OS, which version of GRASS, how did you install it, etc.
I have linux ubuntu 7.1. I have to installations of Grass: a 6.3.0 csv
version and a binary version 6.2.3 from the ubuntu repositories (which all
the dependecies: gdal, geos, proj4).
The database drivers (dbf, sqlite, etc) are all working, so it doesn't seem
directly linked to that..