Re: [GRASS-user] python commands on grass.

2009-05-05 Thread Martin Landa
Hi, 2009/5/5 Milton Cezar Ribeiro miltinho.astrona...@gmail.com: is there a way of I know the commands available on python grass library? grass.py is located in lib/python e.g. https://svn.osgeo.org/grass/grass/trunk/lib/python/ It's best documentation :-) Meanwhile, I can run g.list with

Re: [GRASS-user] python commands on grass.

2009-05-05 Thread Jamie Adams
Try using help() from within the python shell. python import grass help(grass) -Jamie On Tue, May 5, 2009 at 11:52 AM, Milton Cezar Ribeiro miltinho.astrona...@gmail.com wrote: Dear all, is there a way of I know the commands available on python grass library? Checking the codes available