Revision 1470

View differences:

org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.164/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.164</version>
10

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

  
17
	<properties>
18
		<!-- El plugin versions:use-latest-versions falla con scope import -->
19
		<!-- asi que toca usar el versions:update-properties que si que funciona -->
20
		<org.gvsig.raster.version>2.2.153</org.gvsig.raster.version>
21
		<org.gvsig.toolbox.version>1.0.99</org.gvsig.toolbox.version>
22
    <gvsig.tools.version>3.0.283</gvsig.tools.version>
23
	</properties>
24
	<scm>
25
		<connection>scm:svn:https://devel.gvsig.org/svn/gvsig-geoprocess/org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.164</connection>
26
		<developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-geoprocess/org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.164</developerConnection>
27
		<url>https://devel.gvsig.org/redmine/projects/gvsig-geoprocess/repository/show/org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.164</url>
28
	</scm>
29

  
30
	<repositories>
31
		<repository>
32
			<id>gvsig-public-http-repository</id>
33
			<name>gvSIG maven public HTTP repository</name>
34
			<url>http://devel.gvsig.org/m2repo/j2se</url>
35
			<releases>
36
				<enabled>true</enabled>
37
				<updatePolicy>daily</updatePolicy>
38
				<checksumPolicy>warn</checksumPolicy>
39
			</releases>
40
			<snapshots>
41
				<enabled>true</enabled>
42
				<updatePolicy>daily</updatePolicy>
43
				<checksumPolicy>warn</checksumPolicy>
44
			</snapshots>
45
		</repository>
46
	</repositories>
47

  
48
	<dependencyManagement>
49
		<dependencies>
50
	    <dependency>
51
        <groupId>org.gvsig</groupId>
52
        <artifactId>org.gvsig.tools</artifactId>
53
        <version>${gvsig.tools.version}</version>
54
        <type>pom</type>
55
        <scope>import</scope>
56
	    </dependency>
57
			<dependency>
58
				<groupId>org.gvsig</groupId>
59
				<artifactId>org.gvsig.raster</artifactId>
60
				<version>${org.gvsig.raster.version}</version>
61
				<type>pom</type>
62
				<scope>import</scope>
63
			</dependency>
64
			<dependency>
65
				<groupId>org.gvsig</groupId>
66
				<artifactId>org.gvsig.toolbox</artifactId>
67
				<version>${org.gvsig.toolbox.version}</version>
68
				<type>pom</type>
69
				<scope>import</scope>
70
			</dependency>
71
			<dependency>
72
				<groupId>org.gvsig</groupId>
73
				<artifactId>org.gvsig.geoprocess.app.mainplugin</artifactId>
74
				<version>2.2.164</version>
75
			</dependency>
76
			<dependency>
77
				<groupId>org.gvsig</groupId>
78
				<artifactId>org.gvsig.geoprocess.lib.api</artifactId>
79
				<version>2.2.164</version>
80
			</dependency>
81
			<dependency>
82
				<groupId>org.gvsig</groupId>
83
				<artifactId>org.gvsig.geoprocess.lib.sextante</artifactId>
84
				<version>2.2.164</version>
85
			</dependency>
86
			<dependency>
87
				<groupId>org.gvsig</groupId>
88
				<artifactId>org.gvsig.geoprocess.algorithm.base</artifactId>
89
				<version>2.2.164</version>
90
			</dependency>
91
			<dependency>
92
				<groupId>org.gvsig</groupId>
93
				<artifactId>org.gvsig.geoprocess.algorithm.buffer</artifactId>
94
				<version>2.2.164</version>
95
			</dependency>
96
			<dependency>
97
				<groupId>org.gvsig</groupId>
98
				<artifactId>org.gvsig.geoprocess.algorithm.clip</artifactId>
99
				<version>2.2.164</version>
100
			</dependency>
101
			<dependency>
102
				<groupId>org.gvsig</groupId>
103
				<artifactId>org.gvsig.geoprocess.algorithm.convexhull</artifactId>
104
				<version>2.2.164</version>
105
			</dependency>
106
			<dependency>
107
				<groupId>org.gvsig</groupId>
108
				<artifactId>org.gvsig.geoprocess.algorithm.difference</artifactId>
109
				<version>2.2.164</version>
110
			</dependency>
111
			<dependency>
112
				<groupId>org.gvsig</groupId>
113
				<artifactId>org.gvsig.geoprocess.algorithm.dissolve</artifactId>
114
				<version>2.2.164</version>
115
			</dependency>
116
			<dependency>
117
				<groupId>org.gvsig</groupId>
118
				<artifactId>org.gvsig.geoprocess.algorithm.fusespatially</artifactId>
119
				<version>2.2.164</version>
120
			</dependency>
121
			<dependency>
122
				<groupId>org.gvsig</groupId>
123
				<artifactId>org.gvsig.geoprocess.algorithm.intersection</artifactId>
124
				<version>2.2.164</version>
125
			</dependency>
126
			<dependency>
127
				<groupId>org.gvsig</groupId>
128
				<artifactId>org.gvsig.geoprocess.algorithm.merge</artifactId>
