1r.in.gridatb(1) Grass User's Manual r.in.gridatb(1)
2
3
4
6 r.in.gridatb - Imports GRIDATB.FOR map file (TOPMODEL) into a GRASS
7 raster map.
8
10 raster, import
11
13 r.in.gridatb
14 r.in.gridatb --help
15 r.in.gridatb input=name output=name [--overwrite] [--help] [--ver‐
16 bose] [--quiet] [--ui]
17
18 Flags:
19 --overwrite
20 Allow output files to overwrite existing files
21
22 --help
23 Print usage summary
24
25 --verbose
26 Verbose module output
27
28 --quiet
29 Quiet module output
30
31 --ui
32 Force launching GUI dialog
33
34 Parameters:
35 input=name [required]
36 GRIDATB i/o map file
37
38 output=name [required]
39 Name for output raster map
40
42 r.in.gridatb imports GRIDATB.FOR map file (TOPMODEL) into GRASS raster
43 map.
44
46 r.topmodel, r.out.gridatb
47
49 Huidae Cho based on code from Keith Beven
50
51 Last changed: $Date: 2011-11-08 22:24:20 +0100 (Tue, 08 Nov 2011) $
52
54 Available at: r.in.gridatb source code (history)
55
56 Main index | Raster index | Topics index | Keywords index | Graphical
57 index | Full index
58
59 © 2003-2019 GRASS Development Team, GRASS GIS 7.4.4 Reference Manual
60
61
62
63GRASS 7.4.4 r.in.gridatb(1)