Revision 180

View differences:

org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
	<modelVersion>4.0.0</modelVersion>
4

  
5
	<groupId>org.gvsig</groupId>
6
	<artifactId>org.gvsig.toolbox</artifactId>
7
	<packaging>pom</packaging>
8
	<name>${artifactId}</name>
9
	<version>1.0.23</version>
10

  
11
	<parent>
12
		<groupId>org.gvsig</groupId>
13
		<artifactId>org.gvsig.desktop</artifactId>
14
		<version>2.0.131</version>
15
	</parent>
16

  
17
	<scm>
18
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-toolbox/org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23</connection>
19
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-toolbox/org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23</developerConnection>
20
        <url>https://devel.gvsig.org/redmine/projects/gvsig-toolbox/repository/show/org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23</url>
21
    </scm>
22

  
23
	<repositories>
24
      <repository>
25
        <id>gvsig-public-http-repository</id>
26
        <name>gvSIG maven public HTTP repository</name>
27
        <url>http://devel.gvsig.org/m2repo/j2se</url>
28
        <releases>
29
          <enabled>true</enabled>
30
          <updatePolicy>daily</updatePolicy>
31
          <checksumPolicy>warn</checksumPolicy>
32
        </releases>
33
        <snapshots>
34
          <enabled>true</enabled>
35
          <updatePolicy>daily</updatePolicy>
36
          <checksumPolicy>warn</checksumPolicy>
37
        </snapshots>
38
      </repository>
39
    </repositories>
40

  
41
	<properties>
42
    	<maven.compiler.source>1.6</maven.compiler.source>
43
    	<maven.compiler.target>1.6</maven.compiler.target>
44
	</properties>
45

  
46
	 <build>
47

  
48
	    <pluginManagement>
49
	       <plugins>
50
	          <plugin>
51
                <groupId>org.codehaus.mojo</groupId>
52
                <artifactId>animal-sniffer-maven-plugin</artifactId>
53
                <version>1.7</version>
54
              </plugin>
55
	       </plugins>
56
	    </pluginManagement>
57

  
58
	    <plugins>
59
        	<plugin>
60
            	<groupId>org.apache.maven.plugins</groupId>
61
            	<artifactId>maven-compiler-plugin</artifactId>
62
            	<version>2.0.2</version>
63
            	<configuration>
64
                	<source>1.6</source>
65
                	<target>1.6</target>
66
                	<encoding>ISO-8859-1</encoding>
67
            	</configuration>
68
        	</plugin>
69

  
70
        	<plugin>
71
              <groupId>org.codehaus.mojo</groupId>
72
              <artifactId>animal-sniffer-maven-plugin</artifactId>
73
              <executions>
74
                <execution>
75
                    <id>check-java-api</id>
76
                    <phase>test</phase>
77
                    <goals>
78
                        <goal>check</goal>
79
                    </goals>
80
                    <configuration>
81
                        <signature>
82
                            <groupId>org.codehaus.mojo.signature
83
                            </groupId>
84
                            <artifactId>java16</artifactId>
85
                            <version>1.0</version>
86
                        </signature>
87
                    </configuration>
88
                </execution>
89
              </executions>
90
             </plugin>
91

  
92
             <plugin>
93
                <groupId>org.apache.maven.plugins</groupId>
94
                <artifactId>maven-release-plugin</artifactId>
95
                <configuration>
96
                    <tagBase>https://devel.gvsig.org/svn/gvsig-toolbox/org.gvsig.toolbox/tags/</tagBase>
97
                    <goals>deploy</goals>
98
                </configuration>
99
            </plugin>
100

  
101
    	  </plugins>
102
    </build>
103

  
104
	<dependencyManagement>
105
      <dependencies>
106
		<dependency>
107
			<groupId>gishur</groupId>
108
			<artifactId>gishur_x</artifactId>
109
			<version>unknown</version>
110
		</dependency>
111
		<dependency>
112
			<groupId>gishur</groupId>
113
			<artifactId>gishur_core</artifactId>
114
			<version>unknown</version>
115
		</dependency>
116
		<dependency>
117
			<groupId>com.vividsolutions</groupId>
118
			<artifactId>jts</artifactId>
119
			<version>1.13</version>
120
		</dependency>
121
		<dependency>
122
			<groupId>org.gvsig</groupId>
123
			<artifactId>org.gvsig.toolbox.algorithm</artifactId>
124
			<version>1.0.23</version>
125
		</dependency>
126
		<dependency>
127
			<groupId>org.gvsig</groupId>
128
			<artifactId>org.gvsig.toolbox.core</artifactId>
129
			<version>1.0.23</version>
130
		</dependency>
131
		<dependency>
132
			<groupId>org.gvsig</groupId>
133
			<artifactId>org.gvsig.toolbox.gui</artifactId>
134
			<version>1.0.23</version>
135
		</dependency>
136
		<dependency>
