![]() |
![]()
| ![]() |
![]()
NAMEr3.in.bin - Imports a binary raster file into a GRASS 3D raster map. KEYWORDSraster3d, import, voxel SYNOPSISr3.in.bin
Flags:
Parameters:
DESCRIPTIONr3.in.bin allows a user to create a GRASS 3D raster map from a variety of binary 3D raster data formats. The top, bottom, north, south, east, and west field values entered are the coordinates of the edges of the geographic region. The depths, rows and cols field values entered describe the dimensions of the matrix of data to follow. If the bytes field is entered incorrectly an error will be generated suggesting a closer bytes value. NOTESThe write order of the rows (north->south to south->north) and the write order of the depths (bottom->top to top->bottom) can be switched. Have a look at r3.out.ascii to manual page that describes the internal layout of the 3D raster maps and the supported row and depth switch options. Import of little and big endian byte order as well as signed and unsigned integer data types is supported. EXAMPLESFirst we create a specific region and a 3D raster map that we will
export with r3.out.bin and import again.
g.region w=0 e=180 s=0 n=90 b=0 t=100 res3=10 r3.mapcalc expr="test_out_bin_float = float(if(row() == 2, null(), row()))" r3.out.bin input=test_out_bin_float byte=4 null=-9999 \ SEE ALSOr3.out.bin, r3.in.ascii, r3.out.ascii AUTHORSSoren Gebbert, based on r.in.bin from Jacques Bouchard and Bob Covill SOURCE CODEAvailable at: r3.in.bin source code (history) Latest change: Wednesday Nov 27 22:53:26 2024 in commit: b90ce69e88409469369ec1edb86fde8ec822af8b Main index | 3D raster index | Topics index | Keywords index | Graphical index | Full index © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual
|