table of contents
- trixie 8.4.1-1
- testing 8.4.2-1
- unstable 8.5.0-1
- experimental 8.5.0~rc1-1~exp1
| r3.retile(1grass) | GRASS User's Manual | r3.retile(1grass) |
NAME¶
r3.retile - Retiles an existing 3D raster map with user defined x, y and z tile size.
KEYWORDS¶
raster3d, tiling, voxel
SYNOPSIS¶
r3.retile
r3.retile --help
r3.retile [-c] input=name
output=name [tiledimension=XxYxZ]
[--overwrite] [--help] [--verbose] [--quiet]
[--ui]
Flags:¶
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¶
r3.retile 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, r.tile
AUTHOR¶
Sören Gebbert
SOURCE CODE¶
Available at: r3.retile source code (history)
Latest change: Friday Feb 07 19:16:09 2025 in commit: a82a39f673b97fafcfce1604dc3e6015cb96487a
Main index | 3D raster index | Topics index | Keywords index | Graphical index | Full index
© 2003-2026 GRASS Development Team, GRASS 8.5.0 Reference Manual
| GRASS 8.5.0 |