1r.in.arc(1)                   Grass User's Manual                  r.in.arc(1)
2
3
4

NAME

6       r.in.arc   -  Converts an ESRI ARC/INFO ascii raster file (GRID) into a
7       (binary) raster map layer.
8

KEYWORDS

10       raster
11

SYNOPSIS

13       r.in.arc
14       r.in.arc help
15       r.in.arc  input=string  output=name   [type=string]    [title="phrase"]
16       [mult=float]   [--overwrite]  [--verbose]  [--quiet]
17
18   Flags:
19       --overwrite
20           Allow output files to overwrite existing files
21
22       --verbose
23           Verbose module output
24
25       --quiet
26           Quiet module output
27
28   Parameters:
29       input=string
30           ARC/INFO ASCII raster file (GRID) to be imported
31
32       output=name
33           Name for output raster map
34
35       type=string
36           Storage type for resultant raster map
37           Options: CELL,FCELL,DCELL
38           Default: FCELL
39
40       title=
41           Title for resultant raster map
42
43       mult=float
44           Multiplier for ASCII data
45           Default: 1.0
46

DESCRIPTION

48       r.in.arc allows a user to create a (binary) GRASS raster map layer from
49       an ESRI ARC/INFO ascii GRID file with (optional) title.
50
51       The ARC/INFO ascii GRID file header has 6 lines:
52            ncols:
53            nrows:
54            xllcorner:
55            yllcorner:
56            cellsize:
57        or alternatively (not supported by r.in.arc, but by r.in.gdal):
58            ncols:
59            nrows:
60            xllcenter:
61            yllcenter:
62            cellsize:
63
64

NOTES

66       r.in.arc handles floating point cell values. The mult option allows the
67       number  of significant figures of a floating point cell to be increased
68       before importing. Multiples of ten are the most functional multipliers.
69

SEE ALSO

71       r.in.gdal r.out.arc
72

AUTHOR

74       Unknown German author, updated by Bill Brown to floating point support.
75
76       Last changed: $Date: 2005-12-12 15:30:55 +0100 (Mon, 12 Dec 2005) $
77
78       Full index
79
80       © 2003-2008 GRASS Development Team
81
82
83
84GRASS 6.3.0                                                        r.in.arc(1)
Impressum