137
			<groupId>org.gvsig</groupId>
138
			<artifactId>org.gvsig.toolbox.math</artifactId>
139
			<version>1.0.23</version>
140
		</dependency>
141
		<dependency>
142
			<groupId>gnu.trove</groupId>
143
			<artifactId>trove</artifactId>
144
			<version>0.1.8</version>
145
		</dependency>
146
		<dependency>
147
			  <groupId>org.gvsig.legacy</groupId>
148
			  <artifactId>jama</artifactId>
149
			  <version>1.0.2</version>
150
		</dependency>
151
        <dependency>
152
			<groupId>org.nfunk</groupId>
153
			<artifactId>jep</artifactId>
154
			<version>2.4.0</version>
155
		</dependency>
156
		<dependency>
157
			<groupId>commons-codec</groupId>
158
			<artifactId>commons-codec</artifactId>
159
			<version>1.8</version>
160
		</dependency>
161
		<dependency>
162
            <groupId>es.unex</groupId>
163
            <artifactId>sextante_wps</artifactId>
164
            <version>0.6.0</version>
165
        </dependency>
166
        <dependency>
167
			<groupId>es.unex</groupId>
168
			<artifactId>libDocEngines</artifactId>
169
			<version>0.6.0</version>
170
		</dependency>
171
		<dependency>
172
			<groupId>org.beanshell</groupId>
173
			<artifactId>bsh</artifactId>
174
			<version>2.0b4</version>
175
		</dependency>
176
        <dependency>
177
            <groupId>org.japura</groupId>
178
            <artifactId>org.japura</artifactId>
179
            <version>1.14.0</version>
180
        </dependency>
181
		<dependency>
182
			<groupId>commons-codec</groupId>
183
			<artifactId>commons-codec</artifactId>
184
			<version>1.8</version>
185
		</dependency>
186
	  </dependencies>
187
	</dependencyManagement>
188

  
189
	 <modules>
190
		<module>org.gvsig.toolbox.math</module>
191
		<module>org.gvsig.toolbox.gui</module>
192
		<module>org.gvsig.toolbox.core</module>
193
		<module>org.gvsig.toolbox.algorithm</module>
194
	</modules>
195
</project>
0 196

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_contrib_a_perego_6.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	contrib_a_perego
11
module name :	Destriping 2
12
author      :	Alessandro Perego
13
_____________________________________________
14
go...
15
Usage: 6 -INPUT <str> -MASK <str> -RESULT3 <str> -RESULT1 <str> -RESULT2 <str> [-ANG <str>] [-R <str>] [-D <str>] [-MIN <str>] [-MAX <str>] [-MMIN <str>] [-MMAX <str>]
16
  -INPUT:<str>  	Input
17
	Grid (input)
18
  -MASK:<str>   	Mask Grid
19
	Grid (input)
20
  -RESULT3:<str>	Destriped Grid
21
	Grid (output)
22
  -RESULT1:<str>	Low-pass 1
23
	Grid (output)
24
  -RESULT2:<str>	Low-pass 2
25
	Grid (output)
26
  -ANG:<str>    	Angle (in degrees)
27
	Floating point
28
  -R:<str>      	Radius
29
	Floating point
30
  -D:<str>      	Stripes distance
31
	Floating point
32
  -MIN:<str>    	Min
33
	Floating point
34
  -MAX:<str>    	Max
35
	Floating point
36
  -MMIN:<str>   	Mask Min
37
	Floating point
38
  -MMAX:<str>   	Mask Max
39
	Floating point
0 40

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_grid_calculus_63.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	grid_calculus
11
module name :	Function
12
author      :	Copyrights (c) 2003 by Andre Ringeler
13
_____________________________________________
14
go...
15
Usage: 4 -RESULT <str> [-XMIN <str>] [-XMAX <str>] [-YMIN <str>] [-YMAX <str>] [-FORMUL <str>]
16
  -RESULT:<str>	Function
17
	Grid (output)
18
  -XMIN:<str>  	xmin
19
	Floating point
20
  -XMAX:<str>  	xmax
21
	Floating point
22
  -YMIN:<str>  	ymin
23
	Floating point
24
  -YMAX:<str>  	ymax
25
	Floating point
26
  -FORMUL:<str>	Formula
27
	Text
0 28

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_ta_lighting_368.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	ta_lighting
11
module name :	Analytical Hillshading
12
author      :	(c) 2003 by O.Conrad
13
_____________________________________________
14
go...
15
Usage: 0 -ELEVATION <str> -SHADE <str> [-METHOD <str>] [-AZIMUTH <str>] [-DECLINATION <str>] [-EXAGGERATION <str>]
16
  -ELEVATION:<str>   	Elevation
17
	Grid (input)
18
  -SHADE:<str>       	Analytical Hillshading
19
	Grid (output)
20
  -METHOD:<str>      	Shading Method
21
	Choice
22
	Available Choices:
