Merge pull request #1693 from neteler/patch-5

Update and rename r.bilinear.txt to r.resamp.interp.txt
This commit is contained in:
Paolo Cavallini 2014-11-19 08:03:12 +01:00
commit d66c927f60
2 changed files with 2 additions and 10 deletions

View File

@ -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

View File

@ -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