Added r.watershed - Thanks Micha

git-svn-id: http://svn.osgeo.org/qgis/trunk@10205 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
pcav 2009-02-19 12:23:24 +00:00
parent ba53f4bf5c
commit 3908cbe596
3 changed files with 16 additions and 0 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
<qgisgrassmodule label="r.watershed - Watershed Analysis." module="r.watershed">
<option key="elevation" />
<option key="threshold" />
<option key="accumulation" />
<option key="drainage" />
<option key="stream" />
<option key="basin" />
</qgisgrassmodule>