23
	[0] Standard
24
	[1] Standard (max. 90Degree)
25
	[2] Combined Shading
26
	[3] Ray Tracing
27
  -AZIMUTH:<str>     	Azimuth [Degree]
28
	Floating point
29
  -DECLINATION:<str> 	Declination [Degree]
30
	Floating point
31
  -EXAGGERATION:<str>	Exaggeration
32
	Floating point
0 33

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/lib_sim_hydrology.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9

  
10
executable modules:
11
 0	- Soil Moisture Content
12
 1	- Overland Flow - Kinematic Wave D8
13
 2	- TOPMODEL
14
 3	- Water Retention Capacity
15

  
16
type -h or --help for further information
0 17

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_grid_calculus_67.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	grid_calculus
11
module name :	Grids Sum
12
author      :	O. Conrad (c) 2010
13
_____________________________________________
14
go...
15
Usage: 8 -GRIDS <str> -RESULT <str>
16
  -GRIDS:<str> 	Grids
17
	Grid list (input)
18
  -RESULT:<str>	Sum
19
	Grid (output)
0 20

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_ta_hydrology_353.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	ta_hydrology
11
module name :	Catchment Area (Parallel)
12
author      :	O.Conrad (c) 2001-2010, T.Grabs portions (c) 2010
13
_____________________________________________
14
go...
15
Usage: 0 -ELEVATION <str> [-SINKROUTE <str>] [-WEIGHT <str>] [-MATERIAL <str>] [-TARGET <str>] -CAREA <str> [-CHEIGHT <str>] [-CSLOPE <str>] [-ACCU_TOT <str>] [-ACCU_LEFT <str>] [-ACCU_RIGHT <str>] [-STEP <num>] [-CASPECT <str>] [-FLWPATH <str>] [-Method <str>] [-DOLINEAR] [-LINEARTHRS <str>] [-LINEARTHRS_GRID <str>] [-CHDIR_GRID <str>] [-CONVERGENCE <str>]
16
  -ELEVATION:<str>      	Elevation
17
	Grid (input)
18
  -SINKROUTE:<str>      	Sink Routes
19
	Grid (optional input)
20
  -WEIGHT:<str>         	Weight
21
	Grid (optional input)
22
  -MATERIAL:<str>       	Material
23
	Grid (optional input)
24
  -TARGET:<str>         	Target
25
	Grid (optional input)
26
  -CAREA:<str>          	Catchment Area
27
	Grid (output)
28
  -CHEIGHT:<str>        	Catchment Height
29
	Grid (optional output)
30
  -CSLOPE:<str>         	Catchment Slope
31
	Grid (optional output)
32
  -ACCU_TOT:<str>       	Total accumulated Material
33
	Grid (optional output)
34
  -ACCU_LEFT:<str>      	Accumulated Material from _left_ side
35
	Grid (optional output)
36
  -ACCU_RIGHT:<str>     	Accumulated Material from _right_ side
37
	Grid (optional output)
38
  -STEP:<num>           	Step
39
	Integer
40
	Minimum: 1.000000
41
  -CASPECT:<str>        	Catchment Aspect
42
	Grid (optional output)
43
  -FLWPATH:<str>        	Flow Path Length
44
	Grid (optional output)
45
  -Method:<str>         	Method
46
	Choice
47
	Available Choices:
48
	[0] Deterministic 8
49
	[1] Rho 8
50
	[2] Braunschweiger Reliefmodell
51
	[3] Deterministic Infinity
52
	[4] Multiple Flow Direction
53
	[5] Multiple Triangular Flow Directon
54
  -DOLINEAR             	Linear Flow
55
	Boolean
56
  -LINEARTHRS:<str>     	Linear Flow Threshold
57
	Floating point
58
  -LINEARTHRS_GRID:<str>	Linear Flow Threshold Grid
59
	Grid (optional input)
60
  -CHDIR_GRID:<str>     	Channel Direction
61
	Grid (optional input)
62
  -CONVERGENCE:<str>    	Convergence
63
	Floating point
64
	Minimum: 0.000000
0 65

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_sim_cellular_automata_324.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	sim_cellular_automata
11
module name :	Wa-Tor
12
author      :	(c) 2003 by O.Conrad
13
_____________________________________________
14
go...
15
Usage: 1 [-GRID <str>] [-NX <num>] [-NY <num>] [-RESULT <str>] [-REFRESH] [-INIT_FISH <str>] [-INIT_SHARK <str>] -TABLE <str> [-FISH_BIRTH <num>] [-SHARK_BIRTH <num>] [-SHARK_STARVE <num>]
16
  -GRID:<str>        	Grid
17
	Data Object (optional output)
18
  -NX:<num>          	Width (Cells)
19
	Integer
20
	Minimum: 1.000000
21
  -NY:<num>          	Height (Cells)
22
	Integer
23
	Minimum: 1.000000
