-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update v.sample, v.what.rast, v.what.vect and add db.select, r.cross,…
… r.series, r.reconnect.all, v.db.select, v.db.select.where, v.generalize, v.kcv, v.out.ogr.postgis, v.support git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9165 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
leolami
committed
Aug 25, 2008
1 parent
ea04753
commit fd2e990
Showing
32 changed files
with
246 additions
and
14 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
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Prints result of selection from database based on SQL" module="db.select"> | ||
<option key="table" /> | ||
<option key="database" answer="$GISDBASE/$LOCATION_NAME/$MAPSET/dbf/" /> | ||
<option key="driver" /> | ||
<option key="sql" /> | ||
<option key="fs" answer="|" hidden="yes" /> | ||
</qgisgrassmodule> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Create a cross product of the category value from multiple raster map layers" module="r.cross"> | ||
<flag key="z" answer="off" hidden="no" /> | ||
<file key="input" label="Type in map names separated by a comma" /> | ||
<option key="output" /> | ||
</qgisgrassmodule> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Makes each output cell a function of the values assigned to the corresponding cells in the input raster map layers" module="r.series"> | ||
<flag key="n" answer="off" hidden="no" /> | ||
<file key="input" label="Type in map names separated by a comma" /> | ||
<option key="method" /> | ||
<option key="output" /> | ||
</qgisgrassmodule> |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Reconnect vector to a new database" module="v.db.reconnect.all"> | ||
<option key="old_database" /> | ||
<option key="new_database" /> | ||
<option key="old_schema" /> | ||
<option key="new_schema" /> | ||
</qgisgrassmodule> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Prints vector map attribute" module="v.db.select"> | ||
<option key="map" layeroption="layer" /> | ||
<option key="column" /> | ||
<option key="fs" answer="|" hidden="yes" /> | ||
</qgisgrassmodule> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Prints vector map attributes with SQL" module="v.db.select"> | ||
<option key="map" layeroption="layer" /> | ||
<option key="column" /> | ||
<option key="where" /> | ||
<option key="fs" answer="|" hidden="yes" /> | ||
</qgisgrassmodule> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Vector based generalization" module="v.generalize"> | ||
<option key="input" typeoption="type" layeroption="layer" /> | ||
<option key="method" /> | ||
<option key="threshold" ansewr="1.0" /> | ||
<option key="look_ahead" ansewr="7" /> | ||
<option key="reduction" ansewr="50" /> | ||
<option key="slide" ansewr="0.5" /> | ||
<option key="angle_thresh" ansewr="3" /> | ||
<option key="degree_thresh" ansewr="0" /> | ||
<option key="closeness_thresh" ansewr="0" /> | ||
<option key="betweeness_thresh" ansewr="0" /> | ||
<option key="alpha" ansewr="1.0" /> | ||
<option key="beta" ansewr="1.0" /> | ||
<option key="iterations" ansewr="1" /> | ||
<option key="layer" ansewr="1" /> | ||
<flag key="r" /> | ||
<option key="output" /> | ||
</qgisgrassmodule> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Randomly partition points into test/train sets" module="v.kcv"> | ||
<option key="input" /> | ||
<option key="k" /> | ||
<option key="column" ansewr="part" /> | ||
<option key="output" /> | ||
</qgisgrassmodule> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Export vector layer to various formats (OGR library)" module="v.out.ogr"> | ||
<option key="input" layeroption="layer" typeoption="type" /> | ||
<option key="format" answer="PostgreSQL" hidden="yes"/> | ||
<option key="dsn" label="Database parameters" /> | ||
<option key="olayer" label="Name of the table to create" /> | ||
<flag key="c" answer="on" hidden="no" label="Write only features link to a record"/> | ||
</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
Oops, something went wrong.