QGIS/python/plugins/processing/algs/saga/description/GeographicallyWeightedRegression.txt

23 lines
2.0 KiB
Plaintext
Raw Normal View History

2015-06-01 14:46:01 +01:00
GWR for Single Predictor (Gridded Model Output)
statistics_regression
2017-08-18 02:05:16 +10:00
QgsProcessingParameterFeatureSource|POINTS|Points|0|None|False
QgsProcessingParameterField|DEPENDENT|Dependent Variable|None|POINTS|-1|False|False
QgsProcessingParameterField|PREDICTOR|Predictor|None|POINTS|-1|False|False
Hardcoded|-TARGET_DEFINITION 0
QgsProcessingParameterEnum|DW_WEIGHTING|Weighting Function|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
2017-08-15 04:34:43 +10:00
QgsProcessingParameterNumber|DW_IDW_POWER|Inverse Distance Weighting Power|QgsProcessingParameterNumber.Integer|1|False|None|None
2017-08-15 17:39:27 +10:00
QgsProcessingParameterBoolean|DW_IDW_OFFSET|Inverse Distance Offset|True
2017-08-15 04:34:43 +10:00
QgsProcessingParameterNumber|DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|QgsProcessingParameterNumber.Integer|1|False|None|None
QgsProcessingParameterEnum|SEARCH_RANGE|Search Range|[0] search radius (local);[1] no search radius (global)
2017-08-15 04:34:43 +10:00
QgsProcessingParameterNumber|SEARCH_RADIUS|Search Radius|QgsProcessingParameterNumber.Integer|100|False|None|None
QgsProcessingParameterEnum|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of nearest points;[1] all points within search distance
2017-08-15 04:34:43 +10:00
QgsProcessingParameterNumber|SEARCH_POINTS_MIN|Minimum|QgsProcessingParameterNumber.Integer|4|False|1|None
QgsProcessingParameterNumber|SEARCH_POINTS_MAX|Maximum|QgsProcessingParameterNumber.Integer|20|False|1|None
QgsProcessingParameterEnum|SEARCH_DIRECTION|Search Direction|[0] all directions;[1] quadrants
QgsProcessingParameterExtent|TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX|Output extent|None|True
2017-08-15 04:34:43 +10:00
QgsProcessingParameterNumber|TARGET_USER_SIZE|Cellsize|QgsProcessingParameterNumber.Double|100.0|False|None|None
QgsProcessingParameterEnum|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
2017-08-15 05:07:09 +10:00
QgsProcessingParameterRasterDestination|TARGET_OUT_GRID|Grid
QgsProcessingParameterRasterDestination|TARGET_INTERCEPT|Intercept
QgsProcessingParameterRasterDestination|TARGET_SLOPE|Slope
QgsProcessingParameterRasterDestination|TARGET_QUALITY|Quality