<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
All,<br>
<br>
I am encountering a problem running r.patch from the Tcl/Tk Gui in
GRASS 6.4.0 (RC4).&nbsp; I am running the Kyngesburye build, on Mac OSX
10.5.6., and have all of the current frameworks, along with ActiveTcl
version 8.5.6.&nbsp; The problem is as follows:<br>
<br>
I am trying to patch together multiple raster maps using r.patch.&nbsp;
After setting the region to include all of the raster files I am
patching together, I attempt to run r.patch using the GUI.&nbsp; I choose
the necessary raster maps that I wish to patch together from my raster
map list, then enter a name for the resultant raster map.&nbsp; When I hit
run, the command processes (the green bar fills up), but when it
completes the patch, in the output window, I get an error saying GRASS
is unable to find the resultant raster map in my mapset.&nbsp; For example,
if I were trying to patch raster maps together to create a resultant
raster map called "patched_map" in a mapset called "county", this would
be the error that displays in the output window after running r.patch:<br>
<br>
<br>
<font face="Arial Narrow">Unable to find 'patched_map' in 'county'<br>
Creating support files for raster map &lt;patched_map&gt;</font><br>
<br>
<br>
If I list all of my raster files, the resultant raster map from r.patch
(patched_map) does not appear.<br>
<br>
Being unsuccessful running r.patch from the GUI, I decided to run it
from the command line.&nbsp; Here is the command that I entered:<br>
<br>
<br>
<font face="Arial Narrow">r.patch input=map1@county,map2@county
output=patched_map2</font><br>
<br>
<br>
This is the same exact command (except for the slightly altered output
name) that appeared at the bottom of the r.patch GUI window.&nbsp; However,
after running r.patch from the command line, the resultant raster map
(patched_map2) does appear in my raster map list.&nbsp; I therefore decided
to search my filesystem to try and find instances of the resultant
raster map that I tried to create using r.patch from the GUI
(patched_map), and compare them to the files I have for the resultant
map that I created from the command line (patched_map2).&nbsp; Here is what
I found:<br>
<br>
/county/cats/patched_map<br>
/county/cell_misc/patched_map<br>
/county/colr/patched_map<br>
/county/hist/patched_map<br>
<br>
/county/cats/patched_map2<br>
/county/cell/patched_map2<br>
/county/cell_misc/patched_map2<br>
/county/cellhd/patched_map2<br>
/county/colr/patched_map2<br>
/county/fcell/patched_map2<br>
/county/hist/patched_map2<br>
<br>
It appears that some files for the r.patch resultant raster map were
not created when running r.patch from the GUI.&nbsp; There is no instance of
"patched_map" in the 'cell' folder, the 'cellhd' folder, or the 'fcell'
folder.&nbsp; Any ideas as to why these files are not created when running
r.patch from the GUI, while they are created when r.patch is run from
the command line?&nbsp; I am unsure if this is a GUI bug, or if there is a
part of my overall GRASS build that needs to be added/updated.<br>
<br>
Many thanks for your help, and if you need additional information or
clarification, please ask.<br>
<br>
Regards, <br>
<br>
Wes Kent<br>
<br>
<br>
</body>
</html>