GRASS logo

NAME

v.median - Return the barycenter of a cloud of point.

KEYWORDS

vector

SYNOPSIS

v.median
v.median --help
v.median input=name [output=string] [--help] [--verbose] [--quiet] [--ui]

Flags:

--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog

Parameters:

input=name [required]
Name of vector map to pack up
output=string
Name for output file ('-' for standard output)
Default: -

Table of contents

DESCRIPTION

v.median create the median point of a cloud of point.

EXAMPLE

Return the median point to the standard output
v.median input=random_point

12.588035|42.664944
Create a vector with the median point
v.median input=random_point output=median_random_point

AUTHORS

Luca Delucchi, Fondazione E. Mach (Italy)

SOURCE CODE

Available at: v.median source code (history)

Latest change: Thursday Feb 03 09:32:35 2022 in commit: f17c792f5de56c64ecfbe63ec315307872cf9d5c


Main index | Vector index | Topics index | Keywords index | Graphical index | Full index

© 2003-2024 GRASS Development Team, GRASS GIS 8.3.3dev Reference Manual