[QGIS Commit] r9165 - in trunk/qgis/src/plugins/grass: config modules

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Aug 25 09:10:43 EDT 2008


Author: leolami
Date: 2008-08-25 09:10:42 -0400 (Mon, 25 Aug 2008)
New Revision: 9165

Added:
   trunk/qgis/src/plugins/grass/modules/db.select.1.png
   trunk/qgis/src/plugins/grass/modules/db.select.qgm
   trunk/qgis/src/plugins/grass/modules/r.cross.1.png
   trunk/qgis/src/plugins/grass/modules/r.cross.2.png
   trunk/qgis/src/plugins/grass/modules/r.cross.qgm
   trunk/qgis/src/plugins/grass/modules/r.series.1.png
   trunk/qgis/src/plugins/grass/modules/r.series.2.png
   trunk/qgis/src/plugins/grass/modules/r.series.qgm
   trunk/qgis/src/plugins/grass/modules/v.db.reconnect.all.1.png
   trunk/qgis/src/plugins/grass/modules/v.db.reconnect.all.qgm
   trunk/qgis/src/plugins/grass/modules/v.db.select.1.png
   trunk/qgis/src/plugins/grass/modules/v.db.select.2.png
   trunk/qgis/src/plugins/grass/modules/v.db.select.qgm
   trunk/qgis/src/plugins/grass/modules/v.db.select.where.1.png
   trunk/qgis/src/plugins/grass/modules/v.db.select.where.2.png
   trunk/qgis/src/plugins/grass/modules/v.db.select.where.qgm
   trunk/qgis/src/plugins/grass/modules/v.generalize.1.svg
   trunk/qgis/src/plugins/grass/modules/v.generalize.2.png
   trunk/qgis/src/plugins/grass/modules/v.generalize.qgm
   trunk/qgis/src/plugins/grass/modules/v.kcv.1.png
   trunk/qgis/src/plugins/grass/modules/v.kcv.2.png
   trunk/qgis/src/plugins/grass/modules/v.kcv.qgm
   trunk/qgis/src/plugins/grass/modules/v.out.ogr.postgis.1.png
   trunk/qgis/src/plugins/grass/modules/v.out.ogr.postgis.2.png
   trunk/qgis/src/plugins/grass/modules/v.out.ogr.postgis.qgm
   trunk/qgis/src/plugins/grass/modules/v.support.1.svg
   trunk/qgis/src/plugins/grass/modules/v.support.2.png
   trunk/qgis/src/plugins/grass/modules/v.support.qgm
Modified:
   trunk/qgis/src/plugins/grass/config/default.qgc
   trunk/qgis/src/plugins/grass/modules/v.sample.qgm
   trunk/qgis/src/plugins/grass/modules/v.what.rast.qgm
   trunk/qgis/src/plugins/grass/modules/v.what.vect.qgm
Log:
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

Modified: trunk/qgis/src/plugins/grass/config/default.qgc
===================================================================
--- trunk/qgis/src/plugins/grass/config/default.qgc	2008-08-25 10:58:24 UTC (rev 9164)
+++ trunk/qgis/src/plugins/grass/config/default.qgc	2008-08-25 13:10:42 UTC (rev 9165)
@@ -22,6 +22,8 @@
 			<section label="Import vector">
 				<grass name="v.in.ogr"/>
 				<grass name="v.in.ogr.loc"/>
+                                <grass name="v.in.ogr.all"/> 
+                                <grass name="v.in.ogr.all.loc"/> 
 				<grass name="v.in.dxf"/>
 				<grass name="v.in.e00"/>
 				<grass name="v.in.mapgen"/>
@@ -46,6 +48,7 @@
 			</section>
 			<section label="Export vector">
 				<grass name="v.out.ogr"/>
+				<grass name="v.out.ogr.postgis"/>
 				<grass name="v.out.ogr.gml"/>
 				<grass name="v.out.ogr.mapinfo"/>
 				<grass name="v.out.ascii"/>
@@ -71,19 +74,21 @@
 	<section label="Config">
 		<section label="Region">
 			<section label="Region settings">
-				<grass name="g.region"/>
-			</section>
+                                <grass name="g.region.save"/> 
+                                <grass name="g.region.zoom"/> 
+                                <grass name="g.region.multiple.raster"/> 
+                                <grass name="g.region.multiple.vector"/> 			</section>
 			<section label="Projection management">
