GRASS logo

Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.

Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.

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: Monday Jun 28 07:54:09 2021 in commit: 1cfc0af029a35a5d6c7dae5ca7204d0eb85dbc55


Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.

Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.

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

© 2003-2023 GRASS Development Team, GRASS GIS 7.8.9dev Reference Manual