~ubuntu-branches/ubuntu/wily/grass/wily

« back to all changes in this revision

Viewing changes to raster/r.resamp.filter/r.resamp.filter.html

Tags: 7.0.0~rc1+ds1-1~exp1
* New upstream release candidate.
* Repack upstream tarball, remove precompiled Python objects.
* Add upstream metadata.
* Update gbp.conf and Vcs-Git URL to use the experimental branch.
* Update watch file for GRASS 7.0.
* Drop build dependencies for Tcl/Tk, add build dependencies:
  python-numpy, libnetcdf-dev, netcdf-bin, libblas-dev, liblapack-dev
* Update Vcs-Browser URL to use cgit instead of gitweb.
* Update paths to use grass70.
* Add configure options: --with-netcdf, --with-blas, --with-lapack,
  remove --with-tcltk-includes.
* Update patches for GRASS 7.
* Update copyright file, changes:
  - Update copyright years
  - Group files by license
  - Remove unused license sections
* Add patches for various typos.
* Fix desktop file with patch instead of d/rules.
* Use minimal dh rules.
* Bump Standards-Version to 3.9.6, no changes.
* Use dpkg-maintscript-helper to replace directories with symlinks.
  (closes: #776349)
* Update my email to use @debian.org address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<h2>DESCRIPTION</h2>
 
2
 
 
3
<p><em>r.resamp.filter</em> resamples an input raster, filtering the
 
4
input with an analytic kernel.
 
5
 
 
6
<p>All of the kernels specified by the filter= option are multiplied
 
7
together. Typical usage will use either a single kernel or an infinite
 
8
kernel along with a finite window.
 
9
 
 
10
 
 
11
<h2>NOTES</h2>
 
12
 
 
13
<p>Resampling modules (<em>r.resample, r.resamp.stats, r.resamp.interp,
 
14
r.resamp.rst, r.resamp.filter</em>) resample the map to match the
 
15
current region settings.
 
16
 
 
17
 
 
18
<p>When using a kernel which can have negative values (sinc, Lanczos),
 
19
the <em>-n</em> flag should be used. Otherwise, extreme values can
 
20
arise due to the total weight being close (or even equal) to zero.
 
21
 
 
22
 
 
23
<p>Kernels with infinite extent (Gauss, normal, sinc, Hann, Hamming,
 
24
Blackman) must be used in conjunction with a finite windowing function
 
25
(box, Bartlett, Hermite, Lanczos)
 
26
 
 
27
 
 
28
<p>For longitude-latitude locations, the interpolation algorithm is based on
 
29
degree fractions, not on the absolute distances between cell centers.  Any
 
30
attempt to implement the latter would violate the integrity of the
 
31
interpolation method.
 
32
 
 
33
 
 
34
 
 
35
<h2>SEE ALSO</h2>
 
36
 
 
37
<em><a href="g.region.html">g.region</a></em>,
 
38
<em><a href="r.resample.html">r.resample</a></em>,
 
39
<em><a href="r.resamp.rst.html">r.resamp.rst</a></em>
 
40
<em><a href="r.resamp.stats.html">r.resamp.stats</a></em>
 
41
 
 
42
<h2>AUTHOR</h2>
 
43
 
 
44
Glynn Clements
 
45
 
 
46
<p><i>Last changed: $Date: 2011-11-08 13:24:20 -0800 (Tue, 08 Nov 2011) $</i>