-				<section label="Print projection info of current Location">
-					<grass name="g.proj.print"/>
+                                <section label="Print projection information of the current location"> 					<grass name="g.proj.print"/>
 				</section>
-				<section label="Print projection info from a file">
+                                <section label="Print projection information from a georeferenced file"> 
 					<grass name="g.proj.geo"/>
+                                        <grass name="g.proj.ascii"/> 
 					<grass name="g.proj.proj"/>
 				</section>
-				<section label="Print projection info from a file to create new location">
+                                <section label="Print projection information from a georeferenced file and create a new location based on it"> 
+                                        <grass name="g.proj.geo.new"/> 
 					<grass name="g.proj.ascii.new"/>
-					<grass name="g.proj.geo.new"/>
 					<grass name="g.proj.proj.new"/>
 				</section>
 			</section>
@@ -151,6 +156,9 @@
 				<grass name="v.neighbors"/>
 			</section>
 			<section label="Overlay maps">
+                                <grass name="r.cross"/> 
+                                <grass name="r.series"/> 
+                                <grass name="r.patch"/> 
 				<grass name="r.statistics"/>
 			</section>
 			<section label="Terrain analysis">
@@ -278,6 +286,12 @@
 				<grass name="v.transform"/>
 				<grass name="v.proj"/>
 			</section>
+			<section label="Metadata support">
+				<grass name="v.support"/>
+			</section>
+			<section label="Generalization">
+				<grass name="v.generalize"/>
+			</section>
 		</section>
 		<section label="Database connection">
 			<grass name="v.db.connect"/>
@@ -304,6 +318,7 @@
 				<grass name="v.net.steiner"/>
 			</section>
 			<section label="Overlay">
+                                <grass name="v.patch"/> 
 				<grass name="v.overlay.or"/>
 				<grass name="v.overlay.and"/>
 				<grass name="v.overlay.not"/>
@@ -330,6 +345,10 @@
 				<grass name="v.in.db"/>
 				<grass name="v.random"/>
 			</section>
+			<section label="Manage training dataset">
+				<grass name="v.kcv"/>
+				<grass name="v.outlier"/>
+			</section>
 			<section label="Delaunay triangulation, Voronoi diagram and convex hull">
 				<grass name="v.hull"/>
 				<grass name="v.delaunay.line"/>
@@ -393,6 +412,7 @@
 		<section label="Database management">
 			<grass name="db.connect"/>
 			<grass name="db.connect.schema"/>
+			<grass name="v.db.reconnect.all"/>
 			<grass name="db.login"/>
 			<grass name="db.in.ogr"/>
 		</section>
@@ -409,6 +429,9 @@
 			<grass name="v.db.dropcol"/>
 			<grass name="v.db.renamecol"/>
 			<grass name="db.execute"/>
+			<grass name="db.select"/>
+			<grass name="v.db.select"/>
+			<grass name="v.db.select.where"/>
 		</section>
 		<section label="Others">
 			<grass name="v.db.join"/>

Added: trunk/qgis/src/plugins/grass/modules/db.select.1.png
===================================================================
(Binary files differ)


Property changes on: trunk/qgis/src/plugins/grass/modules/db.select.1.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/qgis/src/plugins/grass/modules/db.select.qgm
===================================================================
--- trunk/qgis/src/plugins/grass/modules/db.select.qgm	                        (rev 0)
+++ trunk/qgis/src/plugins/grass/modules/db.select.qgm	2008-08-25 13:10:42 UTC (rev 9165)
@@ -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>

Added: trunk/qgis/src/plugins/grass/modules/r.cross.1.png
===================================================================
(Binary files differ)


Property changes on: trunk/qgis/src/plugins/grass/modules/r.cross.1.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/qgis/src/plugins/grass/modules/r.cross.2.png
===================================================================
(Binary files differ)


Property changes on: trunk/qgis/src/plugins/grass/modules/r.cross.2.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/qgis/src/plugins/grass/modules/r.cross.qgm
===================================================================
--- trunk/qgis/src/plugins/grass/modules/r.cross.qgm	                        (rev 0)
+++ trunk/qgis/src/plugins/grass/modules/r.cross.qgm	2008-08-25 13:10:42 UTC (rev 9165)
@@ -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>

Added: trunk/qgis/src/plugins/grass/modules/r.series.1.png
===================================================================
(Binary files differ)


Property changes on: trunk/qgis/src/plugins/grass/modules/r.series.1.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/qgis/src/plugins/grass/modules/r.series.2.png
===================================================================
(Binary files differ)


Property changes on: trunk/qgis/src/plugins/grass/modules/r.series.2.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/qgis/src/plugins/grass/modules/r.series.qgm
===================================================================
--- trunk/qgis/src/plugins/grass/modules/r.series.qgm	                        (rev 0)
+++ trunk/qgis/src/plugins/grass/modules/r.series.qgm	2008-08-25 13:10:42 UTC (rev 9165)
@@ -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>

Added: trunk/qgis/src/plugins/grass/modules/v.db.reconnect.all.1.png
===================================================================
(Binary files differ)


Property changes on: trunk/qgis/src/plugins/grass/modules/v.db.reconnect.all.1.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/qgis/src/plugins/grass/modules/v.db.reconnect.all.qgm
===================================================================
--- trunk/qgis/src/plugins/grass/modules/v.db.reconnect.all.qgm	                        (rev 0)
+++ trunk/qgis/src/plugins/grass/modules/v.db.reconnect.all.qgm	2008-08-25 13:10:42 UTC (rev 9165)
@@ -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>

Added: trunk/qgis/src/plugins/grass/modules/v.db.select.1.png
===================================================================
(Binary files differ)


Property changes on: trunk/qgis/src/plugins/grass/modules/v.db.select.1.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/qgis/src/plugins/grass/modules/v.db.select.2.png
===================================================================
(Binary files differ)


Property changes on: trunk/qgis/src/plugins/grass/modules/v.db.select.2.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/qgis/src/plugins/grass/modules/v.db.select.qgm
===================================================================
--- trunk/qgis/src/plugins/grass/modules/v.db.select.qgm	                        (rev 0)
+++ trunk/qgis/src/plugins/grass/modules/v.db.select.qgm	2008-08-25 13:10:42 UTC (rev 9165)
@@ -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>

Added: trunk/qgis/src/plugins/grass/modules/v.db.select.where.1.png
===================================================================
(Binary files differ)


Property changes on: trunk/qgis/src/plugins/grass/modules/v.db.select.where.1.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/qgis/src/plugins/grass/modules/v.db.select.where.2.png
===================================================================
(Binary files differ)


Property changes on: trunk/qgis/src/plugins/grass/modules/v.db.select.where.2.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/qgis/src/plugins/grass/modules/v.db.select.where.qgm
===================================================================
--- trunk/qgis/src/plugins/grass/modules/v.db.select.where.qgm	                        (rev 0)
+++ trunk/qgis/src/plugins/grass/modules/v.db.select.where.qgm	2008-08-25 13:10:42 UTC (rev 9165)
@@ -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>

