[GRASS-user] Re: [GRASS-dev] getting from DBF to SQLite
Glynn Clements
glynn at gclements.plus.com
Mon Apr 9 18:15:32 EDT 2012
RichardC wrote:
> Is it is possible to set a single SQLite database for the entire GRASS GIS
> database or each mapset requires its own sqlite db file?
It is possible, but then you have to worry about name collisions. Some
vector commands will try to create a table with the same name as the
map, and fail if a table already exists with that name. The end result
is that vector map names will have to be unique across the entire
database rather than just unique within a mapset.
--
Glynn Clements <glynn at gclements.plus.com>
More information about the grass-user
mailing list