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

NAME

6       r.in.arc   -  Convert  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]
17
18   Flags:
19       --overwrite
20
21   Parameters:
22       input=string
23           ARC/INFO ascii raster file (GRID) to be imported
24
25       output=name
26           Name for output raster map
27
28       type=string
29           Storage  type  for  resultant  raster map Options: CELL,FCELL,DCELL
30           Default: FCELL
31
32       title=
33           Title for resultant raster map
34
35       mult=float
36           Multiplier for ascii data Default: 1.0
37

DESCRIPTION

39       r.in.arc allows a user to create a (binary) GRASS raster map layer from
40       an ESRI ARC/INFO ascii GRID file with (optional) title.
41
42       The ARC/INFO ascii GRID file header has 6 lines:
43            ncols:
44            nrows:
45            xllcorner:
46            yllcorner:
47            cellsize:
48        or alternatively (not supported by r.in.arc, but by r.in.gdal):
49            ncols:
50            nrows:
51            xllcenter:
52            yllcenter:
53            cellsize:
54
55

NOTES

57       r.in.arc handles floating point cell values. The mult option allows the
58       number of significant figures of a floating point cell to be  increased
59       before importing. Multiples of ten are the most functional multipliers.
60

SEE ALSO

62       r.in.gdal r.out.arc
63

AUTHOR

65       Unknown German author, updated by Bill Brown to floating point support.
66
67       Last changed: $Date: 2005/12/12 14:30:55 $
68
69       Full index
70
71
72
73GRASS 6.2.2                                                        r.in.arc(1)
Impressum