[GRASS-dev] Re: [GRASS GIS] #1088: r.fillnulls: support other
interpolation methods
GRASS GIS
trac at osgeo.org
Mon Jun 14 19:28:09 EDT 2010
#1088: r.fillnulls: support other interpolation methods
-------------------------+--------------------------------------------------
Reporter: kyngchaos | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 6.5.0
Component: Raster | Version: svn-develbranch6
Keywords: fillnulls | Platform: All
Cpu: All |
-------------------------+--------------------------------------------------
Comment(by hamish):
MASKs used in GRASS are only used when _reading_ existing raster maps.
They do not mask writing. If v.surf.rst respects MASKs at all it would be
somewhat surprising news to me and should be well documented.
As the output raster map is only written for the current region, ignoring
points outside of this box (and maybe a little buffer around it) can save
some needless work, and so v.surf.rst does do that.
Hamish
ps- note to self:
{{{
- g.rename > /dev/null
+ g.rename --quiet
}}}
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1088#comment:5>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list