Statistics
| Revision:

gvsig-geoprocess / org.gvsig.geoprocess / trunk / org.gvsig.geoprocess / org.gvsig.geoprocess.app / org.gvsig.geoprocess.app.mainplugin / src / main / resources-plugin / help / en / es.unex.sextante.hydrology.accFlow / accflow.xml @ 417

History | View | Annotate | Download (3.4 KB)

1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
        <help>
3
                <element name="DESCRIPTION" text="This algorithm calculates the area upslope of each cell, that is, the area of all the cells that flow into it." description="Description" type="0">
4
                </element>
5
                <element name="ADDITIONAL_INFO" text="* A.M. Felicisimo. Modelos digitales del terreno. Introducci&#243;n y aplicaciones en las ciencias ambientales. Pentalfa Ediciones, 1994. &#10;* P Holmgren. Multiple flow direction algorithms for runoff modelling in grid based elevation models: Anempirical evaluation. Hydrological processes, 8:327-334, 1994. &#10;* D.G. Tarboton. A new method for the determination of flow directions and upslope areas in grid digitalelevation models. Water Resources Research, 33(2):309-319, 1997." 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="WEIGHTS" text="if a layer is selected in this field, each of the cells upslope will be weighted based on the value of the cell in this layer. If this is not selected, each cell will have its own area as its weight.&#10;&#10;Notice that selecting a layer in this field will cause the resulting flow accumulation layer to have values not representing an area, but a parameter with the same units as the selected weight layer" description="Weight" type="3">
16
                </element>
17
                <element name="METHOD" text="The following methods are available&#10;* D8: the flow will go from the center of one cell  to the center of one (and only one) around it. (O'Callaghan &amp; Mark 1984).&#10;* Rho8: the same as above but adding a stocastic component that in theory improves it. The flow direction is determined based on a random parameter that depends on the difference between the aspect and the direction towards the adjacent cells in the given direction. (Fairfield &amp; Leymarie 1991).&#10;* DInfinity: the flow goes from the center of one cell up to the center of two contiguous cells around it,  (Tarboton 1998).&#10;* MFD (Multiple Flow Direction): Models a bidimensional flow. Flow can move to several cells from a given one.(Multiple Flow Direction Algorithms)." description="Method" type="3">
18
                </element>
19
                <element name="CONVERGENCE" text="Convergence factor for the MFD method" description="Convergence factor (MFD)" type="3">
20
                </element>
21
                <element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
22
                </element>
23
                <element name="FLOWACC" text="The values of accumulated flow are expressed in areal units. If a layer is used for weighing, the units of the result layer will be the same as the units of that layer." description="Flow accumulation" type="2">
24
                        <image description="Method D8" file="acumulacion de flujo_D8.jpg">
25
                        </image>
26
                        <image description="Method Rho8" file="acumulacion de flujo_Rho8.jpg">
27
                        </image>
28
                        <image description="Method DInfinity" file="acumulacion de flujo_Dinfinity.jpg">
29
                        </image>
30
                        <image description="Method MFD" file="acumulacion de flujo_MFD.jpg">
31
                        </image>
32
                </element>
33
        </help>
34
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>