GRASS to ArcView

I'm trying to bring a vegmap from GRASS into ARCVIEW; it doesn't matter too
much right now if the image is grid or vector. First, in GRASS, I
converted the raster image into a vector coverage. Then, I used v.out.arc
to create an ARC/INFO coverage, complete with .lab, .pol (big one, about
13mb), and .txt files. Apparently, this was insufficient, because ARC/INFO
(7.2.1 on an NT machine) is not reading this as a coverage. It was my
intention to move this image from ARC/INFO into ARCVIEW. Anybody have any
ideas why the coverage isn't being recognized? Anybody have any easier
ways to import GRASS raster files into ARCVIEW? One other ploy we might
try is to move the GRASS raster image into TNTMIPS as a raster, then into
ARC/INFO, and then finally into ARCVIEW (Can you tell I'm about to scream
right now :slight_smile: ). Any assistance would certainly be appreciated. Thanks,

Wayne Thogmartin wthogma@siu.edu
Upland Wildlife/Habitat Project 618.453.5495 (office)
Cooperative Wildlife Research Laboratory 618.453.6944 (fax)
Southern Illinois University
Carbondale, IL 62901-6504

"The dwarf standing on the shoulders of a giant sees farther than he who
carries him"

Wayne Thogmartin wrote:

Anybody have any easier
ways to import GRASS raster files into ARCVIEW?

If the ArcView you are trying to import to understands the ArcView ascii raster file
format, then it can be relatively easy (depending on your hardware-operating
system).
The ArcView ascii raster file format is *exactly* the same as the output from
r.out.ascii except for the header, and this can be put in manually using a text
editor if necessary (we had quite a lot of files to transfer and wrote a standalone
fortran program to read the r.out.ascii and write the ArcView format) but this is
where the OS etc comes in...if you have large files you might not get the editor to
handle them.
---------------------------
The ASCII raster file format is a simple format that can be used to
transfer raster data between various applications. It is basically a few
lines of header data followed by lists of cell values. The header data
includes the following keywords and values:

ncols - number of columns in the data set.
nrows - number of rows in the data set.
xllcenter or xllcorner - x-coordinate of the center or lower-left corner
of the lower-left cell.
yllcenter or yllcorner - y-coordinate of the center or lower-left corner
of the lower-left cell.
cellsize - cell size for the data set.
nodata_value - value in the file assigned to cells whose value is unknown.
This keyword and value is optional. The nodata_value defaults to -9999.

For example,

ncols 480
nrows 450
xllcorner 378923
yllcorner 4072345
cellsize 30
nodata_value -32768
43 3 45 7 3 56 2 5 23 65 34 6 32 etc
35 45 65 34 2 6 78 4 38 44 89 3 2 7 etc
etc

The first row of data is at the top of the data set, moving from left to
right. Cell values should be delimited by spaces. No carriage returns are
necessary at the end of each row in the data set. The number of columns in
the header is used to determine when a new row begins. The number of cell
values must be equal to the number of rows times the number of columns.
The ASCII raster file format can only be imported or exported using the
Spatial or 3D Analysts.
-------------------------------
Hope this helps,

--
Terry Duell, Senior Mobility Engineer
Army Technology & Engineering Agency
Maribyrnong, Victoria, Australia
ph:61-3-93195837 fax:61-3-93195830