EnglishFrenchSpanish

OnWorks favicon

r3.neighborsgrass - Online in the Cloud

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

This is the command r3.neighborsgrass 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.neighbors - Makes each voxel value a function of the values assigned to the voxels
around it, and stores new voxel values in an output 3D raster map

KEYWORDS


raster3d, algebra, voxel, statistics, aggregation, neighbor, focal statistics, filter

SYNOPSIS


r3.neighbors
r3.neighbors --help
r3.neighbors input=name output=name method=string [quantile=float] window=x,y,z
[--overwrite] [--help] [--verbose] [--quiet] [--ui]

Flags:
--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:
input=name [required]
Name of input 3D raster map

output=name [required]
Name for output 3D raster map

method=string [required]
Aggregate operation
Options: average, median, mode, minimum, maximum, range, stddev, sum, count, variance,
diversity, interspersion, quart1, quart3, perc90, quantile

quantile=float
Quantile to calculate for method=quantile
Options: 0.0-1.0

window=x,y,z [required]
The size of the window in x, y and z direction, values must be odd integer numbers,
eg: 3,3,3

DESCRIPTION


r3.neighbors looks at each voxel in a 3D raster input map layer, and examines the values
assigned to the voxel in a user-defined "neighborhood" around it. It outputs a new 3D
raster map in which each voxel is assigned a value that is a (user-specified) function of
the values in that voxel’s neighborhood. For example, each voxel in the output map might
be assigned a value equal to the average of the values appearing in its 3 x 3 x 3 voxel
"neighborhood" in the input map layer.

OPTIONS
The user must specify the names of the 3D raster map layers to be used for input and
output, the method used to analyze neighborhood values (i.e., the neighborhood function or
operation to be performed), and the moving window of the neighborhood.

Neighborhood Operation Methods: The neighborhood operators determine what new value a
center voxel in a neighborhood will have after examining values inside its neighboring
voxels. Each voxel in a 3D raster map layer becomes the center voxel of a neighborhood as
the neighborhood window moves from voxel to voxel throughout the map layer. r3.neighbors
can perform the following operations:

average
The average value within the neighborhood.

median
The value found half-way through a list of the neighborhood’s values, when these are
ranged in numerical order.

mode
The most frequently occurring value in the neighborhood.

minimum
The minimum value within the neighborhood.

maximum
The maximum value within the neighborhood.

range
The range value within the neighborhood.

stddev
The statistical standard deviation of values within the neighborhood.

sum
The sum of values within the neighborhood.

variance
The statistical variance of values within the neighborhood.

diversity
The number of different values within the neighborhood.

interspersion
The percentage of voxels containing values which differ from the values assigned to
the center voxel in the neighborhood, plus 1.

Neighborhood Size: The neighborhood moving window specifies which voxel surrounding any
given voxel fall into the neighborhood for that voxel. The window must be three comma
separated odd integers. The dimension order is: x,y,z. For example: the parameter
window=3,3,3 specifies a moving window (a cube) with 27 voxel.

NOTES


The r3.neighbors program works in the current geographic region. It is recommended, but
not required, that the 3D resolution of the geographic region be the same as that of the
3D raster map layer.

r3.neighbors doesn’t propagate NULLs, but computes the aggregation over the non-NULL
voxels in the neighborhood.

Use r3.neighborsgrass online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Clementine
    Clementine
    Clementine is a multi-platform music
    player and library organizer inspired by
    Amarok 1.4. It has a fast and
    easy-to-use interface, and allows you to
    search and ...
    Download Clementine
  • 2
    XISMuS
    XISMuS
    ATTENTION: Cumulative update 2.4.3 has
    been released!! The update works for any
    previous 2.x.x version. If upgrading
    from version v1.x.x, please download and
    i...
    Download XISMuS
  • 3
    facetracknoir
    facetracknoir
    Modular headtracking program that
    supports multiple face-trackers, filters
    and game-protocols. Among the trackers
    are the SM FaceAPI, AIC Inertial Head
    Tracker ...
    Download facetracknoir
  • 4
    PHP QR Code
    PHP QR Code
    PHP QR Code is open source (LGPL)
    library for generating QR Code,
    2-dimensional barcode. Based on
    libqrencode C library, provides API for
    creating QR Code barc...
    Download PHP QR Code
  • 5
    Freeciv
    Freeciv
    Freeciv is a free turn-based
    multiplayer strategy game, in which each
    player becomes the leader of a
    civilization, fighting to obtain the
    ultimate goal: to bec...
    Download Freeciv
  • 6
    Cuckoo Sandbox
    Cuckoo Sandbox
    Cuckoo Sandbox uses components to
    monitor the behavior of malware in a
    Sandbox environment; isolated from the
    rest of the system. It offers automated
    analysis o...
    Download Cuckoo Sandbox
  • More »

Linux commands

Ad