Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 QGIS V2.16.0 下工作。我想使用 QGIS 的 python 命令控制台运行草的 r.watershed 模块。
我尝试了很多这样的语法:
execfile ("r.watershed", "elev=D:\Developpement\Debits_cartes_alea\Donnees_test\exemple_mnt1.tif" )
但没有人在工作。