Revision 647

View differences:

org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/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/xsd/maven-4.0.0.xsd">
3

  
4
	<modelVersion>4.0.0</modelVersion>
5
	<artifactId>org.gvsig.geoprocess</artifactId>
6
	<packaging>pom</packaging>
7
	<name>org.gvsig.geoprocess</name>
8
	<description>Geoprocessing projects</description>
9
	<version>2.2.21</version>
10

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

  
17
	<scm>
18
		<connection>scm:svn:https://devel.gvsig.org/svn/gvsig-geoprocess/org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21</connection>
19
		<developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-geoprocess/org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21</developerConnection>
20
		<url>https://devel.gvsig.org/redmine/projects/gvsig-geoprocess/repository/show/org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21</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
	<dependencyManagement>
42
		<dependencies>
43
                        <dependency>
44
		                <groupId>org.gvsig</groupId>
45
		                <artifactId>org.gvsig.raster</artifactId>
46
		                <version>2.2.10</version>
47
		                <type>pom</type>
48
		                <scope>import</scope>
49
                        </dependency>
50
			<dependency>
51
				<groupId>org.gvsig</groupId>
52
				<artifactId>org.gvsig.toolbox</artifactId>
53
				<version>1.0.15</version>
54
				<type>pom</type>
55
				<scope>import</scope>
56
				<optional>true</optional>
57
			</dependency>
58
			<dependency>
59
				<groupId>org.gvsig</groupId>
60
				<artifactId>org.gvsig.geoprocess.app.mainplugin</artifactId>
61
				<version>2.2.21</version>
62
			</dependency>
63
			<dependency>
64
				<groupId>org.gvsig</groupId>
65
				<artifactId>org.gvsig.geoprocess.lib.api</artifactId>
66
				<version>2.2.21</version>
67
			</dependency>
68
			<dependency>
69
				<groupId>org.gvsig</groupId>
70
				<artifactId>org.gvsig.geoprocess.lib.sextante</artifactId>
71
				<version>2.2.21</version>
72
			</dependency>
73
			<dependency>
74
		    	<groupId>org.gvsig</groupId>
75
   				<artifactId>org.gvsig.geoprocess.algorithm.base</artifactId>
76
            	<version>2.2.21</version>
77
   			</dependency>
78
			<dependency>
79
	            <groupId>org.gvsig</groupId>
80
	            <artifactId>org.gvsig.geoprocess.algorithm.buffer</artifactId>
81
	            <version>2.2.21</version>
82
	        </dependency>
83
	        <dependency>
84
	            <groupId>org.gvsig</groupId>
85
	            <artifactId>org.gvsig.geoprocess.algorithm.clip</artifactId>
86
	            <version>2.2.21</version>
87
	        </dependency>
88
	        <dependency>
89
	            <groupId>org.gvsig</groupId>
90
	            <artifactId>org.gvsig.geoprocess.algorithm.convexhull</artifactId>
91
	            <version>2.2.21</version>
92
	        </dependency>
93
	        <dependency>
94
	            <groupId>org.gvsig</groupId>
95
	            <artifactId>org.gvsig.geoprocess.algorithm.difference</artifactId>
96
	            <version>2.2.21</version>
97
	        </dependency>
98
	        <dependency>
99
	            <groupId>org.gvsig</groupId>
100
	            <artifactId>org.gvsig.geoprocess.algorithm.dissolve</artifactId>
101
	            <version>2.2.21</version>
102
	        </dependency>
103
	        <dependency>
104
	            <groupId>org.gvsig</groupId>
105
	            <artifactId>org.gvsig.geoprocess.algorithm.fusespatially</artifactId>
106
	            <version>2.2.21</version>
107
	        </dependency>
108
	        <dependency>
109
	            <groupId>org.gvsig</groupId>
110
	            <artifactId>org.gvsig.geoprocess.algorithm.intersection</artifactId>
111
	            <version>2.2.21</version>
112
	        </dependency>
113
	        <dependency>
114
	            <groupId>org.gvsig</groupId>
115
	            <artifactId>org.gvsig.geoprocess.algorithm.merge</artifactId>
116
	            <version>2.2.21</version>
117
	        </dependency>
118
	        <dependency>
119
	            <groupId>org.gvsig</groupId>
120
	            <artifactId>org.gvsig.geoprocess.algorithm.reproject</artifactId>
121
	            <version>2.2.21</version>
122
	        </dependency>
123
	        <dependency>
