Skip to content

Commit

Permalink
[processing] Fix saga natural neighbor parameters
Browse files Browse the repository at this point in the history
fixes #16604
  • Loading branch information
jascase901 authored and nyalldawson committed May 7, 2018
1 parent f4599f1 commit a0a5f6c
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -3,8 +3,10 @@ grid_gridding
QgsProcessingParameterFeatureSource|SHAPES|Points|0|None|False
QgsProcessingParameterField|FIELD|Attribute|None|SHAPES|-1|False|False
Hardcoded|-TARGET_DEFINITION 0
QgsProcessingParameterBoolean|SIBSON|Sibson|True
QgsProcessingParameterEnum|METHOD|Method|[0] Linear;[1] Sibson; [2] Non-Sibson
QgsProcessingParameterExtent|TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX|Output extent|None|True
QgsProcessingParameterNumber|TARGET_USER_SIZE|Cellsize|QgsProcessingParameterNumber.Double|100.0|False|None|None
QgsProcessingParameterEnum|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
QgsProcessingParameterRasterDestination|TARGET_OUT_GRID|Grid
QgsProcessingParameterNumber|WEIGHT|Minimum Weight|QgsProcessingParameterNumber.Double|0.0|False|None|0.0
QgsProcessingParameterRasterLayer|TARGET_TEMPLATE|Target System|None|True

0 comments on commit a0a5f6c

Please sign in to comment.