24
  -RESULT:<str>      	Wa-Tor
25
	Grid (optional output)
26
  -REFRESH           	Refresh
27
	Boolean
28
  -INIT_FISH:<str>   	Initial Number of Fishes [%]
29
	Floating point
30
	Value Range: 0.000000 - 100.000000
31
  -INIT_SHARK:<str>  	Initial Number of Sharks [%]
32
	Floating point
33
	Value Range: 0.000000 - 100.000000
34
  -TABLE:<str>       	Cycles
35
	Table (output)
36
  -FISH_BIRTH:<num>  	Birth Rate of Fishes
37
	Integer
38
	Minimum: 0.000000
39
  -SHARK_BIRTH:<num> 	Birth Rate of Sharks
40
	Integer
41
	Minimum: 0.000000
42
  -SHARK_STARVE:<num>	Max. Starvation Time for Sharks
43
	Integer
44
	Minimum: 0.000000
0 45

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_geostatistics_grid_14.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	geostatistics_grid
11
module name :	Residual Analysis (Grid)
12
author      :	O.Conrad (c) 2003
13
_____________________________________________
14
go...
15
Usage: 1 -GRID <str> -MEAN <str> -DIFF <str> -STDDEV <str> -RANGE <str> -MIN <str> -MAX <str> -DEVMEAN <str> -PERCENT <str> [-RADIUS <num>] [-DISTANCE_WEIGHTING_WEIGHTING <str>] [-DISTANCE_WEIGHTING_IDW_POWER <str>] [-DISTANCE_WEIGHTING_IDW_OFFSET] [-DISTANCE_WEIGHTING_BANDWIDTH <str>]
16
  -GRID:<str>                        	Grid
17
	Grid (input)
18
  -MEAN:<str>                        	Mean Value
19
	Grid (output)
20
  -DIFF:<str>                        	Difference from Mean Value
21
	Grid (output)
22
  -STDDEV:<str>                      	Standard Deviation
23
	Grid (output)
24
  -RANGE:<str>                       	Value Range
25
	Grid (output)
26
  -MIN:<str>                         	Minimum Value
27
	Grid (output)
28
  -MAX:<str>                         	Maximum Value
29
	Grid (output)
30
  -DEVMEAN:<str>                     	Deviation from Mean Value
31
	Grid (output)
32
  -PERCENT:<str>                     	Percentile
33
	Grid (output)
34
  -RADIUS:<num>                      	Radius (Cells)
35
	Integer
36
	Minimum: 1.000000
37
  -DISTANCE_WEIGHTING_WEIGHTING:<str>	Distance Weighting
38
	Choice
39
	Available Choices:
40
	[0] no distance weighting
41
	[1] inverse distance to a power
42
	[2] exponential
43
	[3] gaussian weighting
44
  -DISTANCE_WEIGHTING_IDW_POWER:<str>	Inverse Distance Weighting Power
45
	Floating point
46
	Minimum: 0.000000
47
  -DISTANCE_WEIGHTING_IDW_OFFSET     	Inverse Distance Offset
48
	Boolean
49
  -DISTANCE_WEIGHTING_BANDWIDTH:<str>	Gaussian and Exponential Weighting Bandwidth
50
	Floating point
51
	Minimum: 0.000000
0 52

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_io_shapes_las_205.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	io_shapes_las
11
module name :	Export LAS Files
12
author      :	Volker Wichmann (c) 2010, LASERDATA GmbH
13
_____________________________________________
14
go...
15
Usage: 0 -POINTS <str> [-T <str>] [-i <str>] [-a <str>] [-r <str>] [-n <str>] [-c <str>] [-u <str>] [-R <str>] [-G <str>] [-B <str>] [-e <str>] [-d <str>] [-p <str>] [-RGB <str>] [-OFF_X <str>] [-OFF_Y <str>] [-OFF_Z <str>] [-SCALE_X <str>] [-SCALE_Y <str>] [-SCALE_Z <str>] [-FORMAT <str>] [-FILE <str>]
16
  -POINTS:<str> 	Point Cloud
17
	Point Cloud (input)
18
  -T:<str>      	gps-time
19
	Table field
20
  -i:<str>      	intensity
21
	Table field
22
  -a:<str>      	scan angle
23
	Table field
24
  -r:<str>      	number of the return
25
	Table field
26
  -n:<str>      	number of returns of given pulse
27
	Table field
28
  -c:<str>      	classification
29
	Table field
30
  -u:<str>      	user data
31
	Table field
32
  -R:<str>      	red channel color
33
	Table field
34
  -G:<str>      	green channel color
35
	Table field
36
  -B:<str>      	blue channel color
37
	Table field
38
  -e:<str>      	edge of flight line flag
39
	Table field
40
  -d:<str>      	direction of scan flag
41
	Table field
42
  -p:<str>      	point source ID
43
	Table field
44
  -RGB:<str>    	SAGA RGB color
45
	Table field