124
	            <groupId>org.gvsig</groupId>
125
	            <artifactId>org.gvsig.geoprocess.algorithm.spatialjoin</artifactId>
126
	            <version>2.2.21</version>
127
	        </dependency>
128
	        <dependency>
129
	            <groupId>org.gvsig</groupId>
130
	            <artifactId>org.gvsig.geoprocess.algorithm.union</artifactId>
131
	            <version>2.2.21</version>
132
	        </dependency>
133
	        <dependency>
134
	            <groupId>org.gvsig</groupId>
135
	            <artifactId>org.gvsig.geoprocess.algorithm.xyshift</artifactId>
136
	            <version>2.2.21</version>
137
	        </dependency>
138
	        <dependency>
139
	            <groupId>org.gvsig</groupId>
140
	            <artifactId>org.gvsig.geoprocess.algorithm.groupby</artifactId>
141
	            <version>2.2.21</version>
142
	        </dependency>
143
            <dependency>
144
	            <groupId>org.gvsig</groupId>
145
	            <artifactId>org.gvsig.geoprocess.algorithm.lateralbuffer</artifactId>
146
	            <version>2.2.21</version>
147
	        </dependency>
148
	        <dependency>
149
	            <groupId>org.gvsig</groupId>
150
	            <artifactId>org.gvsig.geoprocess.algorithm.splitlines</artifactId>
151
	            <version>2.2.21</version>
152
	        </dependency>
153
	        <dependency>
154
            	<groupId>org.japura</groupId>
155
            	<artifactId>org.japura</artifactId>
156
            	<version>1.14.0</version>
157
        	</dependency>
158
		</dependencies>
159
	</dependencyManagement>
160

  
161
	<build>
162
        <plugins>
163
            <plugin>
164
                <groupId>org.apache.maven.plugins</groupId>
165
                <artifactId>maven-release-plugin</artifactId>
166
                <configuration>
167
                    <tagBase>https://devel.gvsig.org/svn/gvsig-geoprocess/org.gvsig.geoprocess/tags/</tagBase>
168
                    <goals>deploy</goals>
169
                </configuration>
170
            </plugin>
171

  
172
        	<plugin>
173
            	<groupId>org.apache.maven.plugins</groupId>
174
            	<artifactId>maven-compiler-plugin</artifactId>
175
            	<version>2.0.2</version>
176
            	<configuration>
177
                	<source>1.6</source>
178
                	<target>1.6</target>
179
                	<encoding>ISO-8859-1</encoding>
180
            	</configuration>
181
        	</plugin>
182

  
183
        	<plugin>
184
              <groupId>org.codehaus.mojo</groupId>
185
              <artifactId>animal-sniffer-maven-plugin</artifactId>
186
              <executions>
187
                <execution>
188
                    <id>check-java-api</id>
189
                    <phase>test</phase>
190
                    <goals>
191
                        <goal>check</goal>
192
                    </goals>
193
                    <configuration>
194
                        <signature>
195
                            <groupId>org.codehaus.mojo.signature
196
                            </groupId>
197
                            <artifactId>java16</artifactId>
198
                            <version>1.0</version>
199
                        </signature>
200
                    </configuration>
201
                </execution>
202
              </executions>
203
             </plugin>
204

  
205
        </plugins>
206
    </build>
207

  
208
	 <modules>
209
		<module>org.gvsig.geoprocess.lib</module>
210
		<module>org.gvsig.geoprocess.app</module>
211
		<module>org.gvsig.geoprocess.algorithm</module>
212
	</modules>
213
</project>
0 214

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/README.txt
1
====
2
    gvSIG. Desktop Geographic Information System.
3

  
4
    Copyright (C) 2007-2012 gvSIG Association.
5

  
6
    This program is free software; you can redistribute it and/or
7
    modify it under the terms of the GNU General Public License
8
    as published by the Free Software Foundation; either version 2
9
    of the License, or (at your option) any later version.
10

  
11
    This program is distributed in the hope that it will be useful,
12
    but WITHOUT ANY WARRANTY; without even the implied warranty of
13
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
    GNU General Public License for more details.
15

  
16
    You should have received a copy of the GNU General Public License
17
    along with this program; if not, write to the Free Software
18
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19
    MA  02110-1301, USA.
20

  
21
    For any additional information, do not hesitate to contact us
22
    at info AT gvsig.com, or visit our website www.gvsig.com.
