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.area.weigh - Rasterize vector areas using weights

KEYWORDS

vector, interpolation, raster

SYNOPSIS

v.area.weigh
v.area.weigh --help
v.area.weigh vector=name [layer=string] [column=name] weight=name output=name [--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:

vector=name [required]
Name of input vector map
Or data source for direct OGR access
layer=string
Layer number or name
Vector features can have category values in different layers. This number determines which layer to use. When used with direct OGR access this is the layer name.
Default: 1
column=name
Name of attribute column to use as area values (must be numeric)
weight=name [required]
Name of input raster with weights per cell
output=name [required]
Name for output raster map

Table of contents

DESCRIPTION

v.area.weigh rasterizes vector areas using known cell weights. In the output raster, the sum off all cells falling into a given area is identical to the area attribute value used to rasterize the area.

v.area.weigh can add spatial detail to larger areas, if more detailed information is available from other sources. For example, population counts are typically available for administrative areas such as provinces, counties or countries. At the same time, the location of urban areas might be known and can be used to refine spatial detail using v.area.weigh.

SEE ALSO

v.surf.mass addon, r.area.createweight addon, v.to.rast, r.stats.zonal

AUTHOR

Markus Metz

SOURCE CODE

Available at: v.area.weigh source code (history)

Latest change: Monday Dec 20 14:22:08 2021 in commit: 0610f6a25c9645edd75269fda7e27264e70713ac


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