On 29/07/13 15:03, António Rocha wrote:
Dear all
I'm doing some Python scripts and I want to retrieve r.stats output
information in a variable. How can I do this?
variable= grass.run_command("r.series", ...... )


Try grass.pipe_command as suggested here: http://grasswiki.osgeo.org/wiki/GRASS_Python_Scripting_Library#Example_for_parsing_category_numbers

or possibly grass.read_command.

Moritz
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to