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.rasterize.universalKriging / universalkriging.xml @ 417

History | View | Annotate | Download (3.94 KB)

1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
        <help>
3
                <element name="DESCRIPTION" text="This algorithm generates two new layers, creating one surface area of estimated values from a series of exact values through the interpolation method of Universal Kriging.&#10;&#10;The method is based on a previous spatial autocorrelation analysis of the variable through the theoretical veriograma. One characteristic of this method is that this is used when the estacionariedad de primer orden cannot be assumed and a marked tendency (tendencia) in the estimated mean value in different points  (gradual tendency of data).&#10;&#10;The variable for estimation is made up of two components, the tendency and the residual. First the tendency is shown through a polinomic function, calculating the averages of the weights  of the points calcul&#225;ndose el promedio de los pesos de los puntos en el &#225;mbito de la vecindad del valor que se va a estimar; eliminada la tendencia que rompia la asunci&#243;n de estacionariedad, los residuales se convierten en estacionarios y sobre ellos se realiza el kriging. After the interpolated residues will be added to the tendency to calculate the estimated values. " 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 points layer for interpolation." description="Point layer" type="3">
14
                </element>
15
                <element name="FIELD" text="the field that contains the value for interpolation for each point. " description="Field" type="3">
16
                </element>
17
                <element name="DIST" text="the distance within which all are considered observation points  (same unit as the layer). Only the points within the search radius are used which makes it convinient to use a minimum radius to be assured that sufficient number of  points will be found around all the cells." description="Search radius" type="3">
18
                </element>
19
                <element name="GRIDS" text="select the layers that will act as predictives." description="Predictors" type="3">
20
                </element>
21
                <element name="MINPOINTS" text="the minimum number of points that will be used  in the forecast. If there are less points near the cell than the minimum specified, this cell will recieve a no data value." description="M&#237;nimo_numero_puntos" type="3">
22
                </element>
23
                <element name="MAXPOINTS" text="the maximum number of points that will be used for the forecast." description="M&#225;ximo_numero_puntos" type="3">
24
                </element>
25
                <element name="MODEL" text="the semivariogram model that may be used:&#10;* Spherical&#10;* Exponential&#10;* Gaussian" description="Model" type="3">
26
                </element>
27
                <element name="NUGGET" text="the value in which the semivariogram model intersects with the y axis." description="Nugget" type="3">
28
                </element>
29
                <element name="SILL" text="the value of the semivariogram for the range." description="Sill" type="3">
30
                </element>
31
                <element name="RANGE" text="the distance where no more spatial correlation exists." description="Range" type="3">
32
                </element>
33
                <element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
34
                </element>
35
                <element name="CROSSVALIDATION" text="" description="Cross validation" type="2">
36
                        <image description="" file="kriging_uni_tabla.jpg">
37
                        </image>
38
                </element>
39
                <element name="VARIANCE" text="" description="Variances" type="2">
40
                        <image description="" file="kriging_uni_varianza.jpg">
41
                        </image>
42
                </element>
43
                <element name="RESULT" text="" description="Result" type="2">
44
                        <image description="" file="kriging_uni_interpolado.jpg">
45
                        </image>
46
                </element>
47
        </help>
48
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>