129
				<version>2.2.164</version>
130
			</dependency>
131
			<dependency>
132
				<groupId>org.gvsig</groupId>
133
				<artifactId>org.gvsig.geoprocess.algorithm.reproject</artifactId>
134
				<version>2.2.164</version>
135
			</dependency>
136
			<dependency>
137
				<groupId>org.gvsig</groupId>
138
				<artifactId>org.gvsig.geoprocess.algorithm.spatialjoin</artifactId>
139
				<version>2.2.164</version>
140
			</dependency>
141
			<dependency>
142
				<groupId>org.gvsig</groupId>
143
				<artifactId>org.gvsig.geoprocess.algorithm.union</artifactId>
144
				<version>2.2.164</version>
145
			</dependency>
146
			<dependency>
147
				<groupId>org.gvsig</groupId>
148
				<artifactId>org.gvsig.geoprocess.algorithm.xyshift</artifactId>
149
				<version>2.2.164</version>
150
			</dependency>
151
			<dependency>
152
				<groupId>org.gvsig</groupId>
153
				<artifactId>org.gvsig.geoprocess.algorithm.groupby</artifactId>
154
				<version>2.2.164</version>
155
			</dependency>
156
			<dependency>
157
				<groupId>org.gvsig</groupId>
158
				<artifactId>org.gvsig.geoprocess.algorithm.lateralbuffer</artifactId>
159
				<version>2.2.164</version>
160
			</dependency>
161
			<dependency>
162
				<groupId>org.gvsig</groupId>
163
				<artifactId>org.gvsig.geoprocess.algorithm.splitlines</artifactId>
164
				<version>2.2.164</version>
165
			</dependency>
166
      <dependency>
167
        <groupId>org.gvsig</groupId>
168
        <artifactId>org.gvsig.geoprocess.algorithm.dispersepoints</artifactId>
169
        <version>2.2.164</version>
170
      </dependency>
171
			<dependency>
172
				<groupId>org.japura</groupId>
173
				<artifactId>org.japura</artifactId>
174
				<version>1.14.0</version>
175
			</dependency>
176
  <dependency>
177
    <groupId>org.mapdb</groupId>
178
    <artifactId>mapdb</artifactId>
179
    <version>3.0.5</version>
180
  </dependency>
181

  
182

  
183
          <dependency>
184
            <groupId>org.jetbrains.kotlin</groupId>
185
            <artifactId>kotlin-stdlib</artifactId>
186
            <version>1.0.7</version>
187
          </dependency>
188

  
189
          <dependency>
190
            <groupId>org.jetbrains.kotlin</groupId>
191
            <artifactId>kotlin-runtime</artifactId>
192
            <version>1.0.7</version>
193
          </dependency>
194

  
195
          <dependency>
196
            <groupId>org.eclipse.collections</groupId>
197
            <artifactId>eclipse-collections-api</artifactId>
198
            <version>7.1.1</version>
199
          </dependency>
200

  
201
          <dependency>
202
            <groupId>net.jcip</groupId>
203
            <artifactId>jcip-annotations</artifactId>
204
            <version>1.0</version>
205
          </dependency>
206

  
207
          <dependency>
208
            <groupId>org.eclipse.collections</groupId>
209
            <artifactId>eclipse-collections</artifactId>
210
            <version>7.1.1</version>
211
          </dependency>
212

  
213
          <dependency>
214
            <groupId>org.eclipse.collections</groupId>
215
            <artifactId>eclipse-collections-forkjoin</artifactId>
216
            <version>7.1.1</version>
217
          </dependency>
218

  
219
          <dependency>
220
            <groupId>com.google.guava</groupId>
221
            <artifactId>guava</artifactId>
222
            <version>19.0</version>
223
          </dependency>
224

  
225
          <dependency>
226
            <groupId>net.jpountz.lz4</groupId>
227
            <artifactId>lz4</artifactId>
228
            <version>1.3.0</version>
229
          </dependency>
230

  
231
          <dependency>
232
            <groupId>org.mapdb</groupId>
233
            <artifactId>elsa</artifactId>
234
            <version>3.0.0-M5</version>
235
          </dependency>
236

  
237
		</dependencies>
238
	</dependencyManagement>
239

  
240
	<build>
241
		<plugins>
242
			<plugin>
243
				<groupId>org.apache.maven.plugins</groupId>
244
				<artifactId>maven-release-plugin</artifactId>
245
				<configuration>
246
					<tagBase>https://devel.gvsig.org/svn/gvsig-geoprocess/org.gvsig.geoprocess/tags/</tagBase>
247
					<goals>deploy</goals>
248
				</configuration>
249
			</plugin>
250

  
251
			<plugin>
252
				<groupId>org.apache.maven.plugins</groupId>
253
				<artifactId>maven-compiler-plugin</artifactId>
254
				<version>2.0.2</version>
255
				<configuration>
256
					<source>1.8</source>
257
					<target>1.8</target>
258
					<encoding>ISO-8859-1</encoding>
259
				</configuration>
260
			</plugin>
261

  
262
<!-- 			<plugin>
263
				<groupId>org.codehaus.mojo</groupId>