23
====
24

  
25
The first time you checkout the current project to a new workspace, 
26
you have to prepare it to be able to work easily with maven from
27
eclipse itself.
28

  
0 29

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/buildNumber.properties
1
#Sun Feb 08 12:09:21 CET 2015
2
buildNumber=2098
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/text_fr.properties
1
#
2
# gvSIG. Desktop Geographic Information System.
3
#
4
# Copyright (C) 2007-2012 gvSIG Association.
5
#
6
# This program is free software; you can redistribute it and/or
7
# modify it under the terms of the GNU General Public License
8
# as published by the Free Software Foundation; either version 2
9
# of the License, or (at your option) any later version.
10
#
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
# GNU General Public License for more details.
15
#
16
# You should have received a copy of the GNU General Public License
17
# along with this program; if not, write to the Free Software
18
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19
# MA  02110-1301, USA.
20
#
21
# For any additional information, do not hesitate to contact us
22
# at info AT gvsig.com, or visit our website www.gvsig.com.
23
#
24

  
25
#Modified by DOKSoft PropEditor. http://www.doksoft.com
26
#Thu Apr 29 17:17:25 EDT 2010
27
Command=Commande
28
Icon=Ic\u00F4ne
29
Modeler=Modeler
30
OK=Accepter
31
Models=Mod\u00E8les
32
Name=Nom
33
Warning=Avertissement
34
Procedures=Proc\u00E9dures
35
Algorithms=Algorithmes
36
Not_enough_data_to_run_this_command=Pas assez de donn\u00E9es pour ex\u00E9cuter cette commande
37
Wrong_or_missing_parameters_definition=Param\u00E8tres incorrects ou manquants 
38
You_need_to_restart=Vous devez red\u00E9marrer l'application pour les modifications prennent effet.
39
Cancel=Annuler
0 40

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/hipsometry.model.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm calculates the hipsography of a watershed, given its outlet point and a DEM. The watershed is calculated and then used as a mask, to mask out values outside of the watershed. The resulting hypsometry is, thus, calculated using only values from cells belonging to the watershed." description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="This model has been created as an example to show users how to create complex models using the SEXTANTE modeler. Please, open it in the modeler to study its structure and learn more about how to use this powerful and versatile element of SEXTANTE. Feel free to edit the model to adapt it to your particular needs." description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="V&#237;ctor Olaya" description="Algorithm created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="V&#237;ctor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="INPUT0" text="A Digital Elevation Model" description="DEM" type="3">
14
		</element>
15
		<element name="INPUT1" text="The coordinates of the outlet point to be used to delineate the watershed" description="Coordinate" type="3">
16
		</element>
17
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
18
		</element>
19
	</help>
20
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 21

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.gridAnalysis.accCostCombined/acccostcombined.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="" description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="ISOCOST" text="" description="Isotropic cost" type="3">
14
		</element>
15
		<element name="ANISOCOST" text="" description="Anisotropic cost" type="3">
16
		</element>
17
		<element name="COSTDIR" text="" description="Direction of maximum cost[degrees]" type="3">
18
		</element>
19
		<element name="FEATURES" text="" description="Origin/destination points" type="3">
20
		</element>
21
		<element name="THRESHOLD" text="" description="Threshold for route separation" type="3">
22
		</element>
23
		<element name="KFACTOR" text="" description="K" type="3">
24
		</element>
25
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
26
		</element>
27
		<element name="ACCCOST" text="" description="Accumulated cost" type="2">
28
		</element>
29
		<element name="CLOSESTPOINT" text="" description="Closest points" type="2">
30
		</element>
31
	</help>
32
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 33

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.vectorTools.simplifyLines/simplifylines.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm simplifies lines, reducing the number of vertices in each of them," description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="LAYER" text="" description="Lines" type="3">
14
		</element>
15
		<element name="TOLERANCE" text="" description="Tolerance" type="3">
16
		</element>
17
		<element name="PRESERVE" text="Selecting this option will preserve the topology of the original lines layer ." description="Preserve topology" type="3">
18
		</element>
19
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
20
		</element>
21
		<element name="RESULT" text="New lines vector layer with the name of the origin layer." description="Generalized lines" type="2">
22
			<image description="In red is the layer with the simplified lines from the original lines layer in green." file="Simplificar lineas.jpg">
23
			</image>
24
		</element>
25
	</help>
