[GRASS-dev] [GRASS GIS] #3363: Add mask input parameter to v.surf.idw
GRASS GIS
trac at osgeo.org
Thu Jun 22 06:25:29 PDT 2017
#3363: Add mask input parameter to v.surf.idw
-------------------------+-------------------------
Reporter: Lads | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Default | Version: 7.2.1
Keywords: | CPU: Unspecified
Platform: Unspecified |
-------------------------+-------------------------
It is not possible to use a mask with v.surf.idw. The r.mask module only
applies when reading data from disk and therefore has no effect on the
interpolation area, which is always set to the entire region. This creates
an unnecessary computation overhead when the desired area to interpolate
does not cover the entire region.
The v.surf.rst module already has an input parameter for this purpose
(called mask). The goal would be for v.surf.idw to provide a similar
parameter.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3363>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list