On 08/04/08 18:04, Niels Thevs wrote:
Dear GRASS users,

I am using WINGRASS 6.3 (RC5) and tried the command v.rast.stats. But I encountered the error messages below, though the vector and raster are in the same mapset.

[EMAIL PROTECTED] is not in the current mapset (PERMANENT)

An error occurred while converting vector to raster
G__open(r): mapset (PERMANENT) doesn't match xmapset (PERMANENT_3280.0)
G__open(r): mapset (PERMANENT) doesn't match xmapset (PERMANENT_3280.0)

[EMAIL PROTECTED] is not in the current mapset (PERMANENT)

Does anybody know, how to overcome this problem ?

This was fixed by Hamish here http://trac.osgeo.org/grass/changeset/30136

but apparently it did not get backported.

A quick fix for you is to click on the command in the Output window, so that you can edit it at the bottom and change the

[EMAIL PROTECTED]

into

vector=split1

and then push 'Run'.

A more permanent fix is to download the current version of the script from here:

http://trac.osgeo.org/grass/browser/grass/trunk/scripts/v.rast.stats/v.rast.stats

and replace you $GISBASE/scripts/v.rast.stats

with the downloaded file.


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

Reply via email to