[GRASS-dev] [GRASS GIS] #3727: t.rast.aggregate fails with python3
GRASS GIS
trac at osgeo.org
Mon Jan 7 16:14:22 PST 2019
#3727: t.rast.aggregate fails with python3
-------------------------+-------------------------------------------------
Reporter: veroandreo | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 7.8.0
Component: Temporal | Version: svn-trunk
Resolution: | Keywords: t.rast.aggregate, t.rast.algebra,
CPU: | python3
Unspecified | Platform: Unspecified
-------------------------+-------------------------------------------------
Changes (by veroandreo):
* priority: normal => major
* keywords: t.rast.aggregate, python3 => t.rast.aggregate, t.rast.algebra,
python3
Comment:
G7:t.rast.algebra fails with the same error when trying to add 2 strds. To
test, just create another strds (B) and run:
{{{
for map in `seq -w 1 10` ; do r.mapcalc "bla_${map} = ${map}" ; done
t.create output=B type=strds temporaltype=absolute title="test"
description="test2"
t.register input=B maps=`g.list rast pat=bla* sep=, map=.`
start="2000-01-01" increment="1 months" -i
t.rast.algebra expression="C = A + B" basename=c_test
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3727#comment:2>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list