mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Merge pull request #1693 from neteler/patch-5
Update and rename r.bilinear.txt to r.resamp.interp.txt
This commit is contained in:
commit
d66c927f60
@ -1,7 +0,0 @@
|
||||
r.bilinear
|
||||
r.bilinear - Bilinear interpolation utility for raster map layers.
|
||||
Raster (r.*)
|
||||
ParameterRaster|input|Input raster layer|False
|
||||
ParameterNumber|north|Specific input value to be assigned to the north and/or south poles for longitude-latitude grids|None|None|0
|
||||
ParameterNumber|east|Specific input value to be assigned to the north and/or south poles for longitude-latitude grids|None|None|0
|
||||
OutputRaster|output|Output raster layer
|
@ -1,7 +1,6 @@
|
||||
r.resamp.interp
|
||||
r.resamp.interp - Resamples a raster map layer to a finer grid using interpolation.
|
||||
r.resamp.interp - Resamples raster map to a finer grid using interpolation.
|
||||
Raster (r.*)
|
||||
ParameterRaster|input|Input raster layer|False
|
||||
ParameterSelection|method|Interpolation method|nearest;bilinear;bicubic
|
||||
ParameterBoolean|-a_r.region|Align region to resolution (default = align to bounds) in r.region|False
|
||||
ParameterSelection|method|Sampling interpolation method|nearest;bilinear;bicubic;lanczos
|
||||
OutputRaster|output|Output raster layer
|
||||
|
Loading…
x
Reference in New Issue
Block a user