26
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 27

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.hydrology.fillSinks/fillsinks.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm fills ppits and sinks from a DEM. This process should be performed before doing any hydrological analysis with a DEM.&#10;&#10;Pits and sinks are replaced by  an inclined plane" description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="* O. Planchon and F. Darboux. A fast, simple and versatile algorithm to fill the depressions of digital elevation models. Catena, 46:159-176, 2001." description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="DEM" text="Digital Elevation Model." description="Elevation" type="3">
14
		</element>
15
		<element name="MINSLOPE" text="The angle of the inclined plane" description="Min. angle between cells [degrees]" type="3">
16
		</element>
17
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
18
		</element>
19
		<element name="RESULT" text="The sink-filled DEM" description="Preprocessed" type="2">
20
		</element>
21
	</help>
22
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 23

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.vegetationIndices.pviPerry/pviperry.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm calculates the Perpendicular Vegetation Index (PVI) based on Perry and Lautenschlager, 1984. &#10;&#10;To calculate this index, a soil line is needed. A soil line is produces through linear regression of the near-infrared band and the red band for a sample of bare soil pixels. &#10;&#10;The index is the result of the following formula (a and b are the slope and intercept of the soil line, respectively):" description="Description" type="0">
4
			<image description="" file="pvi_perry_formula.jpg">
5
			</image>
6
		</element>
7
		<element name="ADDITIONAL_INFO" text="* Perry, C. J. &amp; Lautenschlager, L. F. Functional Equivalence of Spectral Vegetation Indices Remote Sensing and the Environment, 1984, 14, 169-182" description="Additional information" type="0">
8
		</element>
9
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
10
		</element>
11
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
12
		</element>
13
		<element name="USER_NOTES" text="" description="User_notes" type="0">
14
		</element>
15
		<element name="LAYERRED" text="Layer with values corresponding to the spectral reflectance in the red region" description="Red layer" type="3">
16
		</element>
17
		<element name="BANDRED" text="Band with values corresponding to the spectral reflectance in the red region" description="Red band" type="3">
18
		</element>
19
		<element name="LAYERNIR" text="Layer with values corresponding to the spectral reflectance in the near infrared region" description="Near infrarred layer" type="3">
20
		</element>
21
		<element name="BANDNIR" text="Band with values corresponding to the spectral reflectance in the near infrared region" description="Near infrarred layer" type="3">
22
		</element>
23
		<element name="SLOPE" text="Slope of the soil line" description="Soil line slope" type="3">
24
		</element>
25
		<element name="INTERCEPT" text="Intercept of the soil line" description="Soil line intercept" type="3">
26
		</element>
27
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
28
		</element>
29
		<element name="RESULT" text="PVI" description="Result" type="2">
30
		</element>
31
	</help>
32
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 33

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.gridCalculus.generateRandomNormal/generaterandomnormal.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm generates a new random raster layer. Values in this layer have a normal distribution with the given mean and standard deviation values.&#10;" description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="MEAN" text="" description="Mean" type="3">
14
		</element>
15
		<element name="STDDEV" text="value of standard deviation." description="Standard deviation" type="3">
16
		</element>
17
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
18
		</element>
19
		<element name="PROB" text="" description="Probability" type="2">
20
		</element>
21
	</help>
22
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 23

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.gridStatistics.neighborhoodMajority/neighborhoodmajority.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm calculates the most frequent value in a given analysis window around each cell&#10;&#10;In case of ambiguity (for instance, if there are two values that appear the same number of times), the nodata value is assigned to the cell." description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="LAYER" text="the layer to use." description="Layer" type="3">
14
		</element>
15
		<element name="RADIUS" text="the radius of the analysis window (in cells)." description="Radius" type="3">
16
		</element>
17
		<element name="NODATA" text="if this option is selected, the presence of a cell with no data value will cancel the calculation and assign the same no data value to the result cell. If this is not selected, the cells with no data value will be ignored  and the rest with valid data will be computed." description="Force no-data value" type="3">
18
		</element>
19
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
20
		</element>
21
		<element name="RESULT" text="" description="Mayority (neighbourhood)" type="2">
22
		</element>
23
	</help>
24
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 25

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.vectorTools.smoothLines/smoothlines.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text='This algorithm smooth the lines in a lines layer, adding extra nodes to it. This is the inverse operation to the one performed by the "simplify lines" algorithms.&#10;&#10;' description="Description" type="0">
4
			<image description="Original and smoothed lines" file="lines.png">
5
			</image>
6
		</element>
7
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
8
		</element>
9
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Algorithm created by" type="0">
10
		</element>
