Skip to content

r.in.gridatb

Imports GRIDATB.FOR map file (TOPMODEL) into a GRASS raster map.

r.in.gridatb input=name output=name [--overwrite] [--verbose] [--quiet] [--qq] [--ui]

Example:

r.in.gridatb input=name output=name

grass.script.run_command("r.in.gridatb", input, output, overwrite=False, verbose=False, quiet=False, superquiet=False)

Example:

gs.run_command("r.in.gridatb", input="name", output="name")

Parameters

input=name [required]
    GRIDATB i/o map file
output=name [required]
    Name for output raster map
--overwrite
    Allow output files to overwrite existing files
--help
    Print usage summary
--verbose
    Verbose module output
--quiet
    Quiet module output
--qq
    Very quiet module output
--ui
    Force launching GUI dialog

input : str, required
    GRIDATB i/o map file
    Used as: input, file, name
output : str, required
    Name for output raster map
    Used as: output, raster, name
overwrite: bool, optional
    Allow output files to overwrite existing files
    Default: False
verbose: bool, optional
    Verbose module output
    Default: False
quiet: bool, optional
    Quiet module output
    Default: False
superquiet: bool, optional
    Very quiet module output
    Default: False

DESCRIPTION

r.in.gridatb imports GRIDATB.FOR map file (TOPMODEL) into GRASS raster map.

SEE ALSO

r.topmodel, r.out.gridatb

AUTHOR

Huidae Cho based on code from Keith Beven

SOURCE CODE

Available at: r.in.gridatb source code (history)
Latest change: Friday Feb 07 19:16:09 2025 in commit a82a39f