GRASS logo

NAME

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

KEYWORDS

raster, export, ASCII

SYNOPSIS

r.out.arc
r.out.arc --help
r.out.arc [-h1c] input=name output=name [dp=integer] [--overwrite] [--help] [--verbose] [--quiet] [--ui]

Flags:

-h
Suppress printing of header information
-1
List one entry per line instead of full row
-c
Use cell center reference in header instead of cell corner
--overwrite
Allow output files to overwrite existing files
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog

Parameters:

input=name [required]
Name of input raster map
output=name [required]
Name for output ARC-GRID file (use out=- for stdout)
dp=integer
Number of decimal places
Default: 8

Table of contents

DESCRIPTION

Note: this module is superseded by r.out.gdal.

r.out.arc converts a user-specified raster map layer (input=name) into an ESRI ARC-GRID ascii file (output=name) suitable for export to other computer systems. The dp=value option (where value is a number of the user's choice) can be used to request that numbers after decimal points are limited. However, to use this, the user should know the maximum number of digits that will occur in the output file. The user can find the maximum number of digits occurring in the output file by running r.out.arc without the dp=value option.

The GRASS program r.in.arc can be used to perform the reverse function, converting an ESRI ARC-GRID ascii file in suitable format to GRASS raster map format. The order of cell values in file is from lower left to upper right (reverse to GRASS).

NOTES

The output from r.out.arc may also be placed into a file by using the UNIX redirection mechanism; e.g.:
r.out.arc input=soils output=- > out.grd
The output file out.grd can then be copied onto a CDROM or floppy disk for export purposes.

An Arc ASCII grid can be loaded into ArcGIS 8.3 though ArcToolbox.
Use the "Import to Raster" -> "ASCII to Grid" tool to create a binary grid which can be selected using ArcCatalog. The spatial analyst extension may need to be installed and activated within Arc.

In ArcGIS 9.0 the import tool can be found at:
ArcMap -> Toolbox -> Conversion Tools -> To Raster -> ASCII to Raster

A GeoTIFF created with r.out.gdal is sometimes a better solution for transferring raster maps to other GIS software.

SEE ALSO

r.in.arc, r.out.gdal

AUTHOR

Markus Neteler, University of Hannover, Germany,
based on r.out.ascii written by
Michael Shapiro, U.S.Army Construction Engineering Research Laboratory

Last changed: $Date: 2014-11-02 20:52:58 +0100 (Sun, 02 Nov 2014) $

SOURCE CODE

Available at: r.out.arc source code (history)


Main index | Raster index | Topics index | Keywords index | Graphical index | Full index

© 2003-2018 GRASS Development Team, GRASS GIS 7.4.1svn Reference Manual