1<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2	<help>
3		<element name="DESCRIPTION" text="This algorithm calculates a channel network from a DEM, using a geostatistical approach. Instead of using a single DEM, it generates a set of them from a point layer using kriging and error propagation techniques (each DEM is a simulation). Then it calculates the channel network for each of them and adds all the resulting layers. The values in the output layer represent the probability of each cell of having a channel network flowing through it.&#10;&#10;Since this algorithm uses kriging and channel network calculation, it is recommended to check the help files associated to those algorithms." 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="Felix Bach &amp; Victor Olaya" description="Algoritmo creado 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="Victor Olaya" description="Notas de usuario" type="0">
12		</element>
13		<element name="SIMULATIONSCOUNT" text="The number of DEMs to calculate from the points layer" description="Number of Simulations [Simulation]" type="3">
14		</element>
15		<element name="LAYER" text="The input points layer, with elevation values" description="Capa de puntos" type="3">
16		</element>
17		<element name="FIELD" text="The field with elevation values" description="Campo" type="3">
18		</element>
19		<element name="DIST" text="The search radius" description="Radio de b&#250;squeda" type="3">
20		</element>
21		<element name="MINPOINTS" text="The minimum number of point to perform kriging" description="M&#237;nimo n&#250;mero de puntos" type="3">
22		</element>
23		<element name="MAXPOINTS" text="The maximum number of point to perform kriging" description="M&#225;ximo n&#250;mero de puntos" type="3">
24		</element>
25		<element name="MODEL" text="The variogram model" description="Modelo" type="3">
26		</element>
27		<element name="NUGGET" text="The nugget value" description="Nugget" type="3">
28		</element>
29		<element name="SILL" text="The sill value" description="Sill" type="3">
30		</element>
31		<element name="RANGE" text="The range value" description="Rango" type="3">
32		</element>
33		<element name="METHOD" text="The threshold for channel network definition" description="Threshold [ChannelNetwork]" type="3">
34		</element>
35		<element name="THRESHOLD" text="The criteria for channel network definition" description="Criteria [ChannelNetwork]" type="3">
36		</element>
37		<element name="OUTPUT_DESCRIPTION" text="" description="Descripci&#243;n general" type="2">
38		</element>
39		<element name="RESULTCHAN" text="The final raster layer with channel network probability. The value in each cell represents the number of simulations for which the corresponding channel network includes that cell." description="ChannelNetwork added results" type="2">
40		</element>
41	</help>
42<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>