From f91602578f5d38cb747e936f2e664125776bb0fa Mon Sep 17 00:00:00 2001 From: Huidae Cho Date: Thu, 5 Jan 2023 06:03:42 -0700 Subject: [PATCH] r.proj: Fix a typo (lanzcos => lanczos) (#2722) --- raster/r.proj/r.proj.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raster/r.proj/r.proj.html b/raster/r.proj/r.proj.html index 18c8101ba9d..eed560213b3 100644 --- a/raster/r.proj/r.proj.html +++ b/raster/r.proj/r.proj.html @@ -102,7 +102,7 @@

Design of r.proj

the cell based on a weighted distance average of the 4 surrounding cells in the input map. The method=bicubic method determines the new value of the cell based on a weighted distance average of the 16 -surrounding cells in the input map. The method=lanzcos method +surrounding cells in the input map. The method=lanczos method determines the new value of the cell based on a weighted distance average of the 25 surrounding cells in the input map. Compared to bicubic, lanczos puts a higher weight on cells close to the center and a