46
  -OFF_X:<str>  	Offset X
47
	Floating point
48
  -OFF_Y:<str>  	Offset Y
49
	Floating point
50
  -OFF_Z:<str>  	Offset Z
51
	Floating point
52
  -SCALE_X:<str>	Scale X
53
	Floating point
54
  -SCALE_Y:<str>	Scale Y
55
	Floating point
56
  -SCALE_Z:<str>	Scale Z
57
	Floating point
58
  -FORMAT:<str> 	Point Data Record Format
59
	Choice
60
	Available Choices:
61
	[0] 0
62
	[1] 1
63
	[2] 2
64
	[3] 3
65
  -FILE:<str>   	Output File
66
	File path
0 67

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_shapes_polygons_301.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	shapes_polygons
11
module name :	Polygons to Edges and Nodes
12
author      :	O. Conrad (c) 2011
13
_____________________________________________
14
go...
15
Usage: 9 -POLYGONS <str> -EDGES <str> -NODES <str>
16
  -POLYGONS:<str>	Polygons
17
	Shapes (input)
18
  -EDGES:<str>   	Edges
19
	Shapes (output)
20
  -NODES:<str>   	Nodes
21
	Shapes (output)
0 22

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_ta_hydrology_357.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	ta_hydrology
11
module name :	Upslope Area
12
author      :	(c) 2001 by O.Conrad
13
_____________________________________________
14
go...
15
Usage: 4 -TARGET <str> -ELEVATION <str> [-SINKROUTE <str>] -AREA <str> [-METHOD <str>] [-CONVERGE <str>]
16
  -TARGET:<str>   	Target Area
17
	Grid (input)
18
  -ELEVATION:<str>	Elevation
19
	Grid (input)
20
  -SINKROUTE:<str>	Sink Routes
21
	Grid (optional input)
22
  -AREA:<str>     	Upslope Area
23
	Grid (output)
24
  -METHOD:<str>   	Method
25
	Choice
26
	Available Choices:
27
	[0] Deterministic 8
28
	[1] Deterministic Infinity
29
	[2] Multiple Flow Direction
30
  -CONVERGE:<str> 	Convergence
31
	Floating point
32
	Minimum: 0.001000
0 33

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_geostatistics_grid_18.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	geostatistics_grid
11
module name :	Zonal Grid Statistics
12
author      :	Copyrights (c) 2005 by Volker Wichmann
13
_____________________________________________
14
go...
15
Usage: 5 -ZONES <str> [-CATLIST <str>] [-STATLIST <str>] [-ASPECT <str>] -OUTTAB <str> [-SHORTNAMES]
16
  -ZONES:<str>   	Zone Grid
17
	Grid (input)
18
  -CATLIST:<str> 	Categorial Grids
19
	Grid list (optional input)
20
  -STATLIST:<str>	Grids to analyse
21
	Grid list (optional input)
22
  -ASPECT:<str>  	Aspect
23
	Grid (optional input)
24
  -OUTTAB:<str>  	Zonal Statistics
25
	Table (output)
26
  -SHORTNAMES    	Short Field Names
27
	Boolean
0 28

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_io_shapes_191.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	io_shapes
11
module name :	Export Surfer Blanking File
12
author      :	(c) 2006 by O.Conrad
13
_____________________________________________
14
go...
15
Usage: 5 -SHAPES <str> [-NAME <str>] [-DESC <str>] [-ZVAL <str>] [-BNAME] [-BDESC] [-BZVAL] [-FILE <str>]
16
  -SHAPES:<str>	Shapes
17
	Shapes (input)
18
  -NAME:<str>  	Name
19
	Table field
20
  -DESC:<str>  	Description
21
	Table field
22
  -ZVAL:<str>  	z values
23
	Table field
24
  -BNAME       	Export names
25
	Boolean
26
  -BDESC       	Export descriptions
27
	Boolean
28
  -BZVAL       	Export z values
29
	Boolean
30
  -FILE:<str>  	File
31
	File path
0 32

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_ta_morphometry_372.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	ta_morphometry
11
module name :	Slope, Aspect, Curvature
12
author      :	O.Conrad (c) 2001
13
_____________________________________________
14
go...
15
Usage: 0 -ELEVATION <str> -SLOPE <str> -ASPECT <str> [-CURV <str>] [-HCURV <str>] [-VCURV <str>] [-METHOD <str>]
16
  -ELEVATION:<str>	Elevation
17
	Grid (input)
18
  -SLOPE:<str>    	Slope
19
	Grid (output)
20
  -ASPECT:<str>   	Aspect
21
	Grid (output)
22
  -CURV:<str>     	Curvature
23
	Grid (optional output)
24
  -HCURV:<str>    	Plan Curvature
25
	Grid (optional output)
26
  -VCURV:<str>    	Profile Curvature
27
	Grid (optional output)
28
  -METHOD:<str>   	Method
29
	Choice