Added: trunk/qgis/src/plugins/grass/modules/v.generalize.1.svg
===================================================================
--- trunk/qgis/src/plugins/grass/modules/v.generalize.1.svg	                        (rev 0)
+++ trunk/qgis/src/plugins/grass/modules/v.generalize.1.svg	2008-08-25 13:10:42 UTC (rev 9165)
@@ -0,0 +1,50 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN" "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" width="500" x="0" y="0" height="500" id="/putrela0/mpasol/blazek/inst/qgiscvs07/plugins/grass/modules/v.extract.where.1" >
+ <rect width="500" x="0" y="0" height="500" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(255,255,255);" />
+ <g style="stroke:rgb(0,0,0);stroke-width:0.9;fill:none;" >
+  <clipPath id="clip1" >
+   <rect width="500" x="0" y="0" height="500" />
+  </clipPath>
+  <g style="clip-path:url(#clip1)" >
+   <polygon points="167 375 169 404 167 443 129 433 92 432 67 433 36 423 29 423 30 382 34 360 73 367 111 370 167 375" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(170,255,255);" />
+   <polygon points="167 375 169 404 167 443 129 433 92 432 67 433 36 423 29 423 30 382 34 360 73 367 111 370 167 375" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="167 375 111 370 73 367 34 360 46 346 102 317 114 300 126 318 141 339 161 367 167 375" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(170,255,255);" />
+   <polygon points="167 375 111 370 73 367 34 360 46 346 102 317 114 300 126 318 141 339 161 367 167 375" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="202 248 199 274 203 292 209 305 216 317 199 332 181 353 167 375 161 367 141 339 126 318 114 300 115 287 129 264 134 237 202 248" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(170,255,255);" />
+   <polygon points="202 248 199 274 203 292 209 305 216 317 199 332 181 353 167 375 161 367 141 339 126 318 114 300 115 287 129 264 134 237 202 248" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="267 301 262 293 258 280 244 259 234 232 260 220 291 206 310 215 355 217 373 229 366 254 312 284 267 301" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(170,255,255);" />
+   <polygon points="267 301 262 293 258 280 244 259 234 232 260 220 291 206 310 215 355 217 373 229 366 254 312 284 267 301" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="202 248 220 236 234 232 244 259 258 280 262 293 267 301 251 307 216 317 209 305 203 292 199 274 202 248" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(170,255,255);" />
+   <polygon points="202 248 220 236 234 232 244 259 258 280 262 293 267 301 251 307 216 317 209 305 203 292 199 274 202 248" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="216 317 251 307 267 301 266 308 242 358 234 384 260 405 258 444 199 447 167 443 169 404 167 375 181 353 199 332 216 317" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(170,255,255);" />
+   <polygon points="216 317 251 307 267 301 266 308 242 358 234 384 260 405 258 444 199 447 167 443 169 404 167 375 181 353 199 332 216 317" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="137 182 134 237 117 248 84 251 36 242 41 178 44 84 64 71 123 72 122 88 129 133 137 182" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(170,255,255);" />
+   <polygon points="137 182 134 237 117 248 84 251 36 242 41 178 44 84 64 71 123 72 122 88 129 133 137 182" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="461 169 433 159 350 155 346 108 341 61 367 63 443 64 457 112 461 169" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(170,255,255);" />
+   <polygon points="461 169 433 159 350 155 346 108 341 61 367 63 443 64 457 112 461 169" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="267 301 312 284 366 254 373 229 453 241 443 268 413 317 404 333 387 357 346 339 331 329 267 301" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(170,255,255);" />
+   <polygon points="267 301 312 284 366 254 373 229 453 241 443 268 413 317 404 333 387 357 346 339 331 329 267 301" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="373 229 355 217 310 215 291 206 350 155 433 159 461 169 451 202 453 241 373 229" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(170,255,255);" />
+   <polygon points="373 229 355 217 310 215 291 206 350 155 433 159 461 169 451 202 453 241 373 229" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="387 357 402 377 432 401 440 402 439 423 416 450 331 450 258 444 296 410 337 385 387 357" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(254,0,1);" />
+   <polygon points="387 357 402 377 432 401 440 402 439 423 416 450 331 450 258 444 296 410 337 385 387 357" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="413 317 426 333 440 374 440 402 432 401 402 377 387 357 404 333 413 317" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(254,0,1);" />
+   <polygon points="413 317 426 333 440 374 440 402 432 401 402 377 387 357 404 333 413 317" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="291 206 297 148 265 119 258 84 256 66 303 63 341 61 346 108 350 155 291 206" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(254,0,1);" />
+   <polygon points="291 206 297 148 265 119 258 84 256 66 303 63 341 61 346 108 350 155 291 206" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="256 66 258 84 265 119 237 110 204 118 199 74 236 72 256 66" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(254,0,1);" />
+   <polygon points="256 66 258 84 265 119 237 110 204 118 199 74 236 72 256 66" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="291 206 260 220 234 232 219 199 216 180 181 141 181 123 204 118 237 110 265 119 297 148 291 206" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(254,0,1);" />
+   <polygon points="291 206 260 220 234 232 219 199 216 180 181 141 181 123 204 118 237 110 265 119 297 148 291 206" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="234 232 220 236 202 248 134 237 137 182 179 183 216 180 219 199 234 232" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(254,0,1);" />
+   <polygon points="234 232 220 236 202 248 134 237 137 182 179 183 216 180 219 199 234 232" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="216 180 179 183 137 182 129 133 122 88 123 72 161 67 199 74 204 118 181 123 181 141 216 180" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(254,0,1);" />
+   <polygon points="216 180 179 183 137 182 129 133 122 88 123 72 161 67 199 74 204 118 181 123 181 141 216 180" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="267 301 331 329 346 339 387 357 337 385 296 410 258 444 260 405 234 384 242 358 266 308 267 301" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(254,0,1);" />
+   <polygon points="267 301 331 329 346 339 387 357 337 385 296 410 258 444 260 405 234 384 242 358 266 308 267 301" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="36 242 84 251 117 248 134 237 129 264 115 287 114 300 102 317 46 346 34 360 33 344 41 277 36 242" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(254,0,1);" />
+   <polygon points="36 242 84 251 117 248 134 237 129 264 115 287 114 300 102 317 46 346 34 360 33 344 41 277 36 242" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+  </g>
+ </g>
+</svg>

