mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
12 lines
1.0 KiB
Plaintext
12 lines
1.0 KiB
Plaintext
r.series.interp
|
|
Interpolates raster maps located (temporal or spatial) in between input raster maps at specific sampling positions.
|
|
Raster (r.*)
|
|
QgsProcessingParameterMultipleLayers|input|Input raster layer(s)|3.0|None|False
|
|
QgsProcessingParameterString|datapos|Data point position for each input map|None|True|True
|
|
QgsProcessingParameterFile|infile|Input file with one input raster map name and data point position per line, field separator between name and sample point is '|'|True
|
|
QgsProcessingParameterString|output|Name for output raster map (comma separated list if multiple|None|False|True
|
|
QgsProcessingParameterString|samplingpos|Sampling point position for each output map (comma separated list)|None|True|True
|
|
QgsProcessingParameterFile|outfile|Input file with one output raster map name and sample point position per line, field separator between name and sample point is '|'|True
|
|
QgsProcessingParameterEnum|method|Interpolation method, currently only linear interpolation is supported|linear|False|0
|
|
OutputDirectory|output_dir|Interpolated rasters
|