mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-15 00:04:37 -04:00
Avoid creating temporary helpfiles Added basic converter to convert rst into html on the fly Added SAGA help files
33 lines
481 B
ReStructuredText
33 lines
481 B
ReStructuredText
VARIOGRAM SURFACE
|
|
=================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Points[Vector]``:
|
|
- ``Attribute[TableField]``:
|
|
- ``Number of Distance Classes[Number]``:
|
|
- ``Skip Number[Number]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Number of Pairs[Raster]``:
|
|
- ``Variogram Surface[Raster]``:
|
|
- ``Covariance Surface[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:variogramsurface', points, field, distcount, nskip, count, variance, covariance)
|