Added: trunk/qgis/src/plugins/grass/modules/v.generalize.2.png
===================================================================
(Binary files differ)


Property changes on: trunk/qgis/src/plugins/grass/modules/v.generalize.2.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/qgis/src/plugins/grass/modules/v.generalize.qgm
===================================================================
--- trunk/qgis/src/plugins/grass/modules/v.generalize.qgm	                        (rev 0)
+++ trunk/qgis/src/plugins/grass/modules/v.generalize.qgm	2008-08-25 13:10:42 UTC (rev 9165)
@@ -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>
\ No newline at end of file

Added: trunk/qgis/src/plugins/grass/modules/v.kcv.1.png
===================================================================
(Binary files differ)


Property changes on: trunk/qgis/src/plugins/grass/modules/v.kcv.1.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/qgis/src/plugins/grass/modules/v.kcv.2.png
===================================================================
(Binary files differ)


Property changes on: trunk/qgis/src/plugins/grass/modules/v.kcv.2.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/qgis/src/plugins/grass/modules/v.kcv.qgm
===================================================================
--- trunk/qgis/src/plugins/grass/modules/v.kcv.qgm	                        (rev 0)
+++ trunk/qgis/src/plugins/grass/modules/v.kcv.qgm	2008-08-25 13:10:42 UTC (rev 9165)
@@ -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>
\ No newline at end of file

Added: trunk/qgis/src/plugins/grass/modules/v.out.ogr.postgis.1.png
===================================================================
(Binary files differ)


Property changes on: trunk/qgis/src/plugins/grass/modules/v.out.ogr.postgis.1.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/qgis/src/plugins/grass/modules/v.out.ogr.postgis.2.png
===================================================================
(Binary files differ)


Property changes on: trunk/qgis/src/plugins/grass/modules/v.out.ogr.postgis.2.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/qgis/src/plugins/grass/modules/v.out.ogr.postgis.qgm
===================================================================
--- trunk/qgis/src/plugins/grass/modules/v.out.ogr.postgis.qgm	                        (rev 0)
+++ trunk/qgis/src/plugins/grass/modules/v.out.ogr.postgis.qgm	2008-08-25 13:10:42 UTC (rev 9165)
@@ -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>

Modified: trunk/qgis/src/plugins/grass/modules/v.sample.qgm
===================================================================
--- trunk/qgis/src/plugins/grass/modules/v.sample.qgm	2008-08-25 10:58:24 UTC (rev 9164)
+++ trunk/qgis/src/plugins/grass/modules/v.sample.qgm	2008-08-25 13:10:42 UTC (rev 9165)
@@ -6,6 +6,6 @@
 	<field key="column" layer="vector" type="integer,double"/>
 	<option key="raster"/>
 	<option key="output"/>
-	<flag key="B" answer="off" hidden="no" />
-	<flag key="C" answer="off" hidden="no" />
+	<flag key="b" answer="off" hidden="no" />
+	<flag key="c" answer="off" hidden="no" />
 </qgisgrassmodule>

