-
-
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.
splitted r.surf.rst git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@181 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- Loading branch information
volayaf
committed
May 10, 2012
1 parent
92ec118
commit fa8c9e6
Showing
10 changed files
with
31 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
v.surf.rst | ||
v.surf.rst.cvdev | ||
Vector (v.*) | ||
ParameterVector|input|input|0|False | ||
ParameterString|where|where| | ||
ParameterRaster|maskmap|maskmap|True | ||
ParameterTableField|zcolumn|zcolumn|input | ||
ParameterNumber|tension|tension|None|None|40 | ||
ParameterNumber|segmax|segmax|None|None|40 | ||
ParameterNumber|npmin|npmin|None|None|300 | ||
ParameterNumber|dmin|dmin|None|None|0.5 | ||
ParameterNumber|dmax|dmax|None|None|2.5 | ||
ParameterNumber|theta|theta|None|None|0 | ||
ParameterNumber|scalex|scalex|None|None|0 | ||
ParameterBoolean|-c|-c[leave this as True]|True | ||
OutputVector|cvdev|cvdev |
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,11 +1,10 @@ | ||
##layers=multiple vector | ||
##result=output vector | ||
from sextante.mmqgis import mmqgis_library as mmqgis | ||
from sextante.core.Sextante import Sextante | ||
from sextante.mmqgis import sextante_mmqgis_library as sxt_mmqgis | ||
from sextante.mmqgis.DummyInterface import DummyInterface | ||
from sextante.core.QGisLayers import QGisLayers | ||
names=[] | ||
for layer in layers: | ||
names.append(QGisLayers.getObjectFromUri(layer).name()) | ||
mmqgis.mmqgis_merge(DummyInterface(), names, result) | ||
sxt_mmqgis.mmqgis_merge(DummyInterface(), names, result) | ||
|
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,6 +1,6 @@ | ||
##layer=vector | ||
##output=output vector | ||
##f=field layer | ||
from sextante.mmqgis import mmqgis_library as mmqgis | ||
from sextante.mmqgis import sextante_mmqgis_library as sxt_mmqgis | ||
from sextante.mmqgis.DummyInterface import DummyInterface | ||
mmqgis.mmqgis_text_to_float(DummyInterface(), layer, [f], output, False) | ||
sxt_mmqgis.mmqgis_text_to_float(DummyInterface(), layer, [f], output, False) |
File renamed without changes.