EnglishFrenchSpanish

OnWorks favicon

r3.univargrass - Online in the Cloud

Run r3.univargrass in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command r3.univargrass that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


r3.univar - Calculates univariate statistics from the non-null cells of a 3D raster map.
Statistics include number of cells counted, minimum and maximum cell values, range,
arithmetic mean, population variance, standard deviation, coefficient of variation, and
sum.

KEYWORDS


raster3d, statistics, univariate statistics

SYNOPSIS


r3.univar
r3.univar --help
r3.univar [-get] map=name [zones=name] [output=name] [percentile=float[,float,...]]
[separator=character] [--overwrite] [--help] [--verbose] [--quiet] [--ui]

Flags:
-g
Print the stats in shell script style

-e
Calculate extended statistics

-t
Table output format instead of standard output format

--overwrite
Allow output files to overwrite existing files

--help
Print usage summary

--verbose
Verbose module output

--quiet
Quiet module output

--ui
Force launching GUI dialog

Parameters:
map=name [required]
Name of 3D raster map

zones=name
3D Raster map used for zoning, must be of type CELL

output=name
Name for output file (if omitted or "-" output to stdout)

percentile=float[,float,...]
Percentile to calculate (requires extended statistics flag)
Options: 0-100
Default: 90

separator=character
Field separator
Special characters: pipe, comma, space, tab, newline
Default: pipe

DESCRIPTION


r3.univar calculates the univariate statistics for a 3D raster map. This includes the
number of cells counted, minimum and maximum cell values, range, arithmetic mean,
population variance, standard deviation, coefficient of variation, and sum. Statistics are
calculated separately for every category/zone found in the zones input map if given. If
the -e extended statistics flag is given the 1st quartile, median, 3rd quartile, and given
percentile are calculated. If the -g flag is given the results are presented in a format
suitable for use in a shell script. If the -t flag is given the results are presented in
tabular format with the given field separator. The table can immediately be converted to a
vector attribute table which can then be linked to a vector, e.g. the vector that was
rasterized to create the zones input raster.

NOTES


As with most GRASS raster3d modules, r3.univar operates on the voxel array defined by the
current 3d region settings, not the original extent and resolution of the input map. See
g.region.

This module can use large amounts of system memory when the -e extended statistics flag is
used with a very large region setting. If the region is too large the module should exit
gracefully with a memory allocation error. Basic statistics can be calculated using any
size input region.

EXAMPLE


Computing univariate statistics of a 3D raster with randomly generated values:
# generate random map
r3.mapcalc "random_0_1 = rand(0., 1)" -s
# compute univariate statistics
r3.univar map=random_0_1

TODO


mode, skewness, kurtosis

Use r3.univargrass online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Blackfriday
    Blackfriday
    Blackfriday is a Markdown processor
    implemented in Go. It is paranoid about
    its input (so you can safely feed it
    user-supplied data), it is fast, it
    supports c...
    Download Blackfriday
  • 2
    QNAP NAS GPL Source
    QNAP NAS GPL Source
    GPL source for QNAP Turbo NAS.
    Audience: Developers. User interface:
    Web-based. Programming Language: C,
    Java. Categories:System, Storage,
    Operating System Ker...
    Download QNAP NAS GPL Source
  • 3
    deep-clean
    deep-clean
    A Kotlin script that nukes all build
    caches from Gradle/Android projects.
    Useful when Gradle or the IDE let you
    down. The script has been tested on
    macOS, but ...
    Download deep-clean
  • 4
    Eclipse Checkstyle Plug-in
    Eclipse Checkstyle Plug-in
    The Eclipse Checkstyle plug-in
    integrates the Checkstyle Java code
    auditor into the Eclipse IDE. The
    plug-in provides real-time feedback to
    the user about viol...
    Download Eclipse Checkstyle Plug-in
  • 5
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 6
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • More »

Linux commands

Ad