264
				<artifactId>animal-sniffer-maven-plugin</artifactId>
265
				<executions>
266
					<execution>
267
						<id>check-java-api</id>
268
						<phase>test</phase>
269
						<goals>
270
							<goal>check</goal>
271
						</goals>
272
						<configuration>
273
							<signature>
274
								<groupId>org.codehaus.mojo.signature
275
								</groupId>
276
								<artifactId>java16</artifactId>
277
								<version>1.0</version>
278
							</signature>
279
						</configuration>
280
					</execution>
281
				</executions>
282
			</plugin> -->
283

  
284
		</plugins>
285
	</build>
286

  
287
	<modules>
288
		<module>org.gvsig.geoprocess.lib</module>
289
		<module>org.gvsig.geoprocess.app</module>
290
		<module>org.gvsig.geoprocess.algorithm</module>
291
	</modules>
292
</project>
0 293

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.164/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.164/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/buildNumber.properties
1
#Tue May 11 00:25:53 CEST 2021
2
buildNumber=2242
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.164/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/test/java/org/gvsig/sextante/app/extension/pom.xml
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
    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
    <artifactId>org.gvsig.sextante.app.extension</artifactId>
5
    <packaging>jar</packaging>
6
    <name>org.gvsig.sextante.app.extension</name>
7
    <version>2.0.0-SNAPSHOT</version>
8
    <description>Sextante bindings</description>
9

  
10
    <parent>
11
        <groupId>org.gvsig</groupId>
12
        <artifactId>org.gvsig.sextante.app</artifactId>
13
        <version>2.0.0-SNAPSHOT</version>
14
    </parent>
15
    
16
    <dependencies>
17
        <dependency>
18
            <groupId>org.gvsig</groupId>
19
            <artifactId>org.gvsig.about.api</artifactId>
20
            <scope>compile</scope>
21
        </dependency>
22
    </dependencies>
23

  
24
    <profiles>
25
        <profile>
26
            <id>gvsig-install</id>
27
            <activation>
28
                <activeByDefault>true</activeByDefault>
29
            </activation>
30
            <properties>
31
                <!--  gvSIG installation folder -->
32
                <gvsig.install.dir>${basedir}/../../build/product</gvsig.install.dir>
33
            </properties>
34
        </profile>
35
    </profiles>
