[GRASS-dev] References and wiki pages on how to call functions and modules from GRASS with Python

Dear all,
I have experience on running and developing Python scripts and running them inside GRASS but, now I wanted to call grass modules from external python scripts (without having to be launching and running GRASS. Is this possible? if yes, can someone point me out a wiki link or entry on mnual or tutorial that I can use to :

  • setup
  • and do a few tests
    I have already installed in a Linux machine a GRASS-dev version.
    Thank you
    Regards,
    Luisa

Hi Luisa,

On Wed, Jul 3, 2013 at 8:46 AM, Luisa Peña <luisapena1979@gmail.com> wrote:

Dear all,
I have experience on running and developing Python scripts and running them
inside GRASS but, now I wanted to call grass modules from external python
scripts (without having to be launching and running GRASS. Is this possible?

yes, it is possible:

http://grasswiki.osgeo.org/wiki/Working_with_GRASS_without_starting_it_explicitly

Pietro