1r3.out.bin(1)               GRASS GIS User's Manual              r3.out.bin(1)
2
3
4

NAME

6       r3.out.bin  - Exports a GRASS 3D raster map to a binary array.
7

KEYWORDS

9       raster3d, export, voxel
10

SYNOPSIS

12       r3.out.bin
13       r3.out.bin --help
14       r3.out.bin  [-rdi]  input=name output=name  [null=float]  bytes=integer
15       [order=string]    [--overwrite]    [--help]    [--verbose]    [--quiet]
16       [--ui]
17
18   Flags:
19       -r
20           Switch the row order in output from north->south to south->north
21
22       -d
23           Switch the depth order in output from bottom->top to top->bottom
24
25       -i
26           Write data as integer
27
28       --overwrite
29           Allow output files to overwrite existing files
30
31       --help
32           Print usage summary
33
34       --verbose
35           Verbose module output
36
37       --quiet
38           Quiet module output
39
40       --ui
41           Force launching GUI dialog
42
43   Parameters:
44       input=name [required]
45           Name of input 3D raster map
46
47       output=name [required]
48           Name for output file
49
50       null=float
51           Value to write out for null
52           Default: 0
53
54       bytes=integer [required]
55           Number of bytes per cell in binary file
56           Options: 1, 2, 4, 8
57
58       order=string
59           Output byte order
60           Options: big, little, native, swap
61           Default: native
62

DESCRIPTION

64       The  r3.out.bin program exports a GRASS 3D raster map to a binary array
65       file. Optionally, output can be send to standard  output  (stdout)  for
66       direct input (pipe) into other applications. Data is exported according
67       to the original GRASS 3D raster type (float, double).
68

NOTES

70       The write order of the rows  (north->south  to  south->north)  and  the
71       write order of the depths (bottom->top to top->bottom) can be switched.
72
73       The  region  parameters  are printed to stderr when setting the verbose
74       flag.  Export of little and big endian byte order is supported.
75
76       Have a look at r3.out.ascii manual page  that  describes  the  internal
77       layout  of  the  3D  raster maps and the supported row and depth switch
78       options.
79

Examples

81       Have a look at the examples in r3.in.bin.
82

SEE ALSO

84        r3.in.bin, r3.in.ascii
85

AUTHOR

87       Sören Gebbert, based on r.out.bin from Bob Covill and Glynn Clements
88

SOURCE CODE

90       Available at: r3.out.bin source code (history)
91
92       Main index | 3D raster index | Topics index | Keywords index |  Graphi‐
93       cal index | Full index
94
95       © 2003-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual
96
97
98
99GRASS 7.8.5                                                      r3.out.bin(1)
Impressum