Added: trunk/qgis/src/plugins/grass/modules/v.support.1.svg
===================================================================
--- trunk/qgis/src/plugins/grass/modules/v.support.1.svg	                        (rev 0)
+++ trunk/qgis/src/plugins/grass/modules/v.support.1.svg	2008-08-25 13:10:42 UTC (rev 9165)
@@ -0,0 +1,50 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN" "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" width="500" x="0" y="0" height="500" id="/putrela0/mpasol/blazek/inst/qgiscvs07/plugins/grass/modules/v.extract.where.1" >
+ <rect width="500" x="0" y="0" height="500" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(255,255,255);" />
+ <g style="stroke:rgb(0,0,0);stroke-width:0.9;fill:none;" >
+  <clipPath id="clip1" >
+   <rect width="500" x="0" y="0" height="500" />
+  </clipPath>
+  <g style="clip-path:url(#clip1)" >
+   <polygon points="167 375 169 404 167 443 129 433 92 432 67 433 36 423 29 423 30 382 34 360 73 367 111 370 167 375" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(170,255,255);" />
+   <polygon points="167 375 169 404 167 443 129 433 92 432 67 433 36 423 29 423 30 382 34 360 73 367 111 370 167 375" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="167 375 111 370 73 367 34 360 46 346 102 317 114 300 126 318 141 339 161 367 167 375" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(170,255,255);" />
+   <polygon points="167 375 111 370 73 367 34 360 46 346 102 317 114 300 126 318 141 339 161 367 167 375" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="202 248 199 274 203 292 209 305 216 317 199 332 181 353 167 375 161 367 141 339 126 318 114 300 115 287 129 264 134 237 202 248" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(170,255,255);" />
+   <polygon points="202 248 199 274 203 292 209 305 216 317 199 332 181 353 167 375 161 367 141 339 126 318 114 300 115 287 129 264 134 237 202 248" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="267 301 262 293 258 280 244 259 234 232 260 220 291 206 310 215 355 217 373 229 366 254 312 284 267 301" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(170,255,255);" />
+   <polygon points="267 301 262 293 258 280 244 259 234 232 260 220 291 206 310 215 355 217 373 229 366 254 312 284 267 301" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="202 248 220 236 234 232 244 259 258 280 262 293 267 301 251 307 216 317 209 305 203 292 199 274 202 248" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(170,255,255);" />
+   <polygon points="202 248 220 236 234 232 244 259 258 280 262 293 267 301 251 307 216 317 209 305 203 292 199 274 202 248" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="216 317 251 307 267 301 266 308 242 358 234 384 260 405 258 444 199 447 167 443 169 404 167 375 181 353 199 332 216 317" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(170,255,255);" />
+   <polygon points="216 317 251 307 267 301 266 308 242 358 234 384 260 405 258 444 199 447 167 443 169 404 167 375 181 353 199 332 216 317" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="137 182 134 237 117 248 84 251 36 242 41 178 44 84 64 71 123 72 122 88 129 133 137 182" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(170,255,255);" />
+   <polygon points="137 182 134 237 117 248 84 251 36 242 41 178 44 84 64 71 123 72 122 88 129 133 137 182" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="461 169 433 159 350 155 346 108 341 61 367 63 443 64 457 112 461 169" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(170,255,255);" />
+   <polygon points="461 169 433 159 350 155 346 108 341 61 367 63 443 64 457 112 461 169" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="267 301 312 284 366 254 373 229 453 241 443 268 413 317 404 333 387 357 346 339 331 329 267 301" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(170,255,255);" />
+   <polygon points="267 301 312 284 366 254 373 229 453 241 443 268 413 317 404 333 387 357 346 339 331 329 267 301" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="373 229 355 217 310 215 291 206 350 155 433 159 461 169 451 202 453 241 373 229" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(170,255,255);" />
+   <polygon points="373 229 355 217 310 215 291 206 350 155 433 159 461 169 451 202 453 241 373 229" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="387 357 402 377 432 401 440 402 439 423 416 450 331 450 258 444 296 410 337 385 387 357" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(254,0,1);" />
+   <polygon points="387 357 402 377 432 401 440 402 439 423 416 450 331 450 258 444 296 410 337 385 387 357" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="413 317 426 333 440 374 440 402 432 401 402 377 387 357 404 333 413 317" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(254,0,1);" />
+   <polygon points="413 317 426 333 440 374 440 402 432 401 402 377 387 357 404 333 413 317" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="291 206 297 148 265 119 258 84 256 66 303 63 341 61 346 108 350 155 291 206" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(254,0,1);" />
+   <polygon points="291 206 297 148 265 119 258 84 256 66 303 63 341 61 346 108 350 155 291 206" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="256 66 258 84 265 119 237 110 204 118 199 74 236 72 256 66" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(254,0,1);" />
+   <polygon points="256 66 258 84 265 119 237 110 204 118 199 74 236 72 256 66" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="291 206 260 220 234 232 219 199 216 180 181 141 181 123 204 118 237 110 265 119 297 148 291 206" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(254,0,1);" />
+   <polygon points="291 206 260 220 234 232 219 199 216 180 181 141 181 123 204 118 237 110 265 119 297 148 291 206" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="234 232 220 236 202 248 134 237 137 182 179 183 216 180 219 199 234 232" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(254,0,1);" />
+   <polygon points="234 232 220 236 202 248 134 237 137 182 179 183 216 180 219 199 234 232" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="216 180 179 183 137 182 129 133 122 88 123 72 161 67 199 74 204 118 181 123 181 141 216 180" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(254,0,1);" />
+   <polygon points="216 180 179 183 137 182 129 133 122 88 123 72 161 67 199 74 204 118 181 123 181 141 216 180" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="267 301 331 329 346 339 387 357 337 385 296 410 258 444 260 405 234 384 242 358 266 308 267 301" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(254,0,1);" />
+   <polygon points="267 301 331 329 346 339 387 357 337 385 296 410 258 444 260 405 234 384 242 358 266 308 267 301" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+   <polygon points="36 242 84 251 117 248 134 237 129 264 115 287 114 300 102 317 46 346 34 360 33 344 41 277 36 242" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(254,0,1);" />
+   <polygon points="36 242 84 251 117 248 134 237 129 264 115 287 114 300 102 317 46 346 34 360 33 344 41 277 36 242" style="stroke:rgb(0,0,0);stroke-width:15;fill:none;" />
+  </g>
+ </g>
+</svg>

