Statistics
| Revision:

gvsig-geoprocess / org.gvsig.geoprocess / trunk / org.gvsig.geoprocess / org.gvsig.geoprocess.app / org.gvsig.geoprocess.app.mainplugin / src / main / resources / help / watershed.model.xml @ 338

History | View | Annotate | Download (2.27 KB)

1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
        <help>
3
                <element name="DESCRIPTION" text="Given a set of contour lines, this algorithms creates a vector layer which represents watersheds in the given area.&#10;&#10;Watersheds are calculated from a channel network previously extracted from a Digital Elevation Model. A threshold value is required to extract the channel network. Larger values of this threshold will result in a lower number of streams and, thus, a lower number of watersheds.&#10;&#10;Once watersheds are calculated, their geometric properties (area, perimeter...) are added to the attributes table of the resulting layer" 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="Contour lines" description="Contour lines" type="3">
14
                </element>
15
                <element name="INPUT1" text="The field in the attributes table that contains the elevation associated with each contour line" description="Elevation field" type="3">
16
                </element>
17
                <element name="INPUT2" text="A threshold vale, expressed in m2, that controls the number and size of watersheds in the resulting layer" description="Threshold for channel definition" type="3">
18
                </element>
19
                <element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
20
                </element>
21
                <element name="RESULTPROC6" text="A vector layer with polygons representing watersheds. Geometric properties such as area and perimeter are included in the associated attributes table" description="Watersheds" type="2">
22
                </element>
23
        </help>
24
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>