[GRASS-dev] [GRASS GIS] #718: r.li forgets mask/illegal filename
GRASS GIS
trac at osgeo.org
Wed Apr 16 03:52:40 PDT 2014
#718: r.li forgets mask/illegal filename
------------------------+---------------------------------------------------
Reporter: kyngchaos | Owner: grass-dev@…
Type: defect | Status: closed
Priority: major | Milestone: 6.4.4
Component: Raster | Version: svn-releasebranch64
Resolution: fixed | Keywords: r.li, smp
Platform: All | Cpu: All
------------------------+---------------------------------------------------
Changes (by neteler):
* status: new => closed
* resolution: => fixed
Comment:
Replying to [comment:30 mmetz]:
> Replying to [comment:29 neteler]:
> > I retested it with current 6.4.svn:
> >
> {{{
> g.region rast=lsat7_2002_40 -p
>
> mkdir -p $HOME/.r.li/history/
> echo "SAMPLINGFRAME 0|0|1|1
> SAMPLEAREA 0.0|0.0|1.0|1.0" > $HOME/.r.li/history/landsat_test
>
> r.li.shannon map=lsat7_2002_40 conf=landsat_test out=landsat_shannon
> r.univar landsat_shannon
> ERROR: Raster map <landsat_shannon> not found
> }}}
> >
> > ... no output is produced by r.li.shannon.
>
> With this configuration, the output is a text file. The
> r.li daemon should have printed a corresponding message with
> the path to the output file.
It now does in the backported, corrected version:
{{{
r.li.shannon map=lsat7_2002_40 conf=landsat_test out=landsat_shannon
Result written to ASCII file </home/neteler/.r.li/output/landsat_shannon>
}}}
The original issue reported here should also be fixed in the new version.
Closing, feel free top reopen if needed.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/718#comment:31>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list