11
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
12
		</element>
13
		<element name="USER_NOTES" text="" description="User_notes" type="0">
14
		</element>
15
		<element name="LAYER" text="The input lines layer" description="Lines" type="3">
16
		</element>
17
		<element name="INTERMEDIATE_POINTS" text="The nummer of intermediate points to add. A larger value will cause the algorithm to add more points, resulting in a more smooth line, but enlarging the size of the resulting file." description="Intermediate points" type="3">
18
		</element>
19
		<element name="CURVE_TYPE" text="The type of mathematical curve to use for the smoothing" description="Curve type" type="3">
20
		</element>
21
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
22
		</element>
23
		<element name="RESULT" text="The resulting layer with smoothed lines." description="Smoothed lines" type="2">
24
		</element>
25
	</help>
26
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.gridTools.locateExtremeValues/locateextremevalues.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="Dada una capa de pol&#237;gonos y una capa raster, este algoritmo localiza la celda de mayor valor de entre todas las situadas dentro de cada pol&#237;gono. &#10;&#10;El resultado del algoritmo es una capa vectorial de puntos situados sobre dichas celdas de m&#225;ximo valor, y con el valor en concreto en la tabla de atributos asociada." description="Descripci&#243;n" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Informaci&#243;n adicional" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="V&#237;ctor Olaya" description="Algoritmo creado por" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="V&#237;ctor Olaya" description="Ayuda creada por" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="Notas de usuario" type="0">
12
		</element>
13
		<element name="POLYGONS" text="Una capa de pol&#237;gonos dentro de los cuales se deben localizar los puntos de valor m&#225;ximo" description="Pol&#237;gonos" type="3">
14
		</element>
15
		<element name="GRID" text="Una capa raster en la que buscar los valores m&#225;ximos" description="Grid" type="3">
16
		</element>
17
		<element name="OUTPUT_DESCRIPTION" text="" description="Descripci&#243;n general" type="2">
18
		</element>
19
		<element name="RESULT" text="Capa de puntos con entidades en los lugares donde se localizan las celdas de valor m&#225;ximo de cada pol&#237;gono." description="Pol&#237;gonos" type="2">
20
		</element>
21
	</help>
22
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 23

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.tables.normalityTest/normalitytest.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm performs a Shapiro-Wilk normality test on the values of a given variable in a vector layer&#10;&#10;" description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="http://en.wikipedia.org/wiki/Shapiro-Wilk_test" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Algorithm created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="LAYER" text="The input layer" description="Layer" type="3">
14
		</element>
15
		<element name="FIELD" text="The field that contains the variable to analyze" description="Field" type="3">
16
		</element>
17
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
18
		</element>
19
		<element name="RESULT" text="The resulting value (W) of the normality test.&#10;&#10;If W is too small, the null hypothesis (the sample came for a normally distributed population) may be rejected." description="Result" type="2">
20
		</element>
21
	</help>
22
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 23

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.gridAnalysis.costInRoutes/costinroutes.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm calculate the cost of moving along a predefined route" description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="ROUTES" text="A vector layer with predefined routes" description="Routes" type="3">
14
		</element>
15
		<element name="COST" text="A friction surface (unitary cost layer)" description="Cost" type="3">
16
		</element>
17
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
18
		</element>
19
		<element name="RESULT" text="A new vector layer containing the predefined routes. The associated attributes table contains the same fields as the attributes table in the input layer, with two additional fields containing the distance of each route and the cost of moving along it." description="Routes and cost" type="2">
20
		</element>
21
	</help>
22
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 23

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.vectorTools.splitPolylinesAtNodes/splitpolylinesatnodes.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="Este algoritmo fragmenta una capa de polil&#237;neas, convirti&#233;ndola en otra con lineas sencillas.&#10;&#10;Cada entidad de la capa de entrada es fragmentada en n-1 segmentos, siendo n el numero de nodos de dicha l&#237;nea. Todos esos segmentos tendran asociados los atributos de la l&#237;nea a la que pertenecen." description="Descripci&#243;n" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Informaci&#243;n adicional" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="" description="Algoritmo creado por" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="" description="Ayuda creada por" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="Notas de usuario" type="0">
12
		</element>
13
		<element name="LINES" text="La capa de polil&#237;neas de entrada" description="L&#237;neas" type="3">
14
		</element>
15
		<element name="OUTPUT_DESCRIPTION" text="" description="Descripci&#243;n general" type="2">
