[GRASS-dev] [GRASS GIS] #2957: t.rast.what throw error while running on large number of maps
GRASS GIS
trac at osgeo.org
Mon Apr 29 09:13:09 PDT 2019
#2957: t.rast.what throw error while running on large number of maps
--------------------------+-----------------------------------
Reporter: spareeth | Owner: grass-dev@…
Type: defect | Status: closed
Priority: normal | Milestone: 7.2.4
Component: Temporal | Version: svn-trunk
Resolution: fixed | Keywords: temporal, t.rast.what
CPU: Unspecified | Platform: Linux
--------------------------+-----------------------------------
Changes (by veroandreo):
* status: new => closed
* resolution: => fixed
Comment:
Tested here in NC with 1000 maps:
{{{
for i in `seq -w 1 1000` ; do r.mapcalc expression="map_$i = 1" ; done
t.create output=test type=strds temporaltype=absolute title="test"
description="test"
g.list rast pat=map_* output=list
t.register input=test file=list start='2000-01-01' increment="1 days" -i
t.rast.what coordinates=494637.096774,154319.556452 strds=test
}}}
all fine, no error reported. Closing.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2957#comment:12>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list