[GRASS-user] v.rast.stats error

Hi
When runs v.rast stats with foolowing command:

v.rast.stats -e vector=debs@LUBSKO layer=1 raster=depresions@LUBSKO colprefix=dep percentile=90

recive error:
ERROR:debs@LUBSKO_9432.0 is not in the current mapset (LUBSKO)
ERROR:An error occurred while converting vector to raster
G__open(r): mapset (LUBSKO) doesn't match xmapset (LUBSKO_9432.0)
ERROR:debs@LUBSKO_9432.0 is not in the current mapset (LUBSKO)

everything seems clear, but why postfix: _9432.0 after mapset name??

Jarek

Jarek Jasiewicz wrote:

Hi
When runs v.rast stats with foolowing command:

v.rast.stats -e vector=debs@LUBSKO layer=1 raster=depresions@LUBSKO colprefix=dep percentile=90

recive error:
ERROR:debs@LUBSKO_9432.0 is not in the current mapset (LUBSKO)
ERROR:An error occurred while converting vector to raster
G__open(r): mapset (LUBSKO) doesn't match xmapset (LUBSKO_9432.0)
ERROR:debs@LUBSKO_9432.0 is not in the current mapset (LUBSKO)

everything seems clear, but why postfix: _9432.0 after mapset name??

Jarek

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

sorry, everythink is clear, simply v.rast.stat ist script wihich creates temporary files and due to cannot be start from gui, only form command line, without mapset name (or script shall be improved)
sorry again for redundant question