16
		</element>
17
		<element name="RESULT" text="La capa resultante, con segmentos simples." description="L&#237;neas" type="2">
18
		</element>
19
	</help>
20
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 21

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.gridCategorical.lacunarity/lacunarity.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm calculates lacunarity statistics for a categorical raster layer. Lacunarity quantifies the spatial structure of categories in a raster layer, analyzing their shape and spatial configuration.&#10;&#10;The algorithm uses a variable-size gliding box and analyzes statistical values of lacunarity across the raster layer for each size." description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="* http://proceedings.esri.com/library/userconf/proc02/pap0667/p0667.htm&#10;* www.public.asu.edu/~smyint/publications/CEUS-Lacunarity-Myint-Lam.pdf" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="" description="Algorithm created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="Victor Olaya" description="User_notes" type="0">
12
		</element>
13
		<element name="INPUT" text="The input categorical layer" description="Input Layer" type="3">
14
		</element>
15
		<element name="MAX_SIZE" text="The largest size of the gliding window. All sizes from 4 to this largest size are analyzed" description="Largest window size" type="3">
16
		</element>
17
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
18
		</element>
19
		<element name="RESULT_TABLE" text="A table with lacunarity statistics" description="Lacunarity" type="2">
20
		</element>
21
		<element name="RESULT_CHART" text="A chart showing how lacunarity varies with window size" description="Lacunarity" type="2">
22
		</element>
23
	</help>
24
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.gridTools.mergeGrids/mergegrids.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm merges several raster layers." description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="INPUT" text="The set of layers to merge" description="Layers" type="3">
14
		</element>
15
		<element name="METHOD" text="The interpolation method to use" description="Interpolation method" type="3">
16
		</element>
17
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
18
		</element>
19
		<element name="RESULT" text="" description="Merged grids" type="2">
20
		</element>
21
	</help>
22
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 23

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.hydrology.strahlerOrder/strahlerorder.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text='This algorithm considers a DEM as a dense channel network and calculates the Strahler order of each cell within that network.&#10;&#10;The resulting layer can be used as a threshold layer in the "channel network" algorithm.' description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="DEM" text="Digital Elevation Model." description="Elevation" type="3">
14
		</element>
15
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
16
		</element>
17
		<element name="RESULT" text="" description="Strahler Order" type="2">
18
			<image description="" file="orden_de_strahler.jpg">
19
			</image>
20
		</element>
21
	</help>
22
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 23

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.morphometry.protectionIndex/protectionindex.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm analyses the inmediate surrounding of each cell up to an given distance and evaluates how the relief protects it" description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="DEM" text="Digital Elevation Model." description="Elevation" type="3">
14
		</element>
15
		<element name="RADIUS" text="The analysis distance, in map units. Larger values imply a larger processing time" description="Radius" type="3">
16
		</element>
17
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
18
		</element>
19
		<element name="RESULT" text="The protection index." description="Protection index" type="2">
20
			<image description="" file="indice_proteccion.jpg">
21
			</image>
22
		</element>
23
	</help>
24
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 25

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.gridTools.gridsFromTableAndGrid/gridsfromtableandgrid.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithms creates a set of raster layers from a classified grid and a alphanumeric table. The algorithm generates n-1 raster layers, n being the number of fields in the input table&#10;&#10;The algorithm works as follow: a field in the table is used as the class field, which identifies each one of the classes. For each cell in the input layer, the algorithm looks in the table and tries to find a record with that same value. If that value is found, the values associated with that record will be assigned to that same cell in the layer representing the variable in each one of the fields." description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="INPUT" text="A categorical raster layers" description="Layer" type="3">
14
		</element>
15
		<element name="TABLE" text="Table with information about the existing classes" description="Look-up table" type="3">
16
		</element>
17
		<element name="FIELD" text="the field that contains the identifier of the class, which is the value that appears in the input layer" description="Field" type="3">
18
		</element>
19
		<element name="OUTPUT_DESCRIPTION" text="* Set of new raster layers, one for each field of the table, except the one used to identify the classes." description="Description" type="2">
20
		</element>
21
	</help>
22
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 23

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.gridTools.bboxGrid/bboxgrid.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm creates a new vector layer with a single rectangular polygon. The polygon is created using the bounding box of a raster layer." description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Nacho Varela" description="Algorithm created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="V&#237;ctor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="INPUT" text="The input raster layer. The resulting layer will contain a polygon with the bounding box of this input layer" description="INPUT" type="3">
14
		</element>
