[GRASS-user] error in r.bioclim

Markus Metz markus.metz.giswork at gmail.com
Thu Aug 15 01:03:10 PDT 2019


On Thu, Aug 15, 2019 at 9:48 AM Markus Metz <markus.metz.giswork at gmail.com>
wrote:
>
>
>
> On Wed, Aug 14, 2019 at 8:32 PM Veronica Andreo <veroandreo at gmail.com>
wrote:
> >
> > Hello,
> >
> > I'm preparing a workshop for geostat and I want to use r.bioclim. Data
was converted to degree C. This is the command i use:
> >
> > r.bioclim \
> >   tmin=`g.list type=raster pattern="lst_minimum_??" separator=,` \
> >   tmax=`g.list type=raster pattern="lst_maximum_??" separator=,` \
> >   tavg=`g.list type=raster pattern="lst_average_??" separator=,` \
> >   output=lst_ \
> >   toutscale=1
> >
> > However, I get the following error, when the process reaches bio11 and
bio11:
> >
> > Mean temperature for each quarter year ...
> > BIO10 = Mean Temperature of Warmest Quarter,
> > BIO11 = Mean Temperature of Coldest Quarter ...
> > ERROR: Raster map not found
> > Traceback (most recent call last):
> >   File "/home/veroandreo/.grass7/addons/scripts/r.bioclim", line 618,
in <module>
> >     main()
> >   File "/home/veroandreo/.grass7/addons/scripts/r.bioclim", line 316,
in main
> >     method = 'maximum,minimum')
> >   File
"/home/veroandreo/software/grass77-dev/dist.x86_64-pc-linux-gnu/etc/python/grass/script/core.py",
line 441, in run_command
> >     return handle_errors(returncode, returncode, args, kwargs)
> >   File
"/home/veroandreo/software/grass77-dev/dist.x86_64-pc-linux-gnu/etc/python/grass/script/core.py",
line 343, in handle_errors
> >     returncode=returncode)
> > grass.exceptions.CalledModuleError: Module run None r.series input=
output=lst_bio10.18931,lst_bio11.18931 method=maximum,minimum ended with
error
> > Process ended with non-zero return code 1. See errors in the (error)
output.
> >
> > The input maps are there (12 Tmin, 12 Tmax and 12 Tavg), which is the
map it does not find then? Where do I find this (error) output??
>
> this error was introduced by Markus N with
>
https://github.com/OSGeo/grass-addons/commit/7eb1fc10fcc7e56e93444a37287602ff41ec6a15#diff-53570b3d7e95af6c262896a8d57e367e
>
> fixed in 7433d29b

another bug introduced with the same previous commit 7eb1fc1 fixed in
8858cf2b

Markus M
> >
> > Thanks in advance for any help
> > Vero
> > _______________________________________________
> > grass-user mailing list
> > grass-user at lists.osgeo.org
> > https://lists.osgeo.org/mailman/listinfo/grass-user
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20190815/29d90378/attachment-0001.html>


More information about the grass-user mailing list