1r3.support(1) GRASS GIS User's Manual r3.support(1)
2
3
4
6 r3.support - Allows creation and/or modification of 3D raster map
7 layer support files.
8
10 raster3d, metadata, voxel
11
13 r3.support
14 r3.support --help
15 r3.support [-s] map=name [title=phrase] [history=phrase]
16 [unit=string] [vunit=string] [source1=phrase] [source2=phrase]
17 [description=phrase] [raster=string] [loadhistory=name] [savehis‐
18 tory=name] [--overwrite] [--help] [--verbose] [--quiet] [--ui]
19
20 Flags:
21 -s
22 Update range
23
24 --overwrite
25 Allow output files to overwrite existing files
26
27 --help
28 Print usage summary
29
30 --verbose
31 Verbose module output
32
33 --quiet
34 Quiet module output
35
36 --ui
37 Force launching GUI dialog
38
39 Parameters:
40 map=name [required]
41 Name of 3D raster map
42
43 title=phrase
44 Text to use for map title
45
46 history=phrase
47 Text to append to the next line of the map’s metadata file
48
49 unit=string
50 The map data unit
51
52 vunit=string
53 The vertical unit of the map
54
55 source1=phrase
56 Text to use for data source, line 1
57
58 source2=phrase
59 Text to use for data source, line 2
60
61 description=phrase
62 Text to use for data description or keyword(s)
63
64 raster=string
65 Raster map from which to copy category table
66
67 loadhistory=name
68 Text file from which to load history
69
70 savehistory=name
71 Text file in which to save history
72
74 r3.support allows the user to create and/or edit raster3d map support
75 information. Editing of raster3d map units, history, description and
76 title is supported.
77
79 Freeform metadata information is stored in a "hist" file which may be
80 appended to by using the history option. Currently this is limited to
81 text with a maximum line length of 78 characters. Any input larger than
82 this will be wrapped to the next line. All other metadata strings
83 available as standard options are limited to 79 characters.
84
86 r.info, r.timestamp
87
89 Soeren Gebbert, vTI/AK, soerengebbert gmooglemail.com
90 Based on r.support written by Micharl Shapiro, CERL and others
91
93 Available at: r3.support source code (history)
94
95 Accessed: Saturday Jan 21 20:39:37 2023
96
97 Main index | 3D raster index | Topics index | Keywords index | Graphi‐
98 cal index | Full index
99
100 © 2003-2023 GRASS Development Team, GRASS GIS 8.2.1 Reference Manual
101
102
103
104GRASS 8.2.1 r3.support(1)