30
	Available Choices:
31
	[0] Maximum Slope (Travis et al. 1975)
32
	[1] Maximum Triangle Slope (Tarboton 1997)
33
	[2] Least Squares Fitted Plane (Horn 1981, Costa-Cabral & Burgess 1996)
34
	[3] Fit 2.Degree Polynom (Bauer, Rohdenburg, Bork 1985)
35
	[4] Fit 2.Degree Polynom (Heerdegen & Beran 1982)
36
	[5] Fit 2.Degree Polynom (Zevenbergen & Thorne 1987)
37
	[6] Fit 3.Degree Polynom (Haralick 1983)
0 38

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_geostatistics_kriging_26.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	geostatistics_kriging
11
module name :	Universal Kriging (VF, Global)
12
author      :	(c) 2008 by O.Conrad
13
_____________________________________________
14
go...
15
Usage: 3 -POINTS <str> [-ZFIELD <str>] [-TARGET <str>] [-TQUALITY <str>] [-DISTMAX <str>] [-DISTCOUNT <num>] [-NSKIP <num>] [-BLOCK] [-DBLOCK <str>] [-GRIDS <str>] [-INTERPOL <str>] [-COORDS] [-FORMULA_STRING <str>] [-USER_BVARIANCE] [-USER_XMIN <str>] [-USER_XMAX <str>] [-USER_YMIN <str>] [-USER_YMAX <str>] [-USER_SIZE <str>] [-USER_GRID <str>] [-USER_VARIANCE <str>] [-GRID_GRID <str>] [-GRID_VARIANCE <str>]
16
  -POINTS:<str>        	Points
17
	Shapes (input)
18
  -ZFIELD:<str>        	Attribute
19
	Table field
20
  -TARGET:<str>        	Target Grid
21
	Choice
22
	Available Choices:
23
	[0] user defined
24
	[1] grid
25
  -TQUALITY:<str>      	Type of Quality Measure
26
	Choice
27
	Available Choices:
28
	[0] standard deviation
29
	[1] variance
30
  -DISTMAX:<str>       	Maximum Distance
31
	Floating point
32
  -DISTCOUNT:<num>     	Initial Number of Distance Classes
33
	Integer
34
	Minimum: 1.000000
35
  -NSKIP:<num>         	Skip Number
36
	Integer
37
	Minimum: 1.000000
38
  -BLOCK               	Block Kriging
39
	Boolean
40
  -DBLOCK:<str>        	Block Size
41
	Floating point
42
	Minimum: 0.000000
43
  -GRIDS:<str>         	Grids
44
	Grid list (optional input)
45
  -INTERPOL:<str>      	Grid Interpolation
46
	Choice
47
	Available Choices:
48
	[0] Nearest Neighbor
49
	[1] Bilinear Interpolation
50
	[2] Inverse Distance Interpolation
51
	[3] Bicubic Spline Interpolation
52
	[4] B-Spline Interpolation
53
  -COORDS              	Coordinates
54
	Boolean
55
  -FORMULA_STRING:<str>	Formula String
56
	Text
57
  -USER_BVARIANCE      	Create Quality Grid
58
	Boolean
59
  -USER_XMIN:<str>     	Left
60
	Floating point
61
  -USER_XMAX:<str>     	Right
62
	Floating point
63
  -USER_YMIN:<str>     	Bottom
64
	Floating point
65
  -USER_YMAX:<str>     	Top
66
	Floating point
67
  -USER_SIZE:<str>     	Cellsize
68
	Floating point
69
	Minimum: 0.000000
70
  -USER_GRID:<str>     	Grid
71
	Data Object (optional output)
72
  -USER_VARIANCE:<str> 	Quality Measure
73
	Data Object (optional output)
74
  -GRID_GRID:<str>     	Grid
75
	Grid (output)
76
  -GRID_VARIANCE:<str> 	Quality Measure
77
	Grid (optional output)
0 78

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_io_grid_image_172.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	io_grid_image
11
module name :	Import Image (bmp, jpg, png, tif, gif, pnm, xpm)
12
author      :	(c) 2005 by O.Conrad
13
_____________________________________________
14
go...
15
Usage: 1 [-OUT_GRID <str>] [-OUT_RED <str>] [-OUT_GREEN <str>] [-OUT_BLUE <str>] [-FILE <str>] [-METHOD <str>]
16
  -OUT_GRID:<str> 	Image
17
	Data Object (optional output)
18
  -OUT_RED:<str>  	Image (Red Channel)
19
	Data Object (optional output)
20
  -OUT_GREEN:<str>	Image (Green Channel)
21
	Data Object (optional output)
22
  -OUT_BLUE:<str> 	Image (Blue Channel)
23
	Data Object (optional output)
24
  -FILE:<str>     	Image File
25
	File path
26
  -METHOD:<str>   	Options
27
	Choice
28
	Available Choices:
29
	[0] Standard
