Carlos \ wrote:
> the @mapset is not a problem when the maps are used by some command,
> like r.mapcalc, bu it is a problem because the default output map (if
> you don't give a name) will be based on the input, like:
> input : in_map
> output : in_map_roughness_3x3
> 
> so I need to get rid of the @mapset, or else it will be set to
> 
> [EMAIL PROTECTED]
> 
> and r.mapcalc will fail.


OUTMAP="`echo "$INMAP" | cut -f1 -d'@'`_roughness_3x3"



Hamish

_______________________________________________
grass-dev mailing list
[email protected]
http://grass.itc.it/mailman/listinfo/grass-dev

Reply via email to