On Mar 3, 2010, at 10:00 AM, [email protected] wrote: > Message: 3 > Date: Wed, 3 Mar 2010 17:36:07 +0100 > From: Martin Landa <[email protected]> > Subject: Re: [GRASS-user] How to embed a grass script (for example > v.db.addcol) into a Pythonscript on windows? > To: Sonja Jankowfsky <[email protected]> > Cc: [email protected] > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > Hi, > > 2010/3/3 Sonja Jankowfsky <[email protected]>: > >> grass.run_command("v.db.addcol", map='ditch_l', ?columns='urban') > > specify data column type, e.g. > > grass.run_command("v.db.addcol", map='ditch_l', columns='urban int') > > Martin > > -- > Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa
This implies that it is now possible to create python scripts that run in GRASS under windows??? That would be great news. Is there anything special that is needed for this to work? Michael_______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
