-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
16.11.2007 Changed module by Leonardo Lami
git-svn-id: http://svn.osgeo.org/qgis/trunk@7418 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
leo.lami
committed
Nov 16, 2007
1 parent
4c391f1
commit 90ecd75
Showing
27 changed files
with
53 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" r.contour - Produces a GRASS binary vector map of specified contours from GRASS raster map layer" module="r.contour"> | ||
<qgisgrassmodule label=" r.contour - Produces a contours vector map with specified step from a raster map" module="r.contour"> | ||
<option key="input" /> | ||
<option key="step"/> | ||
<option key="minlevel" answer="0" hidden="no"/> | ||
<option key="maxlevel" answer="5000000" hidden="no"/> | ||
<option key="output" /> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
<qgisgrassmodule label="r.contour - Produces a GRASS binary vector map of specified contours from GRASS raster map layer (min max levels) " module="r.contour"> | ||
<flag key="q" /> | ||
<flag key="n" /> | ||
<option key="input" /> | ||
<option key="output" /> | ||
<option key="minlevel" /> | ||
<option key="maxlevel" /> | ||
<option key="step" /> | ||
<option key="cut" /> | ||
</qgisgrassmodule> | ||
<qgisgrassmodule label="r.contour - Produces a contours vector map of specified contours from a raster map" module="r.contour"> | ||
<option key="input" /> | ||
<option key="list" /> | ||
<option key="output" /> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
<qgisgrassmodule label=" r.mapcalculator - Simple map algebra" module="r.mapcalculator"> | ||
<flag key="o" /> | ||
<option key="amap" /> | ||
<option key="bmap" /> | ||
<option key="cmap" /> | ||
<option key="dmap" /> | ||
<option key="emap" /> | ||
<option key="fmap" /> | ||
<option key="formula" /> | ||
<option key="outfile" /> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
<qgisgrassmodule label=" r.mapcalculator - Simple map algebra" module="r.mapcalculator"> | ||
<flag key="o" /> | ||
<option key="amap" /> | ||
<option key="bmap" /> | ||
<option key="cmap" /> | ||
<option key="dmap" /> | ||
<option key="emap" /> | ||
<option key="fmap" /> | ||
<option key="formula" /> | ||
<option key="outfile" /> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
<qgisgrassmodule label="r.support.stats - Update raster map statistics" module="r.support.stats"> | ||
<qgisgrassmodule label=" r.support.stats - Update raster map statistics" module="r.support.stats"> | ||
<option key="map" /> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
<qgisgrassmodule label="r.surf.random - Produces a raster map layer of uniform random deviates whose range can be expressed by the user." module="r.surf.random"> | ||
<option key="min" /> | ||
<option key="max" /> | ||
<option key="out" /> | ||
<option key="min" /> | ||
<option key="max" /> | ||
<option key="output" /> | ||
</qgisgrassmodule> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.db.update - Allows to assign a new constant value to a column in the attribute table connected to a given map" module="v.db.update"> | ||
<qgisgrassmodule label=" v.db.update - Allows to assign a new constant value to a column" module="v.db.update"> | ||
<option key="map" layeroption="layer" /> | ||
<field key="column" layer="map" type="integer,double,varchar" label="Attribute field" /> | ||
<field key="column" layer="map" type="integer,double,varchar,string" label="Attribute field" /> | ||
<option key="value"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.db.update - Allows to assign a new value that depends by a query to a column in the attribute table connected to a given map" module="v.db.update"> | ||
<qgisgrassmodule label=" v.db.update - Allows to assign a new costant value to a column only if the result of a query is TRUE" module="v.db.update"> | ||
<option key="map" layeroption="layer" /> | ||
<field key="column" layer="map" type="integer,double" label="Attribute field" /> | ||
<field key="qcolumn" /> | ||
<field key="column" layer="map" type="integer,double,varchar,string" label="Attribute field" /> | ||
<option key="value"/> | ||
<option key="where"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters