$ 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
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.
$ 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
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