Niels Thevs wrote:

> Now, I installed WINGRASS 63 RC6. The errors regarding v.rast.stats (see 
> below) do not occur anymore, but the command v.rast.stats did not come 
> to en end. I tried a very small vector layer wit 5 polygons, but still 
> v.rast.stats calculated more than an hour without any result.

If you add the --v switch when running v.rast.stats, it will display
some progress information which might help us to track down the
problem.

For even more information, change the top line of the v.rast.stats
script from:

        #!/bin/sh
to:
        #!/bin/sh -x

to cause it to print every command as it executes it.

-- 
Glynn Clements <[EMAIL PROTECTED]>
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to