EnglishFrenchSpanish

OnWorks favicon

v.kernelgrass - Online in the Cloud

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

This is the command v.kernelgrass 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


v.kernel - Generates a raster density map from vector points map.
Density is computed using a moving kernel. Optionally generates a vector density map on a
vector network.

KEYWORDS


vector, kernel density, point density, heatmap, hotspot

SYNOPSIS


v.kernel
v.kernel --help
v.kernel [-oqnm] input=name [net=name] output=name radius=float [dsize=float]
[segmax=float] [distmax=float] [multiplier=float] [node=string] [kernel=string]
[--help] [--verbose] [--quiet] [--ui]

Flags:
-o
Try to calculate an optimal radius with given ’radius’ taken as maximum (experimental)

-q
Only calculate optimal radius and exit (no map is written)

-n
In network mode, normalize values by sum of density multiplied by length of each
segment. Integral over the output map then gives 1.0 * mult

-m
In network mode, multiply the result by number of input points

--help
Print usage summary

--verbose
Verbose module output

--quiet
Quiet module output

--ui
Force launching GUI dialog

Parameters:
input=name [required]
Name of input vector map with training points

net=name
Name of input network vector map

output=name [required]
Name for output raster/vector map
Outputs vector map if network map is given, otherwise raster map

radius=float [required]
Kernel radius in map units

dsize=float
Discretization error in map units
Default: 0.

segmax=float
Maximum length of segment on network
Default: 100.

distmax=float
Maximum distance from point to network
Default: 100.

multiplier=float
Multiply the density result by this number
Default: 1.

node=string
Node method
Options: none, split
Default: none
none: No method applied at nodes with more than 2 arcs
split: Equal split (Okabe 2009) applied at nodes

kernel=string
Kernel function
Options: uniform, triangular, epanechnikov, quartic, triweight, gaussian, cosine
Default: gaussian

DESCRIPTION


v.kernel generates a raster density map from vector points data using a moving kernel.
Available kernel density functions are uniform, triangular, epanechnikov, quartic,
triweight, gaussian, cosine, default is gaussian.

The module can also generate a vector density map on a vector network. Conventional
kernel functions produce biased estimates by overestimating the densities around network
nodes, whereas the equal split method of Okabe et al. (2009) produces unbiased density
estimates. The equal split method uses the kernel function selected with the kernel option
and can be enabled with node=split.

NOTES


The multiplier option is needed to overcome the limitation that the resulting density in
case of a vector map output is stored as category (integer). The density result stored as
category may be multiplied by this number.

For the gaussian kernel, standard deviation for the gaussian function is set to 1/4 of the
radius.

With the -o flag (experimental) the command tries to calculate an optimal radius. The
value of radius is taken as maximum value. The radius is calculated based on the gaussian
function, using ALL points, not just those in the current region.

LIMITATIONS


The module only considers the presence of points, but not (yet) any attribute values.

REFERENCES


· Okabe, A., Satoh, T., Sugihara, K. (2009). A kernel density estimation method for
networks, its computational method and a GIS-based tool. International Journal of
Geographical Information Science, Vol 23(1), pp. 7-32.
DOI: 10.1080/13658810802475491

Use v.kernelgrass online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    formkiq-core
    formkiq-core
    FormKiQ Core is an Open Source Document
    Management System (DMS), available to
    run as a headless software or with a
    web-based client, deployed to your
    Amazon We...
    Download formkiq-core
  • 2
    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
  • 3
    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
  • 4
    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
  • 5
    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
  • 6
    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
  • More »

Linux commands

Ad