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

NAME

6       r.out.arc  - Converts a raster map layer into an ESRI ARCGRID file.
7

KEYWORDS

9       raster
10

SYNOPSIS

12       r.out.arc
13       r.out.arc help
14       r.out.arc [-h1] input=string output=string  [dp=integer]
15
16   Flags:
17       -h  Suppress printing of header information
18
19       -1  List one entry per line instead of full row
20
21   Parameters:
22       input=string
23           Name of an existing raster map layer
24
25       output=string
26           Name of an output ARC-GID map (use out=- for stdout)
27
28       dp=integer
29           Number of decimal places Default: 8
30

DESCRIPTION

32       r.out.arc  converts a user-specified raster map layer (input=name) into
33       an ESRI ARC-GRID ascii file (output=name) suitable for export to  other
34       computer  systems.  The dp=value option (where value is a number of the
35       user's choice) can be used to request that numbers after decimal points
36       are  limited.   However,  to use this, the user should know the maximum
37       number of digits that will occur in the output file.  The user can find
38       the  maximum  number  of digits occurring in the output file by running
39       r.out.arc without the dp=value option.
40
41       The GRASS program r.in.arc can be used to perform the reverse function,
42       converting  an  ESRI  ARC-GRID  ascii  file in suitable format to GRASS
43       raster file format. The order of cell values in file is from lower left
44       to upper right (reverse to GRASS).
45

NOTES

47       The  output  from r.out.arc may also be placed into a file by using the
48       UNIX redirection mechanism;  e.g.:
49       r.out.arc input=soils output=- > out.grd
50        The output file out.grd can then be copied onto a CDROM or floppy disk
51       for export purposes.
52
53       An Arc ASCII grid can be loaded into ArcGIS 8.3 though ArcToolbox.
54       Use  the  "Import to Raster" -> "ASCII to Grid" tool to create a binary
55       grid which can be selected using ArcCatalog. The spatial analyst exten‐
56       sion may need to be installed and activated within Arc.
57
58       In ArcGIS 9.0 the import tool can be found at:
59       ArcMap -> Toolbox -> Conversion Tools -> To Raster -> ASCII to Raster
60
61       A  GeoTIFF  created  with r.out.gdal is sometimes a better solution for
62       transferring raster maps to other GIS software.
63

SEE ALSO

65       r.in.arc
66       r.out.gdal
67

AUTHOR

69       Markus Neteler, University of Hannover, Germany,
70       based on r.out.ascii written by
71       Michael Shapiro, U.S.Army Construction Engineering Research Laboratory
72
73       Last changed: $Date: 2005/12/12 14:53:40 $
74
75       Full index
76
77
78
79GRASS 6.2.2                                                       r.out.arc(1)
Impressum