test_v_rast_stats stdout

Preprocessing input data...
Processing input data (2 categories)...
0..3..6..10..13..16..20..23..26..30..33..36..40..43..46..50..53..56..60..63..66..70..73..76..80..83..86..90..93..96..100
Updating the database ...



Description:
 Calculates univariate statistics from a raster map based on a vector map and uploads statistics to new attribute columns.

Keywords:
 vector, statistics, raster, univariate statistics, zonal statistics

Usage:
 v.rast.stats [-c] map=name [layer=string] raster=name
   column_prefix=string [method=string[,string,...]] [percentile=value]
   [--help] [--verbose] [--quiet] [--ui]

Flags:
  -c   Continue if upload column(s) already exist
 --h   Print usage summary
 --v   Verbose module output
 --q   Quiet module output
 --ui  Force launching GUI dialog

Parameters:
            map   Name of vector map
                   Or data source for direct OGR access
          layer   Layer number or name
                   Vector features can have category values in different layers. This number determines which layer to use. When used with direct OGR access this is the layer name.
                  default: 1
         raster   Name of input raster map to calculate statistics from
  column_prefix   Column prefix for new attribute columns
         method   The methods to use
                  options: number,minimum,maximum,range,average,stddev,
                           variance,coeff_var,sum,first_quartile,median,
                           third_quartile,percentile
                  default: number,minimum,maximum,range,average,stddev,variance,coeff_var,sum,first_quartile,median,third_quartile,percentile
     percentile   Percentile to calculate
                  options: 0-100
                  default: 90

ERROR: Required parameter <map> not set:
	(Name of vector map)



Description:
 Calculates univariate statistics from a raster map based on a vector map and uploads statistics to new attribute columns.

Keywords:
 vector, statistics, raster, univariate statistics, zonal statistics

Usage:
 v.rast.stats [-c] map=name [layer=string] raster=name
   column_prefix=string [method=string[,string,...]] [percentile=value]
   [--help] [--verbose] [--quiet] [--ui]

Flags:
  -c   Continue if upload column(s) already exist
 --h   Print usage summary
 --v   Verbose module output
 --q   Quiet module output
 --ui  Force launching GUI dialog

Parameters:
            map   Name of vector map
                   Or data source for direct OGR access
          layer   Layer number or name
                   Vector features can have category values in different layers. This number determines which layer to use. When used with direct OGR access this is the layer name.
                  default: 1
         raster   Name of input raster map to calculate statistics from
  column_prefix   Column prefix for new attribute columns
         method   The methods to use
                  options: number,minimum,maximum,range,average,stddev,
                           variance,coeff_var,sum,first_quartile,median,
                           third_quartile,percentile
                  default: number,minimum,maximum,range,average,stddev,variance,coeff_var,sum,first_quartile,median,third_quartile,percentile
     percentile   Percentile to calculate
                  options: 0-100
                  default: 90

ERROR: Required parameter <raster> not set:
	(Name of input raster map to calculate statistics from)



Description:
 Calculates univariate statistics from a raster map based on a vector map and uploads statistics to new attribute columns.

Keywords:
 vector, statistics, raster, univariate statistics, zonal statistics

Usage:
 v.rast.stats [-c] map=name [layer=string] raster=name
   column_prefix=string [method=string[,string,...]] [percentile=value]
   [--help] [--verbose] [--quiet] [--ui]

Flags:
  -c   Continue if upload column(s) already exist
 --h   Print usage summary
 --v   Verbose module output
 --q   Quiet module output
 --ui  Force launching GUI dialog

Parameters:
            map   Name of vector map
                   Or data source for direct OGR access
          layer   Layer number or name
                   Vector features can have category values in different layers. This number determines which layer to use. When used with direct OGR access this is the layer name.
                  default: 1
         raster   Name of input raster map to calculate statistics from
  column_prefix   Column prefix for new attribute columns
         method   The methods to use
                  options: number,minimum,maximum,range,average,stddev,
                           variance,coeff_var,sum,first_quartile,median,
                           third_quartile,percentile
                  default: number,minimum,maximum,range,average,stddev,variance,coeff_var,sum,first_quartile,median,third_quartile,percentile
     percentile   Percentile to calculate
                  options: 0-100
                  default: 90

ERROR: Required parameter <column_prefix> not set:
	(Column prefix for new attribute columns)