[GRASS-dev] tgrass: PERMANENT/tgis/sqlite.db do not exists

Hi,

when calling t.list from user mapset:

$ g.mapset -p
pisek_tabor

$ t.list
WARNING: Temporal database connection defined as:
/work/geodata/grassdata/zddp-landsat/PERMANENT/tgis/sqlite.db
But database file does not exist.
WARNING: Temporal database connection defined as:
/work/geodata/grassdata/zddp-landsat/PERMANENT/tgis/sqlite.db
But database file does not exist.
----------------------------------------------
WARNING: Temporal database connection defined as:
/work/geodata/grassdata/zddp-landsat/PERMANENT/tgis/sqlite.db
But database file does not exist.
Space time raster datasets with absolute time available in mapset <pisek_tabor>:
pt@pisek_tabor
WARNING: Temporal database connection defined as:
/work/geodata/grassdata/zddp-landsat/PERMANENT/tgis/sqlite.db
But database file does not exist.

Why t.list checks also TGIS in PERMANENT in this case? Thanks, Ma

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa

t.list checks all mapsets in the mapset search path set with g.mapsets. Since PERMANENT is always in the search path it will always be checked. However, i think the check is too noisy and should be changed, but i have no better concept for now.

Ciao
Sören

···

2016-11-30 13:45 GMT+01:00 Martin Landa <landa.martin@gmail.com>:

Hi,

when calling t.list from user mapset:

$ g.mapset -p
pisek_tabor

$ t.list
WARNING: Temporal database connection defined as:
/work/geodata/grassdata/zddp-landsat/PERMANENT/tgis/sqlite.db
But database file does not exist.
WARNING: Temporal database connection defined as:
/work/geodata/grassdata/zddp-landsat/PERMANENT/tgis/sqlite.db
But database file does not exist.

WARNING: Temporal database connection defined as:
/work/geodata/grassdata/zddp-landsat/PERMANENT/tgis/sqlite.db
But database file does not exist.
Space time raster datasets with absolute time available in mapset <pisek_tabor>:
pt@pisek_tabor
WARNING: Temporal database connection defined as:
/work/geodata/grassdata/zddp-landsat/PERMANENT/tgis/sqlite.db
But database file does not exist.

Why t.list checks also TGIS in PERMANENT in this case? Thanks, Ma


Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa


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

Hi,

2016-11-30 14:03 GMT+01:00 Sören Gebbert <soerengebbert@googlemail.com>:

t.list checks all mapsets in the mapset search path set with g.mapsets.
Since PERMANENT is always in the search path it will always be checked.
However, i think the check is too noisy and should be changed, but i have no
better concept for now.

yes, it's too noisy. I would even say that this warning could be
turned to debug message. Martin

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa