 
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: -
 
v.median create the median point of a cloud of point.
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
Luca Delucchi, Fondazione E. Mach (Italy)
SOURCE CODE
  Available at:
  v.median source code
  (history)
  Latest change: Thursday Feb 20 13:02:26 2025 in commit: 53de8196a10ba5a8a9121898ce87861d227137e3
Main index |
Vector index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2025
GRASS Development Team,
GRASS GIS 8.4.2dev Reference Manual