[GRASS-dev] [GRASS-trac] #19: Support for multiple 'percentile' arguments in r.univar

#19: Support for multiple 'percentile' arguments in r.univar
-------------------------+--------------------------------------------------
Reporter: epatton | Owner: grass-dev@lists.osgeo.org
     Type: enhancement | Status: new
Priority: minor | Milestone: 6.3.0
Component: default | Version: svn-trunk
Keywords: |
-------------------------+--------------------------------------------------
I'd like to submit a wish for having r.univar accept multiple percentile
arguments as a part of its extended statistics, eg:

r.univar -e map=rast percentile=16,33,50,66,83

Thanks,

~ Eric.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/19&gt;
GRASS-trac <http://grass.osgeo.org>
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/

#19: Support for multiple 'percentile' arguments in r.univar
--------------------------+-------------------------------------------------
  Reporter: epatton | Owner: grass-dev@lists.osgeo.org
      Type: enhancement | Status: new
  Priority: minor | Milestone: 6.4.0
Component: default | Version: svn-trunk
Resolution: | Keywords:
--------------------------+-------------------------------------------------
Changes (by martinl):

  * milestone: 6.3.0 => 6.4.0

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/19#comment:1&gt;
GRASS-trac <http://grass.osgeo.org>
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/

'Percentile' parameter can be now multiple (also for r3.univar).

http://trac.osgeo.org/grass/changeset/29848

E.g.

{{{
r.univar elevation.dem -e per=70,90
...
1st quartile: 1200
median (odd number of cells): 1316
3rd quartile: 1488
70th percentile: 1447
90th percentile: 1621
}}}

Martin

Very Cool, thanks, Martin! I'll have to check this out today.

~ Eric.