Re: [GRASS-dev] NVIZ Error: Error of failed request: BadWindow

2011-12-18 Thread Hamish
2011/3/18, peter.loewe wrote: > > Hi all, > > I am building GRASS6.4 from source on a computation cluster. GRASS > > itself is up and running, but NVIZ causes trouble: > > > > When invoking NVIZ from the GRASS command line (nviz -q), the NVIZ > > command window pops up and throws this error message

[GRASS-dev] [GRASS GIS] #1515: nviz fails to launch from the command line

2011-12-18 Thread GRASS GIS
#1515: nviz fails to launch from the command line -+-- Reporter: hamish | Owner: grass-dev@… Type: defect | Status: new Priority: blocker | Milestone: 6.4.2

Re: [GRASS-dev] GRASS && OpenCV

2011-12-18 Thread Mohammed Rashad
On Mon, Dec 19, 2011 at 12:16 AM, Markus Metz < markus.metz.gisw...@googlemail.com> wrote: > On Sun, Dec 18, 2011 at 6:13 PM, Mohammed Rashad > wrote: > > > > > > On Sun, Dec 18, 2011 at 9:13 PM, Martin Landa > > wrote: > >> > >> 2011/12/18 Mohammed Rashad : > >> >> echo /usr/lib/grass64/lib >>

Re: [GRASS-dev] nasty v.db.dropcolumn and v.db.join bug in GRASS7 + sqlite

2011-12-18 Thread Markus Neteler
On Sun, Dec 18, 2011 at 12:07 PM, Markus Metz wrote: > On Wed, Nov 30, 2011 at 10:24 PM, Dylan Beaudette > wrote: >> Just noticed a nasty bug when using v.db.dropcolumn and v.db.join with a >> sqlite back-end. This seems to happen whenever a table is modified using the >> 'coltypes' as reported b

Re: [GRASS-dev] GRASS extensions/addons mismatch

2011-12-18 Thread Hamish
Martin wrote: > generally speaking I agree. Unfortunately there is one big > BUT. > > There are many new features which have been implemented in > `gui/script/g.extensions.py` > > Extra flags: (which may be nice, but none of which are critical for use) > When listing extension it reads metafile

Re: [GRASS-dev] GRASS extensions/addons mismatch

2011-12-18 Thread Hamish
Markus Metz wrote: > IMHO, g.extensions should be only one module, not two versions > ( one as script, one through the wxGUI). ideally, but we're here now with two working variants, so let's move on. Since it is a tricky task to get right for all cases, I don't mind so much to give the user a seco

Re: [GRASS-dev] GRASS extensions/addons mismatch

2011-12-18 Thread Hamish
Hamish: > > btw, my current feeling about the > > ~/.grass$MAJOR/addons$MAJOR.$MINOR.$BUGVER > > specific path to protect from binary GIS_H incompatibility is that it > > may be better to create a ~/.grass65/ in addition to ~/.grass64 to keep > > the two separate. Martin wrote: > do you mean also

[GRASS-dev] Re: [GRASS GIS] #226: WinGRASS fails to create .gislock opening a mapset

2011-12-18 Thread GRASS GIS
#226: WinGRASS fails to create .gislock opening a mapset +--- Reporter: msieczka| Owner: grass-dev@… Type: defect | Status: new Priority: major

[GRASS-dev] Re: wxIClass available in trunk

2011-12-18 Thread Martin Landa
Ahoj Anicko a Vaclave, Dne 18. prosince 2011 22:49 Anna Kratochvílová napsal(a): [...] > wxIClass is developed by Anna Kratochvilova and Vaclav Petras within > Remote Sensing course (Czech Technical University in Prague, Faculty > of Civil Engineering [2], study program Geoinformatics [3]). Dig

[GRASS-dev] wxIClass available in trunk

2011-12-18 Thread Anna Kratochvílová
Hi all, there is initial prototype of wxIClass which is based on module i.class [1] available for testing (in trunk). wxIClass performs the first pass in the GRASS two-pass supervised image classification process. You can create training areas interactively, inspect histograms, display cells match

Re: [GRASS-dev] GRASS extensions/addons mismatch

2011-12-18 Thread Martin Landa
Hi, 2011/12/18 Markus Metz : > IMHO, g.extensions should be only one module, not two versions ( one > as script, one through the wxGUI). Considering that 6.x has two GUIs, > any extension installer should not be restricted to a particular GUI > which for GRASS 6.x means a no-go for the wxGUI versi

Re: [GRASS-dev] GRASS extensions/addons mismatch

2011-12-18 Thread Markus Metz
On Sun, Dec 18, 2011 at 7:30 PM, Martin Landa wrote: > Hi, > > 2011/12/17 Hamish : >> btw, my current feeling about the ~/.grass$MAJOR/addons$MAJOR.$MINOR.$BUGVER >> specific path to protect from binary GIS_H incompatibility is that it >> may be better to create a ~/.grass65/ in addition to ~/.gra

Re: [GRASS-dev] GRASS && OpenCV

2011-12-18 Thread Markus Metz
On Sun, Dec 18, 2011 at 6:13 PM, Mohammed Rashad wrote: > > > On Sun, Dec 18, 2011 at 9:13 PM, Martin Landa > wrote: >> >> 2011/12/18 Mohammed Rashad : >> >> echo /usr/lib/grass64/lib >> /etc/ld.so.conf >> >> ldconfig >> >> >> > Hi Hamish >> > I tried that but no luck :( >> >> well, and are reall

Re: [GRASS-dev] GRASS extensions/addons mismatch

2011-12-18 Thread Martin Landa
Hi, 2011/12/17 Hamish : > btw, my current feeling about the ~/.grass$MAJOR/addons$MAJOR.$MINOR.$BUGVER > specific path to protect from binary GIS_H incompatibility is that it > may be better to create a ~/.grass65/ in addition to ~/.grass64 to keep > the two separate. do you mean also to separate

Re: [GRASS-dev] Re: multithreading v.surf.bspline and others with OpenMP

2011-12-18 Thread Hamish
Hamish wrote: > > ps- does any one know if the equivalent of the > > "jobs" and "wait" shell commands exist for > > launching modules from python? Michael: > I know that an equivalent of wait exists. I don't know > about jobs, but the answer is probably. We've experimented > with this some on the

[GRASS-dev] Re: [GRASS GIS] #226: WinGRASS fails to create .gislock opening a mapset

2011-12-18 Thread GRASS GIS
#226: WinGRASS fails to create .gislock opening a mapset +--- Reporter: msieczka| Owner: grass-dev@… Type: defect | Status: new Priority: major

Re: [GRASS-dev] GRASS && OpenCV

2011-12-18 Thread Mohammed Rashad
On Sun, Dec 18, 2011 at 9:13 PM, Martin Landa wrote: > 2011/12/18 Mohammed Rashad : > >> echo /usr/lib/grass64/lib >> /etc/ld.so.conf > >> ldconfig > >> > > Hi Hamish > > I tried that but no luck :( > > well, and are really GRASS libraries installed in `usr/lib/grass64` ? ;-) > yes martin. I also

Re: [GRASS-dev] Re: multithreading v.surf.bspline and others with OpenMP

2011-12-18 Thread Michael Barton
On Dec 18, 2011, at 10:00 AM, wrote: > ps- does any one know if the equivalent of the > "jobs" and "wait" shell commands exist for > launching modules from python? > I know that an equivalent of wait exists. I don't know about jobs, but the answer is probably. We've experimented with this

Re: [GRASS-dev] GRASS && OpenCV

2011-12-18 Thread Martin Landa
2011/12/18 Mohammed Rashad : >> echo /usr/lib/grass64/lib >> /etc/ld.so.conf >> ldconfig >> > Hi Hamish > I tried that but no luck :( well, and are really GRASS libraries installed in `usr/lib/grass64` ? ;-) Martin -- Martin Landa * http://geo.fsv.cvut.cz/~landa ___

Re: [GRASS-dev] GRASS && OpenCV

2011-12-18 Thread Mohammed Rashad
On Sat, Dec 17, 2011 at 9:31 AM, Hamish wrote: > > here is my make command > > > > g++ -I/usr/lib/grass64/include grass.o -L/usr/lib/grass64/lib > > and you are trying to build against the installed grass 6.4 not a self- > built but uninstalled 6.5svn or other version, right? > > > > libgrass_gis

[GRASS-dev] Re: [GRASS GIS] #1504: NVIZ shows only English Menu

2011-12-18 Thread GRASS GIS
#1504: NVIZ shows only English Menu --+- Reporter: Venkat| Owner: grass-dev@… Type: defect| Status: new Priority: majo

Re: [GRASS-dev] nasty v.db.dropcolumn and v.db.join bug in GRASS7 + sqlite

2011-12-18 Thread Markus Metz
On Wed, Nov 30, 2011 at 10:24 PM, Dylan Beaudette wrote: > Just noticed a nasty bug when using v.db.dropcolumn and v.db.join with a > sqlite back-end. This seems to happen whenever a table is modified using the > 'coltypes' as reported by the GRASS-DB API: Please try trunk r49802. The bug was in

[GRASS-dev] Re: [GRASS GIS] #1512: problem sql query on wingrass

2011-12-18 Thread GRASS GIS
#1512: problem sql query on wingrass ---+ Reporter: madi | Owner: grass-dev@… Type: defect| Status: closed Priority: critical | Milestone: 6.5.

[GRASS-dev] Re: multithreading v.surf.bspline and others with OpenMP

2011-12-18 Thread Hamish
Sören wrote: >> The GRASS ATLAS wrapper is and example for such >> an approach. ATLAS can be used, but in case it >> is not installed, the default GRASS implementation >> is used. Hamish: > > Oh, I did not know that was there. We can work on > > adding it to trunk's ./configure next. Sören: > We ca

[GRASS-dev] Re: [GRASS GIS] #1512: problem sql query on wingrass

2011-12-18 Thread GRASS GIS
#1512: problem sql query on wingrass -+-- Reporter: madi | Owner: grass-dev@… Type: defect | Status: new Priority: critical | Milestone: 6.5.0

[GRASS-dev] Re: [GRASS GIS] #1512: problem sql query on wingrass

2011-12-18 Thread GRASS GIS
#1512: problem sql query on wingrass -+-- Reporter: madi | Owner: grass-dev@… Type: defect | Status: new Priority: critical | Milestone: 6.5.0

[GRASS-dev] Re: [GRASS GIS] #1504: NVIZ shows only English Menu

2011-12-18 Thread GRASS GIS
#1504: NVIZ shows only English Menu --+- Reporter: Venkat| Owner: grass-dev@… Type: defect| Status: new Priority: majo