Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Merge pull request #1693 from neteler/patch-5
Update and rename r.bilinear.txt to r.resamp.interp.txt
- Loading branch information
Showing
2 changed files
with
2 additions
and
10 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
python/plugins/processing/algs/grass7/description/r.bilinear.txt
This file was deleted.
Oops, something went wrong.
5 changes: 2 additions & 3 deletions
5
python/plugins/processing/algs/grass7/description/r.resamp.interp.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |