Off the top of my head the &#39;.&#39; in your map name is causing problems. Technically, I think you can use any character (with a few exceptions) in map names, but it&#39;s better to avoid most of them and stick to alphanumeric and &#39;_&#39; to separate portions of the name.<br>
<br>Chris <br><br><div class="gmail_quote">On 15 November 2010 19:43, brian <span dir="ltr">&lt;<a href="mailto:zenlines@gmail.com">zenlines@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Hello List,<br>
I am having trouble parsing the r.shaded.relief module from R using the<br>
spgrass6 package.<br>
When doing it directly in GRASS, it works but an error is first returned. It<br>
goes as follows:<br>
<br>
r.shaded.relief map=alt shadedmap=elev.shad_relief altitude=80 --overwrite<br>
basename: extra operand<br>
`(x86)/GRASS-65-SVN/scripts/r.shaded.relief&#39;<br>
Try `basename --help&#39; for more information.<br>
basename: extra operand<br>
`(x86)/GRASS-65-SVN/scripts/r.shaded.relief&#39;<br>
Try `basename --help&#39; for more information.<br>
Calculating shading, please stand by.<br>
Color table for raster map &lt;elev.shad_relief&gt; set to &#39;grey&#39;<br>
Shaded relief map created and named &lt;elev.shad_relief&gt;.<br>
<br>
This looks the same in R but this causes R to cease computation. The above<br>
command sent with R yields:<br>
<br>
&gt; execGRASS(&quot;r.shaded.relief&quot;,flags=&quot;overwrite&quot;, parameters=list(map=&quot;alt&quot;,<br>
&gt; altitude=80, shadedmap=&quot;elev.shad_relief&quot;))<br>
Error : basename: extra operand `(x86)/GRASS-65-SVN/scripts/r.shaded.relief&#39;<br>
Try `basename --help&#39; for more information.<br>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;CP1252&quot;?&gt;<br>
&lt;!DOCTYPE task SYSTEM &quot;grass-interface.dtd&quot;&gt;<br>
...<br>
&lt;/task&gt;  does not seem to be XML, nor to identify a file name<br>
Error in parseGRASS(cmd) : r.shaded.relief not parsed<br>
<br>
Is this a bug or my mistake?<br>
<br>
Thanks,<br>
Brian<br>
<font color="#888888"><br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/r-shaded-relief-spgrass6-problems-tp5742202p5742202.html" target="_blank">http://osgeo-org.1803224.n2.nabble.com/r-shaded-relief-spgrass6-problems-tp5742202p5742202.html</a><br>

Sent from the Grass - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
<br>
</font></blockquote></div><br>