I have a binary file containing raster data. How do I make it
accessible by GRASS ? Do I have to manually create the files
for cellhd,colors etc ?
I don't think so.
I have been browsing through the on-line manual, and though I have
found things such as r.in.ascii, I could not seem to find what I need,
even though it seems VERY strange.
I thank anybody who will solve this (stupid, but basic) problem.
Maybe you could use the UNIX command od to create an ascii file, and
then tack the requisite GRASS ascii header onto the top of the od
output, then read it into GRASS using r.in.ascii. Some kind of
awk filter might be used to chop up the od output into the right arrangement
of rows and columns.
Andrea Giacomelli
andreag@idra1.iar.polimi.itP.S. I have been using GRASS for two days...
Bob Harrington
Hydrology and Water Resources
University of Arizona
bobh@hwr.arizona.edu