I am working under QGIS V2.16.0. I'd like to run the r.watershed module of grass using the python command console of QGIS.
I tried a lot of syntax like this :
execfile ("r.watershed", "elev=D:\Developpement\Debits_cartes_alea\Donnees_test\exemple_mnt1.tif" )
but no one is working.