30
	[1] Split Channels
31
	[2] Enforce True Color
0 32

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_io_shapes_195.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	io_shapes
11
module name :	Export WASP terrain map file
12
author      :	(c) 2006 by O.Conrad
13
_____________________________________________
14
go...
15
Usage: 9 -SHAPES <str> [-ELEVATION <str>] [-FILE <str>]
16
  -SHAPES:<str>   	Contour Lines
17
	Shapes (input)
18
  -ELEVATION:<str>	Map File
19
	Table field
20
  -FILE:<str>     	File Name
21
	File path
0 22

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_ta_morphometry_376.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	ta_morphometry
11
module name :	Curvature Classification
12
author      :	(c) 2001 by O.Conrad
13
_____________________________________________
14
go...
15
Usage: 4 -CPLAN <str> -CPROF <str> [-THRESHOLD <str>] -CLASS <str>
16
  -CPLAN:<str>    	Plan Curvature
17
	Grid (input)
18
  -CPROF:<str>    	Profile Curvature
19
	Grid (input)
20
  -THRESHOLD:<str>	Threshold for plane
21
	Floating point
22
	Minimum: 0.000000
23
  -CLASS:<str>    	Curvature Classification
24
	Grid (output)
0 25

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/lib_ta_profiles.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9

  
10
executable modules:
11
 3	- Cross Profiles
12
 4	- Profiles from Lines
13
 5	- Profile from points
14

  
15
type -h or --help for further information
0 16

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_io_gps_155.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	io_gps
11
module name :	GPX to shapefile
12
author      :	
13
_____________________________________________
14
go...
15
Usage: 0 [-BASEPATH <str>] [-FILE <str>] [-TRACKPOINTS] [-WAYPOINTS] [-ROUTES] [-ADD]
16
  -BASEPATH:<str>	Gpx2shp path
17
	File path
18
  -FILE:<str>    	GPX file
19
	File path
20
  -TRACKPOINTS   	Convert track points
21
	Boolean
22
  -WAYPOINTS     	Convert way points
23
	Boolean
24
  -ROUTES        	Convert routes
25
	Boolean
26
  -ADD           	Load shapefile
27
	Boolean
0 28

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_lectures_introduction_221.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	lectures_introduction
11
module name :	10: Dynamic Simulation - Life
12
author      :	Copyrights (c) 2003 by Olaf Conrad
13
_____________________________________________
14
go...
15
Usage: 9 -RESULT <str> [-REFRESH] [-COLORS <num>]
16
  -RESULT:<str>	Life
17
	Grid (output)
18
  -REFRESH     	Refresh
19
	Boolean
20
  -COLORS:<num>	Fade Color Count
21
	Integer
22
	Value Range: 3.000000 - 255.000000
0 23

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/lib_imagery_classification.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9

  
10
executable modules:
11
 0	- Supervised Classification
12
 1	- Cluster Analysis for Grids
13
 2	- Change Detection
14

  
15
type -h or --help for further information
0 16

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/lib_io_shapes_las.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9

  
10
executable modules:
11
 0	- Export LAS Files
12
 1	- Import LAS Files
13
 2	- LAS Info
14

  
15
type -h or --help for further information
0 16

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_io_shapes_199.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	io_shapes
11
module name :	Import GPX
12
author      :	O. Conrad (c) 2009
13
_____________________________________________
14
go...
15
Usage: 13 [-SHAPES <str>] [-FILE <str>] [-TIME]
16
  -SHAPES:<str>	GPX Import
17
	Shapes list (optional output)
18
  -FILE:<str>  	File
19
	File path
20
  -TIME        	Time Stamp without date
21
	Boolean
0 22

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_sim_hydrology_331.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	sim_hydrology
11
module name :	Overland Flow - Kinematic Wave D8
12
author      :	O. Conrad (c) 2003
13
_____________________________________________
14
go...
15
Usage: 1 -DEM <str> -FLOW <str> [-GAUGES <str>] [-GAUGES_FLOW <str>] [-TIME_SPAN <str>] [-TIME_STEP <str>] [-ROUGHNESS <str>] [-NEWTON_MAXITER <num>] [-NEWTON_EPSILON <str>] [-PRECIP <str>] [-THRESHOLD <str>]
16
  -DEM:<str>           	Elevation
17
	Grid (input)
18
  -FLOW:<str>          	Runoff
19
	Grid (output)
20
  -GAUGES:<str>        	Gauges
21
	Shapes (optional input)
22
  -GAUGES_FLOW:<str>   	Flow at Gauges
23
	Table (optional output)
24
  -TIME_SPAN:<str>     	Simulation Time [h]
25
	Floating point
26
	Minimum: 0.000000
27
  -TIME_STEP:<str>     	Simulation Time Step [h]
28
	Floating point
29
	Minimum: 0.000000
30
  -ROUGHNESS:<str>     	Manning's Roughness
31
	Floating point
