GDAL
November 10, 2016, 7:20pm
1
#3207: Create histogram of raster map fails
-------------------------+-------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.2.1
Component: wxGUI | Version: svn-trunk
Keywords: | CPU: x86-64
Platform: MSWindows 8 |
-------------------------+-------------------------
{{{
System Info
GRASS version: 7.3.svn
GRASS SVN revision: r69793
Build date: 2016-11-10
Build platform: x86_64-w64-mingw32
GDAL: 2.1.2
PROJ.4: 4.9.3
GEOS: 3.5.0
SQLite: 3.14.1
Python: 2.7.5
wxPython: 2.8.12.1
Platform: Windows-8-6.2.9200 (OSGeo4W)
}}}
{{{
Traceback (most recent call last):
File "C:\OSGEO4~1\apps\grass\grass-7.3.svn\gui\wxpython\ma
pdisp\frame.py", line 1158, in OnHistogramPyPlot
win = HistogramPlotFrame(parent=self, rasterList=raster)
File "C:\OSGEO4~1\apps\grass\grass-7.3.svn\gui\wxpython\wx
plot\histogram.py", line 45, in __init__
BasePlotFrame.__init__(self, parent, size=size, **kwargs)
File "C:\OSGEO4~1\apps\grass\grass-7.3.svn\gui\wxpython\wx
plot\base.py", line 111, in __init__
self.client = plot.PlotCanvas(self)
NameError
:
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3207> ;
GRASS GIS <https://grass.osgeo.org >
GDAL
November 10, 2016, 7:33pm
2
#3207: Create histogram of raster map fails
-----------------------+-------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.2.1
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
CPU: x86-64 | Platform: MSWindows 8
-----------------------+-------------------------
Comment (by martinl):
Is this issue valid also for 7.2.0? (milestone set for 7.2.1)
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3207#comment:1> ;
GRASS GIS <https://grass.osgeo.org >
GDAL
November 10, 2016, 7:44pm
3
#3207: Create histogram of raster map fails
-----------------------+-------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.2.1
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
CPU: x86-64 | Platform: MSWindows 8
-----------------------+-------------------------
Comment (by martinl):
I cannot reproduce this bug (fresh 7.3svn on osgeo4w). Histogramming tool
is shown normally.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3207#comment:2> ;
GRASS GIS <https://grass.osgeo.org >
GDAL
November 10, 2016, 8:00pm
4
#3207: Create histogram of raster map fails
-----------------------+-------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.2.1
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
CPU: x86-64 | Platform: MSWindows 8
-----------------------+-------------------------
Comment (by hellik):
Replying to [comment:2 martinl]:
> I cannot reproduce this bug (fresh 7.3svn on osgeo4w). Histogramming
tool is shown normally.
now tested with
{{{
System Info
GRASS version: 7.0.5
GRASS SVN Revision: 69636
Build Date: 2016-10-02
Build Platform: x86_64-w64-mingw32
GDAL/OGR: 2.1.1
PROJ.4: 4.9.3
GEOS: 3.5.0
SQLite: 3.14.1
Python: 2.7.5
wxPython: 2.8.12.1
Platform: Windows-8-6.2.9200 (OSGeo4W)
}}}
{{{
Traceback (most recent call last):
File "C:\OSGEO4~1\apps\grass\grass-7.0.5\gui\wxpython\mapd
isp\frame.py", line 1067, in OnHistogramPyPlot
win = HistogramPlotFrame(parent = self, rasterList = raster)
File "C:\OSGEO4~1\apps\grass\grass-7.0.5\gui\wxpython\wxpl
ot\histogram.py", line 43, in __init__
BasePlotFrame.__init__(self, parent, size = size, **kwargs)
File "C:\OSGEO4~1\apps\grass\grass-7.0.5\gui\wxpython\wxpl
ot\base.py", line 92, in __init__
self.client = plot.PlotCanvas(self)
NameError
:
global name 'plot' is not defined
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3207#comment:3> ;
GRASS GIS <https://grass.osgeo.org >
GDAL
November 10, 2016, 8:03pm
5
#3207: Create histogram of raster map fails
-----------------------+-------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.2.1
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
CPU: x86-64 | Platform: MSWindows 8
-----------------------+-------------------------
Comment (by hellik):
Replying to [comment:1 martinl]:
> Is this issue valid also for 7.2.0? (milestone set for 7.2.1)
its here in OSGeo4W-GRASS version: 7.0.5 and OSGeo4W-GRASS version:
7.3.svn
so no idea which milestone to set.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3207#comment:4> ;
GRASS GIS <https://grass.osgeo.org >
GDAL
November 11, 2016, 2:08am
6
#3207: Create histogram of raster map fails
-----------------------+-------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.2.1
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
CPU: x86-64 | Platform: MSWindows 8
-----------------------+-------------------------
Comment (by annakrat):
I don't have any problems:
{{{
GRASS version: 7.3.svn
GRASS SVN revision: r69770
Build date: 2016-11-05
Build platform: x86_64-w64-mingw32
GDAL: 2.1.2
PROJ.4: 4.9.3
GEOS: 3.5.0
SQLite: 3.14.1
Python: 2.7.5
wxPython: 2.8.12.1
Platform: Windows-8-6.2.9200
}}}
Could other people test, too? That error should not really happen, is
there any other error before?
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3207#comment:5> ;
GRASS GIS <https://grass.osgeo.org >
GDAL
November 11, 2016, 7:11am
7
#3207: Create histogram of raster map fails
-----------------------+-------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.2.1
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
CPU: x86-64 | Platform: MSWindows 8
-----------------------+-------------------------
Comment (by hellik):
Replying to [comment:5 annakrat]:
> I don't have any problems:
>
> {{{
> GRASS version: 7.3.svn
> GRASS SVN revision: r69770
> Build date: 2016-11-05
> Build platform: x86_64-w64-mingw32
> GDAL: 2.1.2
> PROJ.4: 4.9.3
> GEOS: 3.5.0
> SQLite: 3.14.1
> Python: 2.7.5
> wxPython: 2.8.12.1
> Platform: Windows-8-6.2.9200
> }}}
>
> Could other people test, too? That error should not really happen, is
there any other error before?
In my tests I'm using OSGeo4W-winGRASS,as I can see, you are using the
standalone, right?
could it be the numpy issue that doesn't appear in standalone, but in the
OSGeo4W version?
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3207#comment:6> ;
GRASS GIS <https://grass.osgeo.org >
GDAL
November 11, 2016, 7:14am
8
#3207: Create histogram of raster map fails
-----------------------+-------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.2.1
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
CPU: x86-64 | Platform: MSWindows 8
-----------------------+-------------------------
Comment (by hellik):
Replying to [comment:6 hellik]:
> Replying to [comment:5 annakrat]:
> > I don't have any problems:
> >
> > {{{
> > GRASS version: 7.3.svn
> > GRASS SVN revision: r69770
> > Build date: 2016-11-05
> > Build platform: x86_64-w64-mingw32
> > GDAL: 2.1.2
> > PROJ.4: 4.9.3
> > GEOS: 3.5.0
> > SQLite: 3.14.1
> > Python: 2.7.5
> > wxPython: 2.8.12.1
> > Platform: Windows-8-6.2.9200
> > }}}
> >
> > Could other people test, too? That error should not really happen, is
there any other error before?
>
> In my tests I'm using OSGeo4W-winGRASS,as I can see, you are using the
standalone, right?
>
> could it be the numpy issue that doesn't appear in standalone, but in
the OSGeo4W version?
See #3057
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3207#comment:7> ;
GRASS GIS <https://grass.osgeo.org >
GDAL
November 11, 2016, 8:02am
9
#3207: Create histogram of raster map fails
-----------------------+-------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.2.1
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
CPU: x86-64 | Platform: MSWindows 8
-----------------------+-------------------------
Comment (by martinl):
Replying to [comment:6 hellik]:
> In my tests I'm using OSGeo4W-winGRASS,as I can see, you are using the
standalone, right?
I cannot reproduce this issue even with osgeo4w installer. Could you
please test 7.2.0RC1 from experimental area? To know whether we need to
postpone RC2. Thanks.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3207#comment:8> ;
GRASS GIS <https://grass.osgeo.org >
GDAL
November 11, 2016, 9:52am
10
#3207: Create histogram of raster map fails
-----------------------+-------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.2.1
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
CPU: x86-64 | Platform: MSWindows 8
-----------------------+-------------------------
Comment (by hellik):
Replying to [comment:8 martinl]:
> Replying to [comment:6 hellik]:
> > In my tests I'm using OSGeo4W-winGRASS,as I can see, you are using the
standalone, right?
>
> I cannot reproduce this issue even with osgeo4w installer. Could you
please test 7.2.0RC1 from experimental area? To know whether we need to
postpone RC2. Thanks.
see https://trac.osgeo.org/grass/ticket/3057#comment:18
standalone ''GRASS GIS 7.2.svn'' works without any problems; trying it
with the setup in #3057 #comment:18 (standalone winGRASS pointing to the
OSGeo4W-python stuff), then I get the same error as reported above.
conclusion: the numpy startup issue (#3057 ) and this failing are
interconnected!
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3207#comment:9> ;
GRASS GIS <https://grass.osgeo.org >
GDAL
November 11, 2016, 2:45pm
11
#3207: Create histogram of raster map fails
-----------------------+-------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.2.1
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
CPU: x86-64 | Platform: MSWindows 8
-----------------------+-------------------------
Comment (by hellik):
Replying to [comment:8 martinl]:
> Replying to [comment:6 hellik]:
> > In my tests I'm using OSGeo4W-winGRASS,as I can see, you are using the
standalone, right?
>
> I cannot reproduce this issue even with osgeo4w installer. Could you
please test 7.2.0RC1 from experimental area? To know whether we need to
postpone RC2. Thanks.
yes it's for me in the OSGeo4W-winGRASS 7.2.0RC1.
see further tests in #3057
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3207#comment:10> ;
GRASS GIS <https://grass.osgeo.org >
GDAL
November 12, 2016, 3:27pm
12
#3207: Create histogram of raster map fails
-----------------------+-------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.2.1
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
CPU: x86-64 | Platform: MSWindows 8
-----------------------+-------------------------
Comment (by annakrat):
The same as in #3094 , fixed in r69797 in trunk, please test.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3207#comment:11> ;
GRASS GIS <https://grass.osgeo.org >
GDAL
November 13, 2016, 9:18am
13
#3207: Create histogram of raster map fails
-----------------------+-------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.2.1
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
CPU: x86-64 | Platform: MSWindows 8
-----------------------+-------------------------
Comment (by hellik):
Replying to [comment:11 annakrat]:
> The same as in #3094 , fixed in r69797 in trunk, please test.
tested by
{{{
GRASS version: 7.3.svn
GRASS SVN revision: r69797
Build date: 2016-11-13
Build platform: x86_64-w64-mingw32
GDAL: 2.1.2
PROJ.4: 4.9.3
GEOS: 3.5.0
SQLite: 3.14.1
Python: 2.7.5
wxPython: 2.8.12.1
Platform: Windows-8-6.2.9200 (OSGeo4W)
}}}
fix confirmed; closing ticket.
thanks.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3207#comment:12> ;
GRASS GIS <https://grass.osgeo.org >
GDAL
November 13, 2016, 9:18am
14
#3207: Create histogram of raster map fails
-----------------------+-------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: closed
Priority: critical | Milestone: 7.2.1
Component: wxGUI | Version: svn-trunk
Resolution: fixed | Keywords:
CPU: x86-64 | Platform: MSWindows 8
-----------------------+-------------------------
Changes (by hellik):
* status: new => closed
* resolution: => fixed
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3207#comment:13> ;
GRASS GIS <https://grass.osgeo.org >
GDAL
November 13, 2016, 9:21am
15
#3207: Create histogram of raster map fails
-----------------------+-------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: reopened
Priority: critical | Milestone: 7.2.1
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
CPU: x86-64 | Platform: MSWindows 8
-----------------------+-------------------------
Changes (by hellik):
* status: closed => reopened
* resolution: fixed =>
Comment:
reopen, as backport needed (?).
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3207#comment:14> ;
GRASS GIS <https://grass.osgeo.org >
GDAL
November 13, 2016, 11:07am
16
#3207: Create histogram of raster map fails
----------------------+-------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: reopened
Priority: blocker | Milestone: 7.2.0
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
CPU: x86-64 | Platform: MSWindows 8
----------------------+-------------------------
Changes (by martinl):
* priority: critical => blocker
* milestone: 7.2.1 => 7.2.0
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3207#comment:15> ;
GRASS GIS <https://grass.osgeo.org >
GDAL
November 13, 2016, 1:19pm
17
#3207: Create histogram of raster map fails
----------------------+-------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: closed
Priority: blocker | Milestone: 7.2.0
Component: wxGUI | Version: svn-trunk
Resolution: fixed | Keywords:
CPU: x86-64 | Platform: MSWindows 8
----------------------+-------------------------
Changes (by annakrat):
* status: reopened => closed
* resolution: => fixed
Comment:
Backported to 72 and 70.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3207#comment:16> ;
GRASS GIS <https://grass.osgeo.org >