15
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
16
		</element>
17
		<element name="RESULT" text="The resulting layer containing the bounding box." description="bbox" type="2">
18
		</element>
19
	</help>
20
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.vegetationIndices.tvi/tvi.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm calculates the Transformed Vegetation Index (TVI) (Deering et al., 1975). The index is computed according the following:" description="Description" type="0">
4
			<image description="" file="tvi.png">
5
			</image>
6
		</element>
7
		<element name="ADDITIONAL_INFO" text="Deering DW, Rouse JW, Haas RH and Schell JA. 1975. Measuring Forage Production of Grazing Units From Landsat MSS Data. Proceedings of the 10th International Symposium on Remote Sensing of Environment II. 1169-1178." description="Additional information" type="0">
8
		</element>
9
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
10
		</element>
11
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
12
		</element>
13
		<element name="USER_NOTES" text="" description="User_notes" type="0">
14
		</element>
15
		<element name="LAYERRED" text="Layer with values corresponding to the spectral reflectance in the red region" description="Red layer" type="3">
16
		</element>
17
		<element name="BANDRED" text="Band with values corresponding to the spectral reflectance in the red region" description="Red band" type="3">
18
		</element>
19
		<element name="LAYERNIR" text="Layer with values corresponding to the spectral reflectance in the near infrared region" description="Near infrarred layer" type="3">
20
		</element>
21
		<element name="BANDNIR" text="Band with values corresponding to the spectral reflectance in the near infrared region" description="Near infrared band" type="3">
22
		</element>
23
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
24
		</element>
25
		<element name="RESULT" text="TVI" description="Result" type="2">
26
		</element>
27
	</help>
28
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 29

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.gridCalculus.kernelFilter/kernelfilter.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm applies a convolution using a 3 x 3 kernel defined by the user.&#10;" description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="LAYER" text="input raster layer." description="Layer" type="3">
14
		</element>
15
		<element name="KERNEL" text="the kernel to use, defined as a fixed table (3 rows x 3 columns)." description="Filter kernel" type="3">
16
		</element>
17
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
18
		</element>
19
		<element name="RESULT" text="The filtered raster layer.&#10;&#10;The following example shows the effect of a high pass filter" description="User-defined 3 X 3 filter" type="2">
20
			<image description="" file="filtro3x3_usuario_tabla.jpg">
21
			</image>
22
			<image description="Input layer" file="filtro3x3_definido_por_el_usuario1.jpg">
23
			</image>
24
			<image description="output layer" file="filtro3x3_definido_por_el_usuario2.jpg">
25
			</image>
26
		</element>
27
	</help>
28
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 29

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.vectorTools.dissolve/dissolve.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm dissolves features based on their attributes and their spatial position.&#10;&#10;Given a layers and a field in the attributes table, this algorithm will convert all features with the same value in the given field into a single multi-geometry feature. When several of these geometries overlap, they will be dissolved and converted into a single one.&#10;&#10;The following figure shows an example of how this algorithm works." description="Description" type="0">
4
			<image description="" file="Disolver.png">
5
			</image>
6
		</element>
7
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
8
		</element>
9
		<element name="EXTENSION_AUTHOR" text="V&#237;ctor Olaya" description="Algorithm created by" type="0">
10
		</element>
11
		<element name="HELP_AUTHOR" text="V&#237;ctor Olaya" description="Help file created by" type="0">
12
		</element>
13
		<element name="USER_NOTES" text="" description="User notes" type="0">
14
		</element>
15
		<element name="LAYER" text="The input  layer." description="Polygons" type="3">
16
		</element>
17
		<element name="GROUPING_FIELD" text="The field to use to select features to dissolve. Features with the same value for this field will be dissolved." description="Field with class name" type="3">
18
		</element>
19
		<element name="GROUPING_FUNCTIONS" text="Select in this table the values that you want to have in each output feature, based on the values of the single features used to create it. Since they are statistical values, they apply only to numerical fields. All remaining field are not added to the resulting layer." description="Summary statistics" type="3">
20
		</element>
21
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
22
		</element>
23
		<element name="RESULT" text="The resulting dissolved layer." description="Result" type="2">
24
		</element>
25
	</help>
26
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.vectorTools.geometricProperties/geometricproperties.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm computes some geometric properties of the polygons in a given vector layer" description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="LAYER" text="The inputs polygons layer" description="Polygons" type="3">
14
		</element>