32
	Minimum: 0.000000
33
  -NEWTON_MAXITER:<num>	Max. Iterations
34
	Integer
35
	Minimum: 1.000000
36
  -NEWTON_EPSILON:<str>	Epsilon
37
	Floating point
38
	Minimum: 0.000000
39
  -PRECIP:<str>        	Precipitation
40
	Choice
41
	Available Choices:
42
	[0] Homogenous
43
	[1] Above Elevation
44
	[2] Left Half
45
  -THRESHOLD:<str>     	Threshold Elevation
46
	Floating point
0 47

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_shapes_points_278.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	shapes_points
11
module name :	Convert Table to Points
12
author      :	Victor Olaya (c) 2004
13
_____________________________________________
14
go...
15
Usage: 0 -POINTS <str> -TABLE <str> [-X <str>] [-Y <str>]
16
  -POINTS:<str>	Points
17
	Shapes (output)
18
  -TABLE:<str> 	Table
19
	Table (input)
20
  -X:<str>     	X
21
	Table field
22
  -Y:<str>     	Y
23
	Table field
0 24

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_lectures_introduction_225.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	lectures_introduction
11
module name :	14: Vectorising channel lines
12
author      :	Copyrights (c) 2003 by Olaf Conrad
13
_____________________________________________
14
go...
15
Usage: 13 -ELEVATION <str> -CHANNELS <str> -SHAPES <str> [-THRESHOLD <num>]
16
  -ELEVATION:<str>	Elevation grid
17
	Grid (input)
18
  -CHANNELS:<str> 	Channels (Raster)
19
	Grid (output)
20
  -SHAPES:<str>   	Channels (Vector)
21
	Shapes (output)
22
  -THRESHOLD:<num>	Threshold
23
	Integer
24
	Value Range: 0.000000 - 8.000000
0 25

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/lib_shapes_polygons.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9

  
10
executable modules:
11
 0	- Polygon Intersection
12
 1	- Polygon Centroids
13
 2	- Geometrical Properties of Polygons
14
 3	- Convert Lines to Polygons
15
 4	- Point Statistics for Polygons
16
 5	- Polygon Dissolve
17
 6	- Convert Polygon/Line Vertices to Points
18
 7	- Polygon Shape Indices
19
 8	- Polygon-Line Intersection
20
 9	- Polygons to Edges and Nodes
21

  
22
type -h or --help for further information
0 23

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_grid_spline_101.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	grid_spline
11
module name :	Multilevel B-Spline Interpolation (from Grid)
12
author      :	(c) 2006 by O.Conrad
13
_____________________________________________
14
go...
15
Usage: 5 -GRIDPOINTS <str> [-TARGET <str>] [-METHOD <str>] [-EPSILON <str>] [-LEVEL_MAX <num>] [-UPDATE] [-DATATYPE <str>] [-USER_XMIN <str>] [-USER_XMAX <str>] [-USER_YMIN <str>] [-USER_YMAX <str>] [-USER_SIZE <str>] [-USER_GRID <str>] [-GRID_GRID <str>]
16
  -GRIDPOINTS:<str>	Grid
17
	Grid (input)
18
  -TARGET:<str>    	Target Grid
19
	Choice
20
	Available Choices:
21
	[0] user defined
22
	[1] grid
23
  -METHOD:<str>    	Method
24
	Choice
25
	Available Choices:
26
	[0] without B-spline refinement
27
	[1] with B-spline refinement
28
  -EPSILON:<str>   	Threshold Error
29
	Floating point
30
	Minimum: 0.000000
31
  -LEVEL_MAX:<num> 	Maximum Level
32
	Integer
33
	Value Range: 1.000000 - 14.000000
34
  -UPDATE          	Update View
35
	Boolean
36
  -DATATYPE:<str>  	Data Type
37
	Choice
38
	Available Choices:
39
	[0] same as input grid
40
	[1] floating point
41
  -USER_XMIN:<str> 	Left
42
	Floating point
43
  -USER_XMAX:<str> 	Right
44
	Floating point
45
  -USER_YMIN:<str> 	Bottom
46
	Floating point
47
  -USER_YMAX:<str> 	Top
48
	Floating point
49
  -USER_SIZE:<str> 	Cellsize
50
	Floating point
51
	Minimum: 0.000000
52
  -USER_GRID:<str> 	Grid
53
	Data Object (optional output)
54
  -GRID_GRID:<str> 	Grid
55
	Grid (output)
0 56

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.23/org.gvsig.toolbox.gui/alg_descriptions/saga/description/lib_shapes_lines.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9

  
10
executable modules:
11
 0	- Convert Polygons to Lines
12
 1	- Convert Points to Line(s)
13
 2	- Line Properties
14
 3	- Line-Polygon Intersection
15
 4	- Line Simplification
16
 5	- Line Dissolve
17

  
18
type -h or --help for further information
0 19

  
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff