Re: [GRASS-user] GRASS-7svn: Specify wxPython Version

2015-07-27 Thread Rich Shepard
On Mon, 27 Jul 2015, Anna Petrášová wrote: There is nothing like that in the configure. Anna, I did not see any, either. I don't have currently any good advice, but you don't have to modify the code after every svn up if your local changes don't cause a conflict. If you think there is

[GRASS-user] Problems exporting Shapefiles

2015-07-27 Thread Luís Miguel Royo Pérez
Hello everyone, I have some problems exporting to shapefiles. When I try to export, I get these errors: This first shows when I try to export only naming a file... output= boundaries.shp /Check if OGR layer ne_10m_populated_places_simple contains polygons...// //DBMI-SQLite driver error://

Re: [GRASS-user] GRASS-7svn: Specify wxPython Version

2015-07-27 Thread Rich Shepard
On Mon, 27 Jul 2015, Rich Shepard wrote: Should I grep the source tree for 'import wx' or is there a single file in which it is imported? Sigh, As expected, it's in every .py file. I see an awk script in the near future. Thanks, Anna, Rich ___

[GRASS-user] urgently help, please

2015-07-27 Thread Albert Saribekyan
help me to understand this error: I was input 12 tmin and 12 tmax maps to run r.bioclim module: g.list rast tmax10_17 tmax11_17 tmax12_17 tmax1_17 tmax2_17 tmax3_17 tmax4_17 tmax5_17 tmax6_17 tmax7_17 tmax8_17 tmax9_17 tmin10_17 tmin11_17 tmin12_17 tmin1_17 tmin2_17 tmin3_17

Re: [GRASS-user] GRASS-7svn: Specify wxPython Version

2015-07-27 Thread Rich Shepard
On Mon, 27 Jul 2015, Carlos Grohmann wrote: maybe something like --with-wxwidgets=/usr/local/lib/wxPython-3.0.2.0/bin/wx-config \ during configure? Carlos, The configuration file contains the line --with-wxwidgets=/usr/bin/wx-config and wx-config has a way of specifying a version using a

Re: [GRASS-user] GRASS-7svn: Specify wxPython Version

2015-07-27 Thread Carlos Grohmann
Rich, If I just run wx-config, I get this: wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--release] [--version-full] [--list] [--selected-config] [--host=HOST] [--toolkit=TOOLKIT] [--universal[=yes|no]] [--unicode[=yes|no]] [--static[=yes|no]]

Re: [GRASS-user] GRASS-7svn: Specify wxPython Version

2015-07-27 Thread Carlos Grohmann
maybe something like --with-wxwidgets=/usr/local/lib/wxPython-3.0.2.0/bin/wx-config \ during configure? Carlos On Mon, Jul 27, 2015 at 9:55 AM, Rich Shepard rshep...@appl-ecosys.com wrote: On Mon, 27 Jul 2015, Rich Shepard wrote: Should I grep the source tree for 'import wx' or is there

Re: [GRASS-user] urgently help, please

2015-07-27 Thread Markus Neteler
Hi, On Mon, Jul 27, 2015 at 3:27 PM, Albert Saribekyan albertsaribek...@rambler.ru wrote: help me to understand this error: I was input 12 tmin and 12 tmax maps to run r.bioclim module: g.list rast tmax10_17 ... tmin9_17 and run the module r.bioclim

Re: [GRASS-user] GRASS-7svn: Specify wxPython Version [SOLVED]

2015-07-27 Thread Rich Shepard
Anna, Carlos, et al.: Found the solution; perhaps this will help others in the future. Add these lines to wxgui.py: import wxversion wxversion.select('3.0.2.0') just above the line import wx That's the only place needed. I suspect that wxgui.py is not changed that often so this is easy

Re: [GRASS-user] GRASS-7svn: Specify wxPython Version

2015-07-27 Thread Rich Shepard
On Mon, 27 Jul 2015, Rich Shepard wrote: Found the solution; perhaps this will help others in the future. Add these lines to wxgui.py: Turns out to be a lot more complicated. It's always the tplot module that fails, so I added the wxversion.select() to all *.py modules. Makes no

Re: [GRASS-user] GRASS-7svn: Specify wxPython Version

2015-07-27 Thread Glynn Clements
Rich Shepard wrote: I have two wxPython versions installed: -2.8.12.1 for one application (I forget which one requires this version) and -3.0.2.0 for applications I develop. In an application here the main module needs include these lines: import wxversion

Re: [GRASS-user] GRASS-7svn: Specify wxPython Version

2015-07-27 Thread Rich Shepard
On Mon, 27 Jul 2015, Glynn Clements wrote: The wxPython version is handled by the CheckForWx() function in gui/wxpython/core/globalvar.py. The default is taken from the GRASS_WXVERSION environment variable if that's defined, otherwise it allows wxversion to select the version, subject to the

Re: [GRASS-user] The export r.out.gdal reduce the resolution of the result from i.fusion.hpf script

2015-07-27 Thread Andrea Peri
Hi Anna, many thx for your reply. You are right. The region is set to 30meters. I was confused from the grass display that show me the pixel cell size to 15meters. Thx again. Andrea. 2015-07-27 7:43 GMT+02:00 Anna Petrášová kratocha...@gmail.com: On Jul 26, 2015 12:05 PM, Andrea Peri

Re: [GRASS-user] GRASS-7svn: Specify wxPython Version

2015-07-27 Thread Anna Petrášová
On Jul 26, 2015 1:56 PM, Rich Shepard rshep...@appl-ecosys.com wrote: I have two wxPython versions installed: -2.8.12.1 for one application (I forget which one requires this version) and -3.0.2.0 for applications I develop. In an application here the main module needs include these

Re: [GRASS-user] How merge several raster float and monoband

2015-07-27 Thread Andrea Peri
Thx Roy, I will try it. 2015-07-27 10:10 GMT+02:00 Roy royr...@outlook.com: Hi Andrea, you may try r.patch . Il 26/07/2015 13.09, Andrea Peri ha scritto: Hi, I have several raster float64 and monoband partially overlapping to each other. My need is to merge each other to obtain 1

[GRASS-user] Extract polygon in layer 1 with query on layer 2

2015-07-27 Thread Ing. Pierluigi De Rosa
Dear All, I have shapefile with many topology errors. Most of there are overlapping area. When I'm import in GRASS It create, for all overlapped areas a link in layer 2 and in layer 1 it create two category for each centroid. It is possible extract only areas where each centroid are linked to