[GRASS-dev] Re: [GRASS GIS] #465: r.proj.seg thins along null areas
and raster bounds for bilinear and cubic methods
GRASS GIS
trac at osgeo.org
Sun Feb 1 11:29:54 EST 2009
#465: r.proj.seg thins along null areas and raster bounds for bilinear and cubic
methods
--------------------------+-------------------------------------------------
Reporter: kyngchaos | Owner: grass-dev at lists.osgeo.org
Type: enhancement | Status: new
Priority: major | Milestone:
Component: Raster | Version: svn-develbranch6
Resolution: | Keywords:
Platform: All | Cpu: All
--------------------------+-------------------------------------------------
Comment (by kyngchaos):
Replying to glynn off-trac:
> Try nearest first; if that returns null, then you know that bilinear
> and bicubic will also return null, so you can just abort at that
> point. Otherwise, try bicubic then bilinear.
... ah, I was thinking it would be repeating a call to nearest, to apply
that at the end if it actually needed it, but I suppose I could save that
first value and reuse it when needed.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/465#comment:13>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list