DESCRIPTION

r.to.vect.tiled vectorizes the input raster map and produces several tiled vector maps covering the current region.

Vectorizing a large raster map with r.to.vect can require a lot of memory. In these cases, r.to.vect.tiled can reduce memory usage by vectorizing each tile separately.

The tiles are optionally patched together with the -p flag.

SEE ALSO

r.to.vect, g.region, v.patch, r.thin, v.clean

AUTHORS

Markus Metz

Last changed: $Date$