Re: [GRASS-user] renaming a raster map in a Python Script

2011-02-16 Thread Glynn Clements
Monica Buescu wrote: > I have a GRASS Python Script where I create a raster map and I want to > rename it. How can I rename a raster map in a GRASS Python Script? import grass.script as grass grass.run_command('g.rename', rast = (oldname, newname)) -- Glynn Clements

[GRASS-user] renaming a raster map in a Python Script

2011-02-16 Thread Monica Buescu
Greetings I have a GRASS Python Script where I create a raster map and I want to rename it. How can I rename a raster map in a GRASS Python Script? Thanks Monica ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/list