36
</project>
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.164/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/text.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
Warning=Aviso
26

  
27
You_need_to_restart=Para que los cambios tengan efecto, necesita reiniciar la aplicaci\u00F3n
28

  
29
Cancel=Cancelar
30

  
31
OK=Aceptar
32

  
33
Models=Modelos
34

  
35
Algorithms=Algoritmos
36

  
37
Procedures=Procesos
38

  
39
Wrong_or_missing_parameters_definition=Par\u00E1metros invalidos o insuficientes
40

  
41
Command=Comando
42

  
43
Icon=Icono
44

  
45
Name=Nombre
46

  
47
Not_enough_data_to_run_this_command=Datos insuficientes para ejecutar el comando
48

  
49
Modeler=Modelizador
50

  
51
New_view_name=Nueva vista
52

  
53
GRASS_color_table=Tabla de color de GRASS
54

  
55
Geoprocessing_Toolbox=Caja de herramientas
56

  
57
Geoprocessing_Modeler=Modelizador
58

  
59
Geoprocessing_command_line=L\u00EDnea de comandos
60

  
61
Geoprocessing_History=Historial
62

  
63
Geoprocessing_Data_Explorer=Explorador de datos
64

  
65
Geoprocessing_Results=Resultados
66

  
67
Geoprocessing_Help=Ayuda de geoprocesamiento
68

  
69
Geoprocessing_PointCollector=Capturar coordenadas
70

  
71
remotesensing=Procesado de im\u00E1genes y teledetecci\u00F3n
72

  
73
Mosaic=Mosaico
74

  
75
MultispectralTransformation=Transformaciones multiespectrales
76

  
77
DecisionTree=\u00C1rboles de decisi\u00F3n
78

  
79
Classification=Clasificaci\u00F3n
80

  
81
Geoprocessing=Geoprocesamiento
82

  
83
Point_name=Nombre del punto
84

  
85
New_point=Nuevo punto
86

  
87
tools=Herramientas
88

  
89
Save_as=Guardar como...
90

  
91
file_operations=Fichero...
92

  
93
modeler_grid_activate=Usar grid\:
94

  
95
modeler_add_par_boolean=A\u00F1adir valor booleano
96

  
97
modeler_add_par_numerical=A\u00F1adir valor num\u00E9rico
98

  
99
modeler_add_par_string=A\u00F1adir cadena de texto
100

  
101
modeler_add_par_filepath=A\u00F1adir fichero o carpeta
102

  
103
modeler_add_par_table=A\u00F1adir tabla
104

  
105
modeler_add_par_point=A\u00F1adir punto de coordenadas
106

  
107
modeler_add_par_fixed_table=A\u00F1adir tabla fija
108

  
109
modeler_add_par_selection=A\u00F1adir opci\u00F3n
110

  
111
modeler_add_par_multiple=A\u00F1adir entrada m\u00FAltiple
112

  
113
modeler_add_par_vector=A\u00F1adir capa vectorial
114

  
115
modeler_add_par_raster=A\u00F1adir capa raster
116

  
117
modeler_add_par_raster_3D=A\u00F1adir capa raster 3D
118

  
119
modeler_add_par_band=A\u00F1adir banda raster
120

  
121
modeler_add_par_field=A\u00F1adir campo
122

  
123
modeler_edit_parameter=Editar entrada
124

  
125
modeler_add_algorithm=A\u00F1adir algoritmo
126

  
127
modeler_edit_algorithm=Editar configuraci\u00F3n del algoritmo
128

  
129
node_Inputs=Entradas
130

  
131
node_Layers=Capas
132

  
133
node_Values=Valores
134

  
135
node_Fields_and_Tables=Campos y tablas
136

  
137
node_Others=Otros
138

  
139
Raster_band=Banda raster
140

  
141
Default_value_true=Verdadero por defecto
142

  
143
nothing_to_set=<html><i>Nada que configurar.</i></html>
144

  
145
vector_type=Tipo de geometr\u00EDa\:
146

  
147
filepath_type=Tipo de entrada\:
148

  
149
filepath_file_open=Fichero (abrir)
150

  
151
filepath_file_save=Fichero (salvar)
152

  
153
filepath_folder=Carpeta
154

  
155
filepath_is_voxel_data=La entrada son datos voxel
156

  
157
file_extension=Extensi\u00F3n (ej. \"asc\")\:
158

  
159
Default_value=Valor por defecto\:
160

  
161
Value_type=Tipo de valor\:
162

  
163
Max_value=Valor m\u00E1ximo\:
164

  
165
Min_value=Valor m\u00EDnimo\:
166

  
167
Filepath=Fichero o carpeta
168

  
169
Description=Descripci\u00F3n\:
170

  
171
Default_value=Valor por defecto\:
172

  
173
Number_of_columns=N\u00FAmero de columnas\:
174

  
175
Number_of_rows=N\u00FAmero de filas\:
0 176

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.164/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/text_en.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
Warning=Warning
26

  
27
You_need_to_restart=You need to restart the application for changes to take effect.
28

  
29
Cancel=Cancel
30

  
31
OK=OK
32

  
33
Models=Models
34

  
35
Algorithms=Algorithms
36

  
37
Procedures=Procedures
38

  
39
Wrong_or_missing_parameters_definition=Wrong or missing parameters definition
40

  
41
Command=Command
42

  
43
Icon=Icon
44

  
45
Name=Name
46

  
47
Not_enough_data_to_run_this_command=Not enough data to run this command
48

  
49
Modeler=Modeler
50

  
51
New_view_name=New view
52

  
53
GRASS_color_table=GRASS color table
54

  
55
Geoprocessing_Toolbox=Toolbox
56

  
57
Geoprocessing_Modeler=Modeler
58

  
59
Geoprocessing_command_line=Command line
60

  
61
Geoprocessing_History=History
62

  
63
Geoprocessing_Data_Explorer=Data explorer
64

  
65
Geoprocessing_Results=Results
66

  
67
Geoprocessing_Help=Geoprocessing help
68

  
69
Geoprocessing_PointCollector=Catch coordinates
70

  
71
remotesensing=Remote sensing
72

  
73
Mosaic=Mosaic
74

  
75
MultispectralTransformation=Multispectral transformation
76

  
77
DecisionTree=Decision tree
78

  
79
Classification=Classification
80

  
81
Geoprocessing=Geoprocessing
82

  
83
Point_name=Point name
84

  
85
New_point=New point
86

  
87
tools=Tools
88

  
89
Default_value=Default value\:
90

  
91
Value_type=Type of value\:
92

  
93
Max_value=Max. value\:
94

  
95
Min_value=Min. value\:
96

  
97
Filepath=File or folder
98

  
99
Description=Description\:
100

  
101
Number_of_columns=N\u00FAmero de columnas\: 
102

  
103
Number_of_rows=N\u00FAmero de filas\: 
0 104

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.164/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/config.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!--
3

  
4
    gvSIG. Desktop Geographic Information System.
5

  
6
    Copyright (C) 2007-2012 gvSIG Association.
7

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

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

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

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

  
26
-->
27
<plugin-config>
28
	<depends plugin-name="org.gvsig.app.mainplugin" />
29
	<!-- Necesario para el soporte de capas r?ster -->
30
	<depends plugin-name="org.gvsig.raster.mainplugin" />
31
	<!--<depends plugin-name="org.gvsig.raster.reproject.app.reprojectclient" />-->
32
	<depends plugin-name="org.gvsig.geoprocess.app.mainplugin.i18n" optional="true" />
33
	<libraries library-dir="lib" />
34
	<resourceBundle name="text" />
35
	<extensions>
36
		<extension class-name="org.gvsig.geoprocess.extension.GeoprocessExtension"
37
			description="Geoprocessing Toolbox" active="true">
38

  
39
 			<action
40
       			name="tools-geoprocessing-toolbox"
41
        		label="Geoprocessing_Toolbox"
42
        		tooltip="Geoprocessing_Toolbox"
43
        		action-command="GEOPROCESS_SELECTOR"
44
        		icon="images/menu-process-icon.gif"
45
        		position="1"
46
        		accelerator=""/>
47

  
48
        	<action
49
       			name="tools-geoprocessing-modeler"
50
        		label="Geoprocessing_Modeler"
51
        		tooltip="Geoprocessing_Modeler"
52
        		action-command="GEOPROCESS_MODELER"
53
        		icon="images/model.png"
54
        		position="2"
55
        		accelerator=""/>
56

  
57
        	<action
58
       			name="tools-geoprocessing-history"
59
        		label="Geoprocessing_History"
60
        		tooltip="Geoprocessing_History"
61
        		action-command="GEOPROCESS_HISTORY"
62
        		icon="images/history.gif"
63
        		position="3"
64
        		accelerator=""/>
65

  
66
        	<action
67
       			name="tools-geoprocessing-command-line"
68
        		label="Geoprocessing_command_line"
69
        		tooltip="Geoprocessing_command_line"
70
        		action-command="GEOPROCESS_COMMAND_LINE"
71
        		icon="images/terminal.png"
72
        		position="4"
73
        		accelerator=""/>
74

  
75
        	<action
76
       			name="tools-geoprocessing-results"
77
        		label="Geoprocessing_Results"
78
        		tooltip="Geoprocessing_Results"
79
        		action-command="GEOPROCESS_RESULTS"
80
        		icon="images/chart.gif"
81
        		position="5"
82
        		accelerator=""/>
83

  
84
        	<action
85
       			name="tools-geoprocessing-data-explorer"
86
        		label="Geoprocessing_Data_Explorer"
87
        		tooltip="Geoprocessing_Data_Explorer"
88
        		action-command="GEOPROCESS_DATAEXPLORER"
89
        		icon="images/documenter.png"
90
        		position="6"
91
        		accelerator=""/>
92

  
93
        	<action
94
       			name="tools-geoprocessing-help"
95
        		label="Geoprocessing_Help"
96
        		tooltip="Geoprocessing_Help"
97
        		action-command="GEOPROCESS_HELP"
98
        		icon="images/help.png"
99
        		position="7"
100
        		accelerator=""/>
101

  
102
			<menu text="tools/Geoprocessing/Geoprocessing_Toolbox"
103
				  name="tools-geoprocessing-toolbox"/>
104

  
105
			<menu text="tools/Geoprocessing/Geoprocessing_Modeler"
106
				  name="tools-geoprocessing-modeler" />
107

  
108
			<menu text="tools/Geoprocessing/Geoprocessing_History"
109
				  name="tools-geoprocessing-history" />
110

  
111
			<menu text="tools/Geoprocessing/Geoprocessing_command_line"
112
				  name="tools-geoprocessing-command-line" />
113

  
114
			<menu text="tools/Geoprocessing/Geoprocessing_Results"
115
			      name="tools-geoprocessing-results" />
116

  
117
			<menu text="tools/Geoprocessing/Geoprocessing_Data_Explorer"
118
				  name="tools-geoprocessing-data-explorer" />
119

  
120
			<menu text="tools/Geoprocessing/Geoprocessing_Help"
121
			      name="tools-geoprocessing-help" />
122

  
123
			<tool-bar name="Geoprocessing" position="9000">
124
				<action-tool name="tools-geoprocessing-toolbox" />
125
			</tool-bar>
126

  
127
		</extension>
128

  
129
<!--		<extension class-name="org.gvsig.geoprocess.extension.GeoprocessPointSelectionExtension"
130
			description="Catch coordinates" active="true">
131
			<action
132
       			name="tools-geoprocessing-pointCollector"
133
        		label="Geoprocessing_PointCollector"
134
        		tooltip="Geoprocessing_PointCollector"
135
        		action-command=""
136
        		icon="images/bullseye.gif"
137
        		position="8"
138
        		accelerator=""/>
139

  
140
			<menu text="tools/Geoprocessing/Geoprocessing_PointCollector"
141
				name="tools-geoprocessing-pointCollector" />
142

  
143
      <tool-bar name="Geoprocessing" position="9000">
144
        <action-tool name="tools-geoprocessing-pointCollector" />
145
      </tool-bar>
146

  
147
		</extension>-->
148
	</extensions>
149
</plugin-config>
0 150

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.164/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.164/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/watershed.model
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<model name="Watersheds from contour lines" group="Models">
3
		<algorithm key="PROC0" class="class es.unex.sextante.rasterize.rasterizeVectorLayer.RasterizeVectorLayerAlgorithm" coords="53,109,130,58">
4
			<assignment key="FIELD" assigned_to="INPUT1" />
5
			<assignment key="LAYER" assigned_to="INPUT0" />
6
		</algorithm>
7
		<algorithm key="PROC1" class="class es.unex.sextante.hydrology.fillSinks.FillSinksAlgorithm" coords="211,107,70,58">
8
			<assignment key="DEM" assigned_to="RESULTPROC7" />
9
			<assignment key="MINSLOPE" assigned_to="INNERPARAM0PROC1" />
10
		</algorithm>
11
		<algorithm key="PROC2" class="class es.unex.sextante.hydrology.accFlow.AccFlowAlgorithm" coords="274,202,111,58">
12
			<assignment key="DEM" assigned_to="RESULTPROC1" />
13
			<assignment key="WEIGHTS" assigned_to="null" />
14
			<assignment key="CONVERGENCE" assigned_to="INNERPARAM1PROC2" />
15
			<assignment key="METHOD" assigned_to="INNERPARAM0PROC2" />
16
		</algorithm>
17
		<algorithm key="PROC3" class="class es.unex.sextante.hydrology.channelNetwork.ChannelNetworkAlgorithm" coords="432,205,105,58">
18
			<assignment key="THRESHOLDLAYER" assigned_to="FLOWACCPROC2" />
19
			<assignment key="DEM" assigned_to="RESULTPROC1" />
20
			<assignment key="THRESHOLD" assigned_to="INPUT2" />
21
			<assignment key="METHOD" assigned_to="INNERPARAM0PROC3" />
22
		</algorithm>
23
		<algorithm key="PROC4" class="class es.unex.sextante.hydrology.watersheds.WatershedsAlgorithm" coords="206,288,82,58">
24
			<assignment key="NETWORK" assigned_to="NETWORKPROC3" />
25
			<assignment key="MINSIZE" assigned_to="INNERPARAM0PROC4" />
26
			<assignment key="DEM" assigned_to="RESULTPROC1" />
27
		</algorithm>
28
		<algorithm key="PROC5" class="class es.unex.sextante.vectorize.vectorize.VectorizeAlgorithm" coords="17,399,181,58">
29
			<assignment key="LAYER" assigned_to="WATERSHEDSPROC4" />
30
		</algorithm>
31
		<algorithm key="PROC6" class="class es.unex.sextante.vectorTools.geometricProperties.GeometricPropertiesAlgorithm" coords="283,402,183,58">
32
			<assignment key="LAYER" assigned_to="RESULTPROC5" />
33
		</algorithm>
34
		<algorithm key="PROC7" class="class es.unex.sextante.gridTools.closeGaps.CloseGapsAlgorithm" coords="83,208,71,58">
35
			<assignment key="INPUT" assigned_to="RESULTPROC0" />
36
			<assignment key="THRESHOLD" assigned_to="INNERPARAM0PROC7" />
37
		</algorithm>
38
		<input name="INPUT0" description="Contour lines" class="class es.unex.sextante.parameters.ParameterVectorLayer" coords="20,20,87,58">
39
			<attribute name="mandatory" value="true" />
40
			<attribute name="shape_type" value="1" />
41
		</input>
42
		<input name="INPUT1" description="Elevation field" class="class es.unex.sextante.parameters.ParameterTableField" coords="127,20,91,58">
43
			<attribute name="parent" value="INPUT0" />
44
		</input>
45
		<input name="INPUT2" description="Threshold for channel definition" class="class es.unex.sextante.parameters.ParameterNumericalValue" coords="238,20,175,58">
46
			<attribute name="min" value="0.0" />
47
			<attribute name="max" value="1.7976931348623157E308" />
48
			<attribute name="default" value="1000000.0" />
49
			<attribute name="type" value="2" />
50
		</input>
51
		<output key="RESULTPROC6" class="class es.unex.sextante.outputs.OutputVectorLayer" description="Watersheds" />
52
		<data_object key="INNERPARAM0PROC7" value="0.1" description="Numerical Value" />
53
		<data_object key="INNERPARAM1PROC2" value="1.1" description="Numerical Value" />
54
		<data_object key="INNERPARAM0PROC3" value="0" description="Selection" />
55
		<data_object key="RESULTPROC0" value="class es.unex.sextante.modeler.elements.ModelElementRasterLayer,1" description='"Result" de Process 0: Rasterize vector layer' />
56
		<data_object key="RESULTPROC6" value="class es.unex.sextante.modeler.elements.ModelElementVectorLayer,2" description='"Polygons" de Process 6: Geometric properties of polygons' />
57
		<data_object key="NETWORKPROC3" value="class es.unex.sextante.modeler.elements.ModelElementRasterLayer,1" description='"Channel network" de Channel network' />
58
		<data_object key="RESULTPROC7" value="class es.unex.sextante.modeler.elements.ModelElementRasterLayer,1" description='"Filled layer" de Process 8: Void filling' />
59
		<data_object key="INNERPARAM0PROC2" value="0" description="Selection" />
60
		<data_object key="INNERPARAM0PROC1" value="0.01" description="Numerical Value" />
61
		<data_object key="INNERPARAM0PROC4" value="0.0" description="Numerical Value" />
62
		<data_object key="NETWORKVECTPROC3" value="class es.unex.sextante.modeler.elements.ModelElementVectorLayer,1" description='"Channel network" de Channel network' />
63
		<data_object key="RESULTPROC1" value="class es.unex.sextante.modeler.elements.ModelElementRasterLayer,1" description='"Preprocessed" de Sink filling' />
64
		<data_object key="RESULTPROC5" value="class es.unex.sextante.modeler.elements.ModelElementVectorLayer,2" description='"Result" de Process 5: Vectorize raster layer (polygons)' />
65
		<data_object key="FLOWACCPROC2" value="class es.unex.sextante.modeler.elements.ModelElementRasterLayer,1" description='"Flow accumulation" de Process 2: Flow accumulation' />
66
		<data_object key="WATERSHEDSPROC4" value="class es.unex.sextante.modeler.elements.ModelElementRasterLayer,1" description='"Watersheds" de Watersheds' />
67
	</model>
68
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.164/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/es/es.unex.sextante.morphometry.hypsometry/hypsometry.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="Este algoritmo genera una tabla que refleja la distribuci&#243;n altitudinal dentro de un MDE." 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="Algoritmo creado por" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya y Antonio Ordo&#241;ez" 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="DEM" text="Un Modelo Digital de Elevaciones." description="MDE" type="3">
14
		</element>
15
		<element name="OUTPUT_DESCRIPTION" text="" description="Descripci&#243;n general" type="2">
16
		</element>
17
		<element name="RESULT" text="Esta tabla contiene informaci&#243;n sobre la distribuci&#243;n de las elevaciones en la capa, creada a partir del histograma de frecuencias. A continuaci&#243;n, se describe los campos de la tabla:&#10;&#10;* Altura relativa: la altura relativa en %.&#10;&#10;* &#193;rea relativa: el &#225;rea relativa en % ocupada por las celdas de elevaci&#243;n inferior a la del intervalo.&#10;&#10;* Altura absoluta: el valor de altura del intervalo &#10;&#10;* &#193;rea absoluta: el &#225;rea ocupada por las celdas de elevaci&#243;n inferior a la del intervalo " description="Hipsometr&#237;a" type="2">
18
			<image description="Tabla de atributos Hipsometr&#237;a" file="hipsometria.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.164/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/es/es.unex.sextante.vectorTools.countPoints/countpoints.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="Este algoritmo cuenta el n&#250;mero de puntos de una capa que caen en los distintos pol&#237;gonos de otra." 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="Algoritmo creado por" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya y Antonio Ordo&#241;ez" 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="POINTS" text="la capa de puntos de entrada." description="Puntos" type="3">
14
		</element>
15
		<element name="POLYGONS" text="la capa de pol&#237;gonos sobre la que se quiere contar los puntos." description="Pol&#237;gonos" type="3">
16
		</element>
17
		<element name="OUTPUT_DESCRIPTION" text="" description="Descripci&#243;n general" type="2">
18
		</element>
19
		<element name="RESULT" text='se crea un nuevo campo en la tabla de atributos de la nueva capa, llamado "Puntos interiores", con el conteo de puntos dentro de cada pol&#237;gono.' description="Pol&#237;gonos" type="2">
20
			<image description="" file="contar_puntos_en_poligonos1.jpg">
21
			</image>
22
			<image description="" file="contar_puntos_en_poligonos2.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.164/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/es/es.unex.sextante.vectorTools.graticuleBuilder/graticulebuilder.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="Crea una nueva capa vectorial en base a una malla regular o ret&#237;cula. La salida puede ser mediante rect&#225;ngulos, l&#237;neas o puntos." 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" description="Algoritmo creado por" text="Victor Olaya" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya y Antonio Ordo?ez" 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="XMIN" text="definir la coordenada X M&#237;nima." description="X Min" type="3">
14
		</element>
15
		<element name="XMAX" text="definir la coordenada X M&#225;xima." description="X Max" type="3">
16
		</element>
17
		<element name="YMIN" text="definir la coordenada Y M&#237;nima." description="Y Min" type="3">
18
		</element>
19
		<element name="YMAX" text="definir la coordenada Y M&#225;xima." description="Y Max" type="3">
20
		</element>
21
		<element name="INTERVALX" text="valor de intervalo para la X." description="Intervalo en X" type="3">
22
		</element>
23
		<element name="INTERVALY" text="valor de intervalo para la Y." description="Intervalo en Y" type="3">
24
		</element>
25
		<element name="TYPE" text="seleccionar el modo en que se quiere crear la ret&#237;cula, a elegir entre:&#10;* Rect&#225;ngulos&#10;* L&#237;neas&#10;* Puntos" description="Tipo" type="3">
26
		</element>
27
		<element name="OUTPUT_DESCRIPTION" text="" description="Descripci&#243;n general" type="2">
28
		</element>
29
		<element name="GRATICULE" text="nueva capa vectorial." description="Ret&#237;cula" type="2">
30
			<image description="" file="crear_reticula.jpg">
31
			</image>
32
		</element>
33
	</help>
34
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 35

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.164/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/es/es.unex.sextante.gridCategorical.fragstatsArea/fragstatsarea.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="Este algoritmo calcula m&#233;tricas de &#225;rea, densidad y borde, definidas en el software FRAGSTATS." description="Descripci&#243;n" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="*http://www.umass.edu/landeco/research/fragstats/fragstats.html&#10;*McGarigal, K., and B. J. Marks. 1995. FRAGSTATS: spatial pattern analysis program for quantifying landscape structure. USDA For. Serv. Gen. Tech. Rep. PNW-351." description="Informaci&#243;n adicional" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" description="Algoritmo creado por" text="Victor Olaya" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya y Antonio Ordo?ez" 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="la capa raster de origen. " description="Capa de clases" type="3">
14
		</element>
15
		<element name="OUTPUT_DESCRIPTION" text="* Cuadro de di&#225;logo: con diversa informaci&#243;n de m&#233;tricas por teselas, m&#233;tricas por clases y m&#233;tricas del paisaje global.&#10; " description="Descripci&#243;n general" type="2">
16
			<image description="Cuadro de di&#225;logo m&#233;tricas de &#225;rea/densidad/borde" file="fragstats_area_densidad.jpg">
17
			</image>
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.164/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/es/es.unex.sextante.gridStatistics.neighborhoodKurtosis/neighborhoodkurtosis.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="Este algoritmo calcula el coeficiente de kurtosis(o apuntamiento) en cada celda para una capa raster por vecindad mediante una operaci&#243;n de an&#225;lisis focal.&#10;&#10;El coeficiente de kurtosis se calcula seg&#250;n:" description="Descripci&#243;n" type="0">
4
			<image description="" file="kurtosis.gif">
5
			</image>
6
		</element>
7
		<element name="ADDITIONAL_INFO" text="" description="Informaci&#243;n adicional" type="0">
8
		</element>
9
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Algoritmo creado por" type="0">
10
		</element>
11
		<element name="HELP_AUTHOR" text="Victor Olaya y Antonio Ordo&#241;ez" description="Ayuda creada por" type="0">
12
		</element>
13
		<element name="USER_NOTES" text="" description="Notas de usuario" type="0">
14
		</element>
15
		<element name="LAYER" text="la capa a calcular." description="Capa" type="3">
16
		</element>
17
		<element name="RADIUS" text="el radio de la ventana de an&#225;lisis (en celdas)." description="Radio" type="3">
18
		</element>
19
		<element name="NODATA" text="si se selecciona esta opci&#243;n, la aparici&#243;n de una celda con valor de sin datos anula el c&#225;lculo, asign&#225;ndosele a la celda de resultado el mismo valor de sin datos. En caso de no seleccionarse, las celdas sin datos se ignoran, y se opera con las restantes que posean datos validos.&#10;&#10;" description="Forzar valor de sin datos" type="3">
20
		</element>
21
		<element name="OUTPUT_DESCRIPTION" text="" description="Descripci&#243;n general" type="2">
22
		</element>
23
		<element name="RESULT" text="" description="Kurtosis (por vecindad)" type="2">
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.164/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/es/es.unex.sextante.gridAnalysis.roc/roc.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="Este algoritmo calcula y representa una curva ROC (Receiver Operating Characteristic). El area bajo la curva puede emplearse como un estimador de la bondad de un modelo predictivo.&#10;" description="Descripci&#243;n" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text='&#10;*http://www.creaf.uab.es/MIRAMON/publicat/papers/MCSIGT04/CambAgra.pdf&#10;* Benito de Pando, B. y pe&#241;as de Giles, J. (2007): "Aplicaci&#243;n de modelos de distribuci&#243;n de especies a la conservaci&#243;n de la biodiversidad en el sureste de la Pen&#237;nsula Ib&#233;rica", GeoFocus (Art&#237;culos), n&#186; 7, p. 100-119, ISSN: 1578-5157. http://geofocus.rediris.es/2007/Articulo6_2007.pdf&#10;* Modelos de distribuci&#243;n basados en algoritmos de presencia-ausencia (Fielding y Bell 1997, Segurado y Ara&#250;jo 2004, Mu&#241;oz y Felic&#237;simo 2004) y en algoritmos de solo presencia (Phillips et al., 2006).&#10;* Fielding, A.H and Bell, J.F (1997). A review of methods for the assessment of prediction errors in conservation presence absence models. Environmental Conservation 24: 38-49.' description="Informaci&#243;n adicional" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Algoritmo creado por" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya y Antonio Ordo&#241;ez" 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="Capa con valores de idoneidad en el rango 0-1, obtenida mediante un modelo predictivo del que se quiere evaluar su bondad" description="Idoneidad" type="3">
14
		</element>
15
		<element name="POINTS" text="Capa que con informaci&#243;n sobre ausencia o presencia del fenomeno cuya idoneidad se contiene en la capa raster anterior" description="Puntos de datos" type="3">
16
		</element>
17
		<element name="FIELD" text="Un campo con un atributo de presencia/ausencia, donde el valor 1 indica que el elemento esta presente, y valor 0 indica que el elemento esta ausente. " description="Campo de presencia/ausencia" type="3">
18
		</element>
19
		<element name="OUTPUT_DESCRIPTION" text="La curva ROC" description="Descripci&#243;n general" type="2">
20
			<image description="" file="curva_roc.png">
21
			</image>
22
		</element>
23
	</help>
24
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 25

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

Also available in: Unified diff