[GRASS-dev] [GRASS GIS] #2596: v.rast.stats not working on GRASS 6.4.4

#2596: v.rast.stats not working on GRASS 6.4.4
---------------------------+------------------------------------------------
Reporter: micha | Owner: grass-dev@…
     Type: defect | Status: new
Priority: major | Milestone:
Component: Shell Scripts | Version: 6.4.4
Keywords: | Platform: Linux
      Cpu: Unspecified |
---------------------------+------------------------------------------------
Using v.rast.stats in GRASS 6.4.4 I am finding two problems.

The new script uses 'BEGIN TRANSACTION', but if the backend database is
still dbf, transactions are not supported, and the process fails.

If I switch to sqlite tables, the process runs, but I am getting NULL
values in all the univariate stats columns.

I tried to replace the v.rast.stats shell script with the script from the
older 6.4.2 tarball, and it works fine.

Regards,
Micha

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2596&gt;
GRASS GIS <http://grass.osgeo.org>

#2596: v.rast.stats not working on GRASS 6.4.4
----------------------------+-----------------------------------------------
  Reporter: micha | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: major | Milestone: 6.4.5
Component: Shell Scripts | Version: 6.4.4
Resolution: duplicate | Keywords: v.rast.stats
  Platform: Linux | Cpu: Unspecified
----------------------------+-----------------------------------------------
Changes (by neteler):

  * keywords: => v.rast.stats
  * status: new => closed
  * resolution: => duplicate
  * milestone: => 6.4.5

Comment:

This is a duplicate of #2457 which I hopefully solved.

You may try the updated script from here:
https://svn.osgeo.org/grass/grass/branches/releasebranch_6_4/scripts/v.rast.stats/v.rast.stats

It will be part of the upcoming GRASS GIS 6.4.5.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2596#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>