GRASS logo

NAME

r3.retile - Retiles an existing RASTER3D map with user defined x, y and z tile size

KEYWORDS

raster3d, retile, voxel

SYNOPSIS

r3.retile
r3.retile help
r3.retile [-c] input=name output=name [tiledimension=XxYxZ] [--overwrite] [--verbose] [--quiet]

Flags:

-c
Disable tile caching
--overwrite
Allow output files to overwrite existing files
--verbose
Verbose module output
--quiet
Quiet module output

Parameters:

input=name [required]
Name of input 3D raster map
output=name [required]
Name of the retiled 3D raster map
tiledimension=XxYxZ
The dimensions of the tiles used in the output raster3d map (XxYxZ or default: 16x16x8)
Default: default

DESCRIPTION

Writes a copy of an existing 3D raster map with a user defined number of tiles in x, y and z direction. The precision and the type of the original 3D raster map are used for the new retiled 3D raster map.

SEE ALSO

r3.cross.rast, r3.out.ascii, g.region

AUTHOR

Sören Gebbert

Last changed: $Date: 2012-03-17 03:57:36 -0700 (Sat, 17 Mar 2012) $


Main index - Raster3D index - Full index

© 2003-2012 GRASS Development Team