[GRASS-dev] v.rast.stats fails with column_prefix='t'

Nikos Alexandris nik at nikosalexandris.net
Thu Nov 19 10:28:31 PST 2015


The command

v.rast.stats map=SomeVector raster=SomeRaster column='t'

fails. Perhaps the line

<https://trac.osgeo.org/grass/browser/grass/trunk/scripts/v.rast.stats/v.rast.stats.py#L265>

was simply meant to be something like:

for colname in colnames:
    variable = colprefix + '_' + colname
    print colname

?, Nikos


More information about the grass-dev mailing list