[GRASS-dev] [GRASS GIS] #2824: g.gui.timeline throws exception when trying to display temporal dataset.
GRASS GIS
trac at osgeo.org
Fri Dec 11 18:22:46 PST 2015
#2824: g.gui.timeline throws exception when trying to display temporal dataset.
--------------------------+----------------------------
Reporter: pmav99 | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.3
Component: wxGUI | Version: 7.0.1
Resolution: | Keywords: g.gui.timeline
CPU: Unspecified | Platform: Unspecified
--------------------------+----------------------------
Comment (by wenzeslaus):
I'm not getting this error when I try on the full NC sample dataset:
{{{
g.region raster=elev_lid792_1m res=4
r.sun.hourly elevation=elev_lid792_1m glob_rad_basename=rad \
start_time=5 end_time=10 year=2005 day=255 time_step=1 -t
g.gui.timeline rad
}}}
(year=2005 is there to create dataset with absolute time.)
Tested on 64bit Linux machine. My versions of numpy and matplotlib are the
following:
{{{
>>> import numpy
>>> numpy.__version__
'1.8.2'
>>> import matplotlib
>>> matplotlib.__version__
'1.4.2'
}}}
Please run python in GRASS session and get the versions as well. Check
also that the Python version is 2.7.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2824#comment:2>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list