Tool Variogram (Dialog)
Variogram (Dialog)
- Author: O.Conrad (c) 2009
 
- Menu: Spatial and Geostatistics|Points
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Points | shapes, input | POINTS | - | - | 
| Output | Variogram | table, output | VARIOGRAM | - | - | 
| Options | Attribute | table field | ATTRIBUTE | - | - | 
 | Logarithmic Transformation | boolean | LOG | - | Default: 0 | 
 | Maximum Distance | floating point number, CMD | VAR_MAXDIST | - | Default: -1.000000 | 
 | Lag Distance Classes | integer number, CMD | VAR_NCLASSES | initial number of lag distance classes | Minimum: 1 Default: 100 | 
 | Skip | integer number, CMD | VAR_NSKIP | - | Minimum: 1 Default: 1 | 
 | Model | text, CMD | VAR_MODEL | - | Default: a + b * x | 
Command-line
Usage: saga_cmd statistics_kriging 4 [-POINTS <str>] [-ATTRIBUTE <str>] [-VARIOGRAM <str>] [-LOG <str>] [-VAR_MAXDIST <double>] [-VAR_NCLASSES <num>] [-VAR_NSKIP <num>] [-VAR_MODEL <str>]
  -POINTS:<str>        	Points
	shapes, input
  -ATTRIBUTE:<str>     	Attribute
	table field
  -VARIOGRAM:<str>     	Variogram
	table, output
  -LOG:<str>           	Logarithmic Transformation
	boolean
	Default: 0
  -VAR_MAXDIST:<double>	Maximum Distance
	floating point number, CMD
	Default: -1.000000
  -VAR_NCLASSES:<num>  	Lag Distance Classes
	integer number, CMD
	Minimum: 1
	Default: 100
  -VAR_NSKIP:<num>     	Skip
	integer number, CMD
	Minimum: 1
	Default: 1
  -VAR_MODEL:<str>     	Model
	text, CMD
	Default: a + b * x