Added: trunk/qgis/src/plugins/grass/modules/v.support.2.png
===================================================================
(Binary files differ)


Property changes on: trunk/qgis/src/plugins/grass/modules/v.support.2.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/qgis/src/plugins/grass/modules/v.support.qgm
===================================================================
--- trunk/qgis/src/plugins/grass/modules/v.support.qgm	                        (rev 0)
+++ trunk/qgis/src/plugins/grass/modules/v.support.qgm	2008-08-25 13:10:42 UTC (rev 9165)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
+
+<qgisgrassmodule label="Updates vector map metadata" module="v.support">
+	<option key="map" />
+	<option key="organization" />
+	<option key="date" />
+	<option key="person" />
+	<option key="map_name" />
+	<option key="map_date" />
+	<option key="scale" />
+	<option key="zone" />
+	<option key="thresh" />
+	<option key="comment" />
+	<option key="cmdhist" />
+</qgisgrassmodule>
\ No newline at end of file

Modified: trunk/qgis/src/plugins/grass/modules/v.what.rast.qgm
===================================================================
--- trunk/qgis/src/plugins/grass/modules/v.what.rast.qgm	2008-08-25 10:58:24 UTC (rev 9164)
+++ trunk/qgis/src/plugins/grass/modules/v.what.rast.qgm	2008-08-25 13:10:42 UTC (rev 9165)
@@ -2,7 +2,7 @@
 <!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
 
 <qgisgrassmodule label="Uploads raster values at positions of vector points to the table" module="v.what.rast">
+	<option key="vector" layeroption="layer" typemask="point"/>
+	<field key="column" layer="vector" type="integer,double"/>
 	<option key="raster"/>
-	<option key="vector" layeroption="layer" typemask="point"/>
-	<field key="column" layer="vector" type="integer,double" label="Attribute field"/>
 </qgisgrassmodule>

Modified: trunk/qgis/src/plugins/grass/modules/v.what.vect.qgm
===================================================================
--- trunk/qgis/src/plugins/grass/modules/v.what.vect.qgm	2008-08-25 10:58:24 UTC (rev 9164)
+++ trunk/qgis/src/plugins/grass/modules/v.what.vect.qgm	2008-08-25 13:10:42 UTC (rev 9165)
@@ -2,8 +2,8 @@
 <!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
 
 <qgisgrassmodule label="Uploads map for which to edit attribute table" module="v.what.vect">
-	<option key="vector" layeroption="layer"/>
+	<option key="vector" layeroption="layer" typemask="point"/>
 	<field key="column" layer="vector" type="integer,double,varchar"/>
-	<option key="qvector" layeroption="layer"/>
-	<field key="qcolumn" layer="qvector" type="integer,double,varchar"/>
+	<option key="qvector" layeroption="layer" typemask="area"/>
+	<option key="qcolumn" layer="qvector" type="integer,double,varchar"/>
 </qgisgrassmodule>



More information about the QGIS-commit mailing list