Changes between Initial Version and Version 1 of Ticket #2594
- Timestamp:
- 02/22/15 23:02:43 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2594 – Description
initial v1 3 3 Example of output with -g and -t options: 4 4 5 {{{ 5 6 r.univar -g -t map=cahpa_i0apr_05216_nc_remapped_nc_1@prcp05216ijk zones=BMR_bndry_epsg4326_rasterized@prcp05216ijk 6 7 zone|label|non_null_cells|null_cells|min|max|range|mean|mean_of_abs|stddev|variance|coeff_var|sum|sum_abs … … 11 12 5|Category 5|3|0|3.81464305974077e-05|6.24195599812083e-05|2.42731293838006e-05|4.99398726484893e-05|4.99398726484893e-05|9.92133734132678e-06|9.8432934640405e-11|19.8665651615892|0.000149819617945468|0.000149819617945468 12 13 6|Category 6|2|0|1.89598704309901e-05|7.74326545069925e-05|5.84727840760024e-05|4.81962624689913e-05|4.81962624689913e-05|2.92363920380012e-05|8.54766619399701e-10|60.6611188093919|9.63925249379827e-05|9.63925249379827e-05 13 14 }}} 14 15 15 16 Example without -t and -g options: 16 17 18 {{{ 17 19 r.univar map=cahpa_i0apr_05216_nc_remapped_nc_1@prcp05216ijk zones=BMR_bndry_epsg4326_rasterized@prcp05216ijk 18 20 zone 1 Category 1 … … 106 108 variation coefficient: 60.6611 % 107 109 sum: 9.63925249379827e-05 110 }}} 108 111 109 GRASS version: 7.0.0svn 112 {{{ 113 GRASS version: 114 7.0.0svn 110 115 GRASS SVN Revision: 64042 111 116 Build Date: 2015-01-10 … … 117 122 Python: 2.7.3 118 123 wxPython: 2.8.12.1 119 Platform: Linux-3.2.0-31-generic-pae-i686-with-LinuxMint-13-maya 124 Platform: Linux-3.2.0-31-generic-pae-i686-with-LinuxMint-13-maya 125 }}}