15
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
16
		</element>
17
		<element name="RESULT" text="The output layer is the same as the input one, but with the following fields added to its attributes table:&#10;* AREA&#10;* PERIMETER&#10;* THICK = 4 x PI x AREA / PERIMETER^2&#10;* APRel = PERIMETER^2 / AREA&#10;* APRel2 = 5 x PERIMETER / AREA&#10;* QDR = 16 x AREA / (PERIMETER^2)&#10;* FD = 2 x PERIMETER / log(AREA)&#10;* RC = (4 x PI x AREA / PERIMETER^2)^0.5&#10;* SHAPE = PERIMETER / (2 x (AREA x PI)^0.5) = THICK^2" description="Polygons" type="2">
18
		</element>
19
	</help>
20
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 21

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.gridAnalysis.owa/owa.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="The technique known as Ordered Weighted Average (OWA) calculates the weighted average of  a group of layers. The weighting, however, is not done with fixed weights for each layer. Instead, they are set based on the order of values.&#10;&#10;Thus, for each cell, values from all layers are sorted and the highest one is multiplied by a given coefficient, the second highest by another, and so on. The weights are associated to a position within the sorted series of values in each cell,  not to one particular layer. " description="Descripci&#243;n" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Informaci&#243;n adicional" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extensi&#243;n creada por" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Ayuda creada por" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="Notas de usuario" type="0">
12
		</element>
13
		<element name="INPUT" text="" description="Capas" type="3">
14
		</element>
15
		<element name="WEIGHTS" text="add values of weighted average for the group of selected layers." description="Ponderaci&#243;n" type="3">
16
		</element>
17
		<element name="OUTPUT_DESCRIPTION" text="" description="Descripci&#243;n general" type="2">
18
		</element>
19
		<element name="RESULT" text="" description="Resultado" type="2">
20
		</element>
21
	</help>
22
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 23

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.vectorTools.generateRoutes/generateroutes.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm creates a number of new alternative routes based on an original route, linking the same starting and end points." description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="ROUTE" text="the original route layer. If the layer has many lines, the first line is taken." description="Original route" type="3">
14
		</element>
15
		<element name="NROUTES" text="" description="Number of new routes" type="3">
16
		</element>
17
		<element name="METHOD" text="to choose between:&#10;* Constrained brownian motion&#10;* Recombination" description="Method" type="3">
18
		</element>
19
		<element name="SINUOSITY" text="relation between the total distance and the euclidian distance for the result lines if the constrained brownian motion is used." description="Sinuosity" type="3">
20
		</element>
21
		<element name="USESINUOSITY" text="if this is selected, the above field will not have any effect and the sinousity of the base route will be applied." description="Use base route sinuosity" type="3">
22
		</element>
23
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
24
		</element>
25
		<element name="RESULT" text="" description="Routes" type="2">
26
			<image description="Constrained brownian motion (Layer of communication line with 10 new routes)" file="generar_rutas_alternativas_mov_browniano.jpg">
27
			</image>
28
			<image description="Recombination (Layer of communication line with 10 new routes)" file="generar_rutas_alternativas_recombinacion.jpg">
29
			</image>
30
		</element>
31
	</help>
32
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 33

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.vectorTools.splitMultipart/splitmultipart.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm separates those features that contains more than one single geometry.&#10;&#10;The resulting layer will contain each one of those geometries in a different feature. All features will share the same associated attributes" description="Description" type="0">
4
			<image description="Input layer with multi-part geometries" file="capaEntada.jpg">
5
			</image>
6
			<image description="Output layer with multi-part geomatries" file="capaSalida.jpg">
7
			</image>
8
		</element>
9
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
10
		</element>
11
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Algorithm created by" type="0">
12
		</element>
13
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
14
		</element>
15
		<element name="USER_NOTES" text="" description="User_notes" type="0">
16
		</element>
17
		<element name="INPUT" text="The input layer, containing multi-part features" description="Layer" type="3">
18
		</element>
19
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
20
		</element>
21
		<element name="RESULT" text="The resulting layer, containing only single-part features." description="Resultado" type="2">
22
		</element>
23
	</help>
24
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 25

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.21/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.tables.vectorFieldCorrelation/vectorfieldcorrelation.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm analyzes the statistical correlation between two fields in the attributes table of a vector layer. Both fields have to contain numerical values, but do not have to be necessarily numerical fields. String fields with string representing numbers are also allowed. " description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff