Statistics
| Revision:

gvsig-geoprocess / org.gvsig.geoprocess / trunk / org.gvsig.geoprocess / org.gvsig.geoprocess.app / org.gvsig.geoprocess.app.mainplugin / src / main / resources / help / en / es.unex.sextante.rasterize.kriging / kriging.xml @ 339

History | View | Annotate | Download (2.58 KB)

1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
        <help>
3
                <element name="DESCRIPTION" text="This algorithm creates a continuous raster layer from a set of points, using the kriging interpolation method&#10;&#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="The input points layer" description="Point layer" type="3">
14
                </element>
15
                <element name="FIELD" text="The field that contains the value to use for interpolation" description="Field" type="3">
16
                </element>
17
                <element name="DIST" text="The distance within which points are analized, in map units. Only those points within the search radius from a given cell are used to compute the value at that cell" description="Search radius" type="3">
18
                </element>
19
                <element name="MINPOINTS" text="The minimum number of points needed for inteprolation. If the number of points within the search radius of a cell is lower than this number, the cell will be assigned the no-data value" description="Mino number of points" type="3">
20
                </element>
21
                <element name="MAXPOINTS" text="" description="Max. number of points" type="3">
22
                </element>
23
                <element name="MODEL" text="the semivariogram model that may be used:&#10;* Spherical&#10;* Exponential&#10;* Gaussian" description="Model" type="3">
24
                </element>
25
                <element name="NUGGET" text="The nugget the variogram" description="Nugget" type="3">
26
                </element>
27
                <element name="SILL" text="The sill of the variogram" description="Sill" type="3">
28
                </element>
29
                <element name="RANGE" text="The range of the variogram" description="Range" type="3">
30
                </element>
31
                <element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
32
                </element>
33
                <element name="CROSSVALIDATION" text="Cross validation table" description="Cross validation" type="2">
34
                        <image description="" file="kriging_tabla.jpg">
35
                        </image>
36
                </element>
37
                <element name="VARIANCE" text="" description="Variances" type="2">
38
                        <image description="" file="kriging_varianzas.jpg">
39
                        </image>
40
                </element>
41
                <element name="RESULT" text="" description="Result" type="2">
42
                        <image description="" file="kriging_interpolado.jpg">
43
                        </image>
44
                </element>
45
        </help>
46
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>