Could you test them, please? Maybe some errors or enhancements? Thanks in advance!
thank you for your contribution. I tried the G7 version and works great, just fix please the clean up, you use old g.remove interface, it should be:
grass.run_command(‘g.remove’, type=‘raster’, name=tmp).
Also I would remove stderr = nuldev from all run_commands, not sure why they are there.
Could you test them, please? Maybe some errors or enhancements? Thanks in advance!
thank you for your contribution. I tried the G7 version and works great, just fix please the clean up, you use old g.remove interface, it should be:
grass.run_command(‘g.remove’, type=‘raster’, name=tmp).
Also I would remove stderr = nuldev from all run_commands, not sure why they are there.
Thanks for edits, Helmut! I will be more careful with Python scripts parameters.
···
2015-04-06 0:45 GMT+03:00 Helmut Kudrnovsky <hellik@web.de>:
you use old g.remove interface, it should be:
grass.run_command(‘g.remove’, type=‘raster’, name=tmp).
[…]
I’m not sure about <g.region> stuff, but I’m ready to upload scripts to
grass-addons SVN.