test_v_rast_stats stdout

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 ...


WARNING: No areas selected from vector map <test_line>
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 ...


WARNING: No areas selected from vector map <test_line>
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 ...


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

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

Flags:
  -c   Continue if upload column(s) already exist
  -d   Create densified lines (default: thin lines)

Parameters:
            map   Name of vector map
          layer   Layer number or name
                  default: 1
          where   WHERE conditions of SQL statement without 'where' keyword
         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,null_cells,minimum,maximum,range,average,
                           stddev,variance,coeff_var,sum,first_quartile,
                           median,third_quartile,percentile
                  default: number,null_cells,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)


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

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

Flags:
  -c   Continue if upload column(s) already exist
  -d   Create densified lines (default: thin lines)

Parameters:
            map   Name of vector map
          layer   Layer number or name
                  default: 1
          where   WHERE conditions of SQL statement without 'where' keyword
         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,null_cells,minimum,maximum,range,average,
                           stddev,variance,coeff_var,sum,first_quartile,
                           median,third_quartile,percentile
                  default: number,null_cells,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)


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

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

Flags:
  -c   Continue if upload column(s) already exist
  -d   Create densified lines (default: thin lines)

Parameters:
            map   Name of vector map
          layer   Layer number or name
                  default: 1
          where   WHERE conditions of SQL statement without 'where' keyword
         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,null_cells,minimum,maximum,range,average,
                           stddev,variance,coeff_var,sum,first_quartile,
                           median,third_quartile,percentile
                  default: number,null_cells,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)