mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
13 lines
1.0 KiB
Plaintext
13 lines
1.0 KiB
Plaintext
Resampling
|
|
grid_tools
|
|
QgsProcessingParameterRasterLayer|INPUT|Grid|None|False
|
|
QgsProcessingParameterBoolean|KEEP_TYPE|Preserve Data Type|True
|
|
Hardcoded|-TARGET_DEFINITION 0
|
|
QgsProcessingParameterEnum|SCALE_UP|Upscaling Method|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation;[5] Mean Value;[6] Mean Value (cell area weighted);[7] Minimum Value;[8] Maximum Value;[9] Majority
|
|
QgsProcessingParameterEnum|SCALE_DOWN|Downscaling Method|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation
|
|
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
|
|
QgsProcessingParameterNumber|TARGET_USER_SIZE|Cellsize|QgsProcessingParameterNumber.Double|100.0|False|None|None
|
|
QgsProcessingParameterEnum|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
|
|
QgsProcessingParameterRasterLayer|TARGET_TEMPLATE|Target system|None|True
|
|
QgsProcessingParameterRasterDestination|OUTPUT|Grid
|