Re: [GRASS-dev] Enhancement request: print name(s) of generated map(s) upon completion

2014-06-05 Thread Rashad M
Hi, I would like to add a +1 to Mortiz here. This enhancement should be in the verbose. Like there are debug level for message. These message can be like level in verbose. say --verbose=1 On Thu, Jun 5, 2014 at 8:44 PM, Markus Neteler nete...@osgeo.org wrote: On Thu, Jun 5, 2014 at 8:16

Re: [GRASS-dev] libLAS on Ubuntu 14.04

2014-05-23 Thread Rashad M
Hi Vaclav, If it helps: http://trac.osgeo.org/grass/ticket/2065 On Fri, May 23, 2014 at 9:25 PM, Vaclav Petras wenzesl...@gmail.com wrote: On Fri, May 23, 2014 at 2:53 PM, Glynn Clements gl...@gclements.plus.comwrote: Vaclav Petras wrote: So the test failed with segmentation fault

Re: [GRASS-dev] libLAS on Ubuntu 14.04

2014-05-23 Thread Rashad M
...@gmail.comwrote: On Fri, May 23, 2014 at 3:35 PM, Rashad M mohammedrasha...@gmail.comwrote: Hi Vaclav, If it helps: http://trac.osgeo.org/grass/ticket/2065 Thanks, I tried to unify the variables (r57541 and the patch from #2065): CFLAGS=$CFLAGS $LIBLAS_CFLAGS $LIBLAS_INC CPPFLAGS=$CPPFLAGS

Re: [GRASS-dev] libLAS on Ubuntu 14.04

2014-05-23 Thread Rashad M
Much interesting why it ask for c++ when using C headers ? On Fri, May 23, 2014 at 10:58 PM, Vaclav Petras wenzesl...@gmail.comwrote: On Fri, May 23, 2014 at 4:52 PM, Rashad M mohammedrasha...@gmail.comwrote: Hi Vaclav, try linking to las_c instead of las gcc liblastest.c -o

Re: [GRASS-dev] libLAS on Ubuntu 14.04

2014-05-23 Thread Rashad M
On Fri, May 23, 2014 at 11:03 PM, Rashad M mohammedrasha...@gmail.comwrote: Much interesting why it ask for c++ when using C headers ? On Fri, May 23, 2014 at 10:58 PM, Vaclav Petras wenzesl...@gmail.comwrote: On Fri, May 23, 2014 at 4:52 PM, Rashad M mohammedrasha...@gmail.comwrote

[GRASS-dev] undefined reference to gdal version 1.8

2014-05-22 Thread Rashad M
Hi all, trying to build grass7.0 from release branch. I am getting lot of undefined references From terminal : /usr/bin/make -C g.mremove || echo /packages/grass70-7.0/general/g.mremove /packages/grass70-7.0/error.log make[4]: Entering directory `/packages/grass70-7.0/general/g.mremove' test

Re: [GRASS-dev] undefined reference to gdal version 1.8

2014-05-22 Thread Rashad M
. This worked but still ugly solution. On Thu, May 22, 2014 at 11:37 PM, Vaclav Petras wenzesl...@gmail.comwrote: On Thu, May 22, 2014 at 1:35 PM, Rashad M mohammedrasha...@gmail.comwrote: /packages/grass70-7.0/dist.x86_64-pc-linux-gnu/lib/ libgrass_vector.7.0.0svn.so: undefined reference

Re: [GRASS-dev] Who wants GUI and who does not and why

2014-04-20 Thread Rashad M
Hi, Ubuntu follows debian packaging for GRASS GIS like others. And most of the packaging rules are copied from DebianGIS. So for debian, and its derivaties. GRASS packaging has grass-core, grass-gui, grass-docs, packages grass-dev. too is there for development version. On Sun, Apr 20, 2014

Re: [GRASS-dev] GSoC 2014: GRAS GIS Web UI

2014-03-12 Thread Rashad M
Hi Vaclav, Sure. Will update the ideas page today. On Wed, Mar 12, 2014 at 3:45 PM, Vaclav Petras wenzesl...@gmail.com wrote: Hi Rashad and Massimo, can you please summarize the basic ideas at: https://trac.osgeo.org/grass/wiki/GSoC/2014#Web-basedGUIforGRASSGIS ? -- Regards,

Re: [GRASS-dev] GSoC 2014: GRAS GIS Web UI

2014-03-10 Thread Rashad M
://xkcd.com/327/ ;) Massimo. On Mar 8, 2014, at 11:42 AM, Glynn Clements gl...@gclements.plus.com wrote: Rashad M wrote: My main concern would be security. You will need to thoroughly sanitise all inputs. You cannot rely upon GRASS modules to do this, as e.g. most string handling

Re: [GRASS-dev] GSoC 2014: GRAS GIS Web UI

2014-03-07 Thread Rashad M
Hi Glynn. On Fri, Mar 7, 2014 at 5:14 PM, Glynn Clements gl...@gclements.plus.comwrote: Rashad M wrote: I would like to check with grass-devs about the possibility of having a web version of GRASS GIS as a part of SoC 2014. I had done some behind the scenes work for web version using

[GRASS-dev] GSoC 2014: GRAS GIS Web UI

2014-03-06 Thread Rashad M
Hello All, I would like to check with grass-devs about the possibility of having a web version of GRASS GIS as a part of SoC 2014. I had done some behind the scenes work for web version using C++ web toolkit Wt[1]. This involves running a grass modules online just like you do on Desktop with a UI

Re: [GRASS-dev] GSoC 2014: GRAS GIS Web UI

2014-03-06 Thread Rashad M
: Rashad, On Thu, Mar 6, 2014 at 10:28 AM, Rashad M mohammedrasha...@gmail.comwrote: Hello All, I would like to check with grass-devs about the possibility of having a web version of GRASS GIS as a part of SoC 2014. I had done some behind the scenes work for web version using C++ web toolkit Wt[1

Re: [GRASS-dev] GSoC 2014: GRAS GIS Web UI

2014-03-06 Thread Rashad M
=7giSheeVgnM (on emulator) [2] https://www.youtube.com/watch?v=v7jtsJXPhXU Vaclav PS: I just saw your video, congratulations, it looks good and responsive. Is the code somewhere online? On Thu, Mar 6, 2014 at 4:28 AM, Rashad M mohammedrasha...@gmail.comwrote: Hello All, I would like to check

Re: [GRASS-dev] GSoC 2014: GRAS GIS Web UI

2014-03-06 Thread Rashad M
Hi Vaclav, I think that the web UI has to be based on the GRASS library and has to not depend on WxWidgets or any other Desktop gui toolkit like JavaFX. g.parser is enough to describe the modules interface and can be used to automatize the build of the module form for any modules. I got your idea

Re: [GRASS-dev] Fwd: Color table management GRASS GIS wxGUI

2014-03-01 Thread Rashad M
Hi Pranjali, Color table management in WxGUI is good project as you are experienced with wxPython. Well to start on how to contribute I would say Try a source build of grass7.0 from svn, if you haven't done it already. read the pygrass API and you could also play with some example code on how

Re: [GRASS-dev] GSoC idea: Testing framework

2014-01-30 Thread Rashad M
Hi Vaclav, It might be interesting to look at CTest and dashboard from cmake project http://www.cmake.org/cmake/help/v2.8.8/ctest.html http://www.cdash.org/ On Fri, Jan 31, 2014 at 7:05 AM, Yann Chemin yche...@gmail.com wrote: Hi Vaclav, I would be interested to help for the imagery

Re: [GRASS-dev] GRASS Wiki versus Trac Wiki

2014-01-27 Thread Rashad M
I agree, Rashad On Mon, Jan 27, 2014 at 6:56 PM, Sören Gebbert soerengebb...@googlemail.com wrote: 2014-01-27 Martin Landa landa.mar...@gmail.com: Hi, 2014-01-27 Vaclav Petras wenzesl...@gmail.com: [...] Thus I believe that all agenda for GSoC should be managed at Trac Wiki,

Re: [GRASS-dev] GRASS GIS packaged without GUI

2014-01-02 Thread Rashad M
Hi Vaclav, I had made some changes in control script to fix this behaviour some time ago. Could tell which version of Ubuntu you are using and thee ppa. FYI, I had updated only grass-ppa[1] not in the ubuntugis [1] https://launchpad.net/~grass/+archive/grass-stable On Wed, Jan 1, 2014 at 10:47

Re: [GRASS-dev] GRASS GIS packaged without GUI

2014-01-02 Thread Rashad M
think that it should be fixed while packaging and not in GRASS (e.g., because it is hard to tell if it is a real error or just missing package)? Vaclav On Thu, Jan 2, 2014 at 3:09 AM, Rashad M mohammedrasha...@gmail.comwrote: Hi Vaclav, I had made some changes in control script to fix

Re: [GRASS-dev] GRASS GIS packaged without GUI

2014-01-02 Thread Rashad M
Hi Vaclav, This seems to be the thread. http://osgeo-org.1560.x6.nabble.com/grass70-problem-with-gui-td5093509.html As per Martin's suggestion if this error is tracked in error.log then atleast we know the grass-gui is broken. On Thu, Jan 2, 2014 at 9:42 PM, Rashad M mohammedrasha...@gmail.com

[GRASS-dev] duplicate r.pack in addons and grass repository

2013-12-12 Thread Rashad M
Hi All, There seems to be a duplicate version of r.pack in addons[1]. The same module is also available in the grass64 repository[2]. This creates a problem for installing grass-addons package. However I could just skip r.pack from building into deb to fix the issue. But its better to remove

[GRASS-dev] Dash vs Bash changes in GRASS GIS

2013-12-08 Thread Rashad M
Hi all, Will the shell change to dash from bash in linux affect any GRASS startup scripts now ? Are they all ported to dash? Most of scripts worked with bash doesn't work with dash and Ubuntu changed to dash by default. So when referring to /bin/sh its actually /bin/dash and loops and some

Re: [GRASS-dev] installing GRASS 7 on Ubuntu issue

2013-11-19 Thread Rashad M
yes. this was a bug in packaging which I couldnt get time to fix. But installing grass-gui package will help to solve the problem. sudo apt-get install grass-gui sudo apt-get install grass should install everything as this is a virtual package but it not doing it right way. I may find some time

Re: [GRASS-dev] installing GRASS 7 on Ubuntu issue

2013-11-19 Thread Rashad M
oops. late mail ;) . Never mind On Tue, Nov 19, 2013 at 9:57 PM, Rashad M mohammedrasha...@gmail.comwrote: yes. this was a bug in packaging which I couldnt get time to fix. But installing grass-gui package will help to solve the problem. sudo apt-get install grass-gui sudo apt-get install

Re: [GRASS-dev] installing GRASS 7 on Ubuntu issue

2013-11-19 Thread Rashad M
/~cmbarton, http://csdc.asu.edu On Nov 19, 2013, at 1:57 PM, Rashad M mohammedrasha...@gmail.com wrote: yes. this was a bug in packaging which I couldnt get time to fix. But installing grass-gui package will help to solve the problem. sudo apt-get install grass-gui sudo apt-get

[GRASS-dev] GRASS Sample Data

2013-10-23 Thread Rashad M
Hi All, Is there an svn where the sample data can be cloned or checkout from. There is grass-promo repository in trac. But couldn't find a repository to checkout -- Regards, Rashad ___ grass-dev mailing list grass-dev@lists.osgeo.org

Re: [GRASS-dev] ccmath compilation error

2013-10-21 Thread Rashad M
This is only for ubuntu 13.04 34bit. Failing for a long time in launchpad builds[1]. I had filed a bug report[2] but no response yet. [1] https://launchpadlibrarian.net/149593351/buildlog_ubuntu-raring-i386.grass70_7.0.0%2B0ubuntu2%2B29074~ubuntu13.04.1_FAILEDTOBUILD.txt.gz [2]

[GRASS-dev] grass compile error on launchpad

2013-09-27 Thread Rashad M
Hi, There are build failure on grass70 on GRASS PPA Launchpad. the part from error log: iscatt_core.c: In function 'compute_scatts_from_chunk_row': iscatt_core.c:580:4: warning: statement with no effect [-Wunused-value] iscatt_core.c:581:17: error: expected ';' before 'G_gettext' The full

Re: [GRASS-dev] grass compile error on launchpad

2013-09-27 Thread Rashad M
Thanks to all. I will sync svn and do a build right now On Fri, Sep 27, 2013 at 10:37 AM, Štěpán Turek stepan.tu...@seznam.czwrote: it's not so bad actually, after a svn up and 'make distclean' only one minor one remains from gcc 4.4.5 using CFLAGS=-g -march=native -Wall

[GRASS-dev] GRASS GIS Visual Studio build

2013-05-19 Thread Rashad M
Hi All, Is there any visual studio build of GRASS GIS. If no why? -- Regards, Rashad ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] gdal link error

2013-05-09 Thread Rashad M
The problem was caused by a compiled gdal on /usr/local. I removed all libgdal* files from /usr/local/lib and issue was gone. grass7.0 compilation works fine now. On Mon, May 6, 2013 at 7:55 PM, Rashad M mohammedrasha...@gmail.com wrote: I am using Ubuntu 12.04 LTS and grass7.0 svn 56136

[GRASS-dev] gdal link error

2013-05-06 Thread Rashad M
I am using Ubuntu 12.04 LTS and grass7.0 svn 56136 after a distclean, ./configure and make I am getting these errors. I had ubuntugis PPA added to my apt repositories Any idea why this happens? grass/grass70/dist.x86_64-unknown-linux-gnu/lib

[GRASS-dev] GRASS GIS Gui Refractoring

2013-04-05 Thread Rashad M
Hi All, Current wxGUI code is not in an API form. Its like an application written on python, GRASS GIS and wxPython. This make things worse for people who want to have a simple code which displays a raster/vector data. First wxGUI should be library and g.gui works as an application of wxGUI

[GRASS-dev] Reg i.pca output

2013-03-26 Thread Rashad M
Hi, i.pca creates 6 raster maps for 6 input raster eg: i.pca in=lsat7_2002_10,lsat7_2002_20,lsat7_2002_30,lsat7_2002_40,lsat7_2002_50,lsat7_2002_70 \ out=lsat7_2002_pca I have a doubt here Does the output lsat7_2002_pca.1 is the corresponding map for lsat7_2002_10? If so the

Re: [GRASS-dev] Reg i.pca output

2013-03-26 Thread Rashad M
On Tue, Mar 26, 2013 at 2:44 PM, Markus Metz markus.metz.gisw...@gmail.comwrote: On Tue, Mar 26, 2013 at 8:39 AM, Rashad M mohammedrasha...@gmail.com wrote: Hi, i.pca creates 6 raster maps for 6 input raster eg: i.pca in=lsat7_2002_10,lsat7_2002_20,lsat7_2002_30,lsat7_2002_40

Re: [GRASS-dev] Reg i.pca output

2013-03-26 Thread Rashad M
On Tue, Mar 26, 2013 at 3:58 PM, Markus Metz markus.metz.gisw...@gmail.comwrote: On Tue, Mar 26, 2013 at 10:25 AM, Rashad M mohammedrasha...@gmail.com wrote: On Tue, Mar 26, 2013 at 2:44 PM, Markus Metz markus.metz.gisw...@gmail.com wrote: On Tue, Mar 26, 2013 at 8:39 AM, Rashad

Re: [GRASS-dev] Reg i.pca output

2013-03-26 Thread Rashad M
? On Tue, Mar 26, 2013 at 4:54 PM, Markus Metz markus.metz.gisw...@gmail.comwrote: On Tue, Mar 26, 2013 at 12:10 PM, Rashad M mohammedrasha...@gmail.com wrote: On Tue, Mar 26, 2013 at 3:58 PM, Markus Metz markus.metz.gisw...@gmail.com wrote: On Tue, Mar 26, 2013 at 10:25 AM

Re: [GRASS-dev] Reg i.pca output

2013-03-26 Thread Rashad M
That worked. so what change the rescale option add to the transformation equation? On Tue, Mar 26, 2013 at 7:40 PM, Markus Metz markus.metz.gisw...@gmail.comwrote: On Tue, Mar 26, 2013 at 1:21 PM, Rashad M mohammedrasha...@gmail.com wrote: It seems like values are different using

[GRASS-dev] Rast_set_c_value question

2013-03-25 Thread Rashad M
All, Does `Rast_set_c_value` set value of all cells in raster or individual cell? I have a code: s = Rast_cell_size(CELL_TYPE) Rast_set_c_value(outptr[i], int(tmpcell), CELL_TYPE) outptr[i] = G_incr_void_ptr(outptr[i], s) can anybody explain what this does? -- Regards, Rashad

[GRASS-dev] G_math_eigen in python

2013-03-24 Thread Rashad M
Is there any python equivalent for G_math_eigen() By inspecting source code I found that G_math_eigen is wrapper for ccmath libs` eigen function. Is there any way to call this function in python? python has eigen value and eigen vector calculation using numpy.linalg.eig(..) But interestingly

Re: [GRASS-dev] Problem deleting raster created from point file using v.to.rast

2013-03-11 Thread Rashad M
=Temp_Aug_86@PERMANENT type=point output=Rast_Temp_Aug_86 column=Rain14 labelcolumn=cat Regards Swapan On Sun, Mar 10, 2013 at 2:51 PM, Rashad M mohammedrasha...@gmail.comwrote: Does this error comes in deleting other maps. Could you try g.copy rast=old,new and delete the newly created raster map

Re: [GRASS-dev] Problem deleting raster created from point file using v.to.rast

2013-03-10 Thread Rashad M
Does this error comes in deleting other maps. Could you try g.copy rast=old,new and delete the newly created raster map. Btw, Please tell your grass version and platform On Sun, Mar 10, 2013 at 1:41 PM, SWAPAN GHOSH swap.g...@gmail.com wrote: *Dear all,* I am using the command like-

Re: [GRASS-dev] Call Grass modules from C++ code

2013-02-18 Thread Rashad M
Hi, GRASS modules are independent process running in the system. you can use stdout,stderr redirect using boost process or any other std stream redirect library. This way you can read from grass modules and parse the output. Hope that helps On Mon, Feb 18, 2013 at 7:01 PM, matteo poletti

Re: [GRASS-dev] GRASS GIS nightly builds

2013-02-16 Thread Rashad M
mismatch is a serious issue sorry for the incovenience On Sat, Feb 16, 2013 at 2:59 AM, Markus Neteler nete...@osgeo.org wrote: On Sun, Jan 13, 2013 at 2:37 PM, Rashad M mohammedrasha...@gmail.com wrote: I had tested the ppa packages on ubuntu precise and there seems to have some issues

Re: [GRASS-dev] GRASS GIS nightly builds

2013-02-16 Thread Rashad M
btw, grass64 is fine On Sat, Feb 16, 2013 at 3:30 PM, Rashad M mohammedrasha...@gmail.comwrote: I am updating the version number it was like this: package name: grass70 version 7.2 martinL pointed out the version problem and now changing to this: package name: grass7 version 7.0 I need

[GRASS-dev] Importing large data into GRASS

2013-02-11 Thread Rashad M
Hi, I cant import very large data in GRASS7 G6. it reads the features but hangs with 98% Breaking Boundaries when building topology I am using latest grass from svn maybe 3 days old If somebody needs to test for this problem you can get data here[1] [1]

Re: [GRASS-dev] Importing large data into GRASS

2013-02-11 Thread Rashad M
But I need the whole data and to do some geo processing over it. On Mon, Feb 11, 2013 at 3:18 PM, Markus Metz markus.metz.gisw...@gmail.comwrote: On Mon, Feb 11, 2013 at 9:55 AM, Rashad M mohammedrasha...@gmail.com wrote: Hi, I cant import very large data in GRASS7 G6. it reads

Re: [GRASS-dev] wxGUI: supervised classification tool

2013-02-11 Thread Rashad M
Hi All, As I discussed with markus Netler he pointed out the idea of having a pure pixel identification module for GRASS GIS. This will be very helful for spectral unmixing because pure pixels are found in the corners of PCA space and since PCA transformed its spatial position is lost. see my

Re: [GRASS-dev] Single big window for GRASS7

2013-02-11 Thread Rashad M
Hi, I had asked list long back regarding integrated gui. please see this thread[0]. What GRASS needs is to maitain current style and add integrated ui as optional. Btw, what do you mean by unable to advance to a suitable single window. if catalog is running then it should show up a single

Re: [GRASS-dev] Single big window for GRASS7

2013-02-11 Thread Rashad M
don't mind your approach is great. Thanks Regards, SWAPAN On Tue, Feb 12, 2013 at 11:20 AM, Rashad M mohammedrasha...@gmail.comwrote: Hi, I had asked list long back regarding integrated gui. please see this thread[0]. What GRASS needs is to maitain current style and add integrated ui

Re: [GRASS-dev] reg i.pca module

2013-02-08 Thread Rashad M
Hi, On Thu, Feb 7, 2013 at 2:46 PM, Moritz Lennert mlenn...@club.worldonline.be wrote: On 07/02/13 06:31, Rashad M wrote: Hi As mentioned in wiki does the output pixel = eigenvector * input pixel? Yes, possibly depending on how the eigenvector is formulated. PCA is just a linear

Re: [GRASS-dev] reg i.pca module

2013-02-07 Thread Rashad M
Hi, I am trying to develop a tool for grass which is one of the things that xgobi[1] does. The idea is from Markus Neteler which is to identify pure pixel/end members from a PCA plot. Since i.pca transforms pixel position is lost. So I need to find out how the pixel values are changed during a PC

Re: [GRASS-dev] [GRASS-user] KML exporting problem.....

2013-02-07 Thread Rashad M
Seems like a bug. so I am CC ing to dev list. Why can't you report on grass's trac[1] [1] http://trac.osgeo.org/grass/ On Thu, Feb 7, 2013 at 10:04 PM, Andranik Hayrapetyan andranik@gmail.com wrote: Good day. I have sent email about this issue several days ago, but there is no any

[GRASS-dev] reg i.pca module

2013-02-06 Thread Rashad M
Hi All, i.pca outputs raster bands and the pixel values are transformed obivously. But anyone can tell me how the transformation works if a pixel P1 has value X after i.pca it will be Y Is there any specific math equation that is applied to every pixel by PCA? -- Regards, Rashad

Re: [GRASS-dev] reg i.pca module

2013-02-06 Thread Rashad M
need to start coding after this and this is only a small part of it. my actual work is pure pixel identification for spectral unmixing On Thu, Feb 7, 2013 at 5:43 AM, Nikos Alexandris n...@nikosalexandris.netwrote: Rashad M wrote: Hi All, i.pca outputs raster bands and the pixel values

Re: [GRASS-dev] reg i.pca module

2013-02-06 Thread Rashad M
Hi As mentioned in wiki does the output pixel = eigenvector * input pixel? On Thu, Feb 7, 2013 at 10:59 AM, Rashad M mohammedrasha...@gmail.comwrote: Thanks Nikos and Mortiz, From GRASS Wiki what I got is I need more details of step.6 in the Background section i.e *project original

Re: [GRASS-dev] Is r.in.wms actually working? (Italian territory example)

2013-02-02 Thread Rashad M
Hi, Are you behind a firewall or proxy? Because r.in.wms in not hanging for me r.in.wms mapserver=http://watzmann-geog.urz.uni-heidelberg.de/cached/osmlayers=osm_auto:all output=osm format=png srs=900913 Downloading data from WMS server... Reprojecting raster... Importing raster map into

[GRASS-dev] WxGUI should provide area measurement tool

2013-01-20 Thread Rashad M
All, Is there anyone working on this ? -- Regards, Rashad ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] WxGUI should provide area measurement tool

2013-01-20 Thread Rashad M
yes. its not closed. So before digging things up I just need to know if there is someone already solving the ticket On Mon, Jan 21, 2013 at 12:48 PM, Anna Kratochvílová kratocha...@gmail.comwrote: On Mon, Jan 21, 2013 at 6:47 AM, Rashad M mohammedrasha...@gmail.com wrote: All

Re: [GRASS-dev] GRASS GIS nightly builds

2013-01-13 Thread Rashad M
SIGNED MESSAGE- Hash: SHA1 On 11/01/13 06:18, Rashad M wrote: Hi Angelos, Added GRASS GIS 6.4.3 to ubuntugis PPA[1] One question according to the repo: this one is only up to Precise - any plans of including any newer Ubuntu versions? Cheers, Rainer svn revision: 54578 [1]https

Re: [GRASS-dev] d.correlate not working

2013-01-13 Thread Rashad M
it worked using command layer There should be some an option to use d.correlate in the other way too d.mon wx0 d.correlate . On Sun, Jan 13, 2013 at 9:49 PM, Anna Kratochvílová kratocha...@gmail.comwrote: On Sat, Jan 12, 2013 at 10:43 AM, Rashad M mohammedrasha...@gmail.com wrote

Re: [GRASS-dev] d.correlate not working

2013-01-13 Thread Rashad M
? so that i could try for a patch :) On Mon, Jan 14, 2013 at 10:04 AM, Rashad M mohammedrasha...@gmail.comwrote: it worked using command layer There should be some an option to use d.correlate in the other way too d.mon wx0 d.correlate . On Sun, Jan 13, 2013 at 9:49 PM, Anna

[GRASS-dev] d.correlate not working

2013-01-12 Thread Rashad M
using: grass 7.0 revision:54601 d.correlate is not working To reproduce d.mon wx0 d.correlate map=lsat5_1987_10,lsat5_1987_20 error: GRASS_INFO_WARNING(25298,1): Illegal filename landsat,lsat5_1987_20@landsat. Character , not allowed. GRASS_INFO_END(25298,1) GRASS_INFO_WARNING(25314,1):

Re: [GRASS-dev] GRASS GIS nightly builds

2013-01-12 Thread Rashad M
pbuilder? Did you use Bazaar + pbuilder? Something else? On 01/12/2013 05:08 AM, Rashad M wrote: Is there anything I need to do for it? On Fri, Jan 11, 2013 at 11:36 PM, Angelos Tzotsos gcpp.kal...@gmail.com wrote: This could be automated with something called recipes in Launchpad

Re: [GRASS-dev] GRASS GIS nightly builds

2013-01-11 Thread Rashad M
currently I have only a presise machine :). But will have other newer version once I get back to my lab On Fri, Jan 11, 2013 at 2:29 PM, Rainer M Krug r.m.k...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/01/13 06:18, Rashad M wrote: Hi Angelos, Added GRASS GIS

Re: [GRASS-dev] GRASS GIS nightly builds

2013-01-11 Thread Rashad M
On 01/11/2013 11:06 AM, Rashad M wrote: currently I have only a presise machine :). But will have other newer version once I get back to my lab On Fri, Jan 11, 2013 at 2:29 PM, Rainer M Krug r.m.k...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/01/13 06:18, Rashad

Re: [GRASS-dev] GRASS GIS nightly builds

2013-01-10 Thread Rashad M
at first and when we hit final, move it to stable. Thanks, Angelos On 01/10/2013 04:09 AM, Rashad M wrote: yes indeed. Please tell what to do? upload grass6.4 to ubuntugis-testing or stable? On Thu, Jan 10, 2013 at 5:01 AM, Angelos Tzotsos gcpp.kal...@gmail.com wrote: Hi Rashad

Re: [GRASS-dev] GRASS GIS nightly builds

2013-01-09 Thread Rashad M
/ubuntu? Things have been very busy for me lately and I have been left behind on this. Perhaps combine this with your grass7 efforts? Best, Angelos On 12/28/2012 04:23 AM, Rashad M wrote: Yes indeed. Whats your plan? On Fri, Dec 28, 2012 at 5:06 AM, Nikos Alexandrisn

Re: [GRASS-dev] Grass7 GUI compilation failed

2013-01-05 Thread Rashad M
yes. g.gui works which confirms that python path is set somewhere in grass startup script Also configure can check for PYTHONPATH and then updates or sets the wxPython path. I think this can be achieved using a simple sed/cut command to check wx-VER-gtk2-unicode in dist-packages. The same

Re: [GRASS-dev] Grass7 GUI compilation failed

2013-01-04 Thread Rashad M
) www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu On Dec 29, 2012, at 1:00 PM, grass-dev-requ...@lists.osgeo.org wrote: From: Rashad M mohammedrasha...@gmail.com Subject: Re: [GRASS-dev] Grass7 GUI compilation failed Date: December 29, 2012 11:25:17 AM

Re: [GRASS-dev] grass-dev Digest, Vol 82, Issue 57

2012-12-31 Thread Rashad M
it is more specific than Re: Contents of grass-dev digest... Today's Topics: 1. Re: GRASS Vector Support (J?rgen E. Fischer) 2. Re: Grass7 GUI compilation failed (Rashad M) -- Forwarded message -- From: Jürgen E. Fischer j...@norbit.de To: grass-dev@lists.osgeo.org Cc

Re: [GRASS-dev] Grass7 GUI compilation failed

2012-12-30 Thread Rashad M
exporting PYTHONPATH to /usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/ and running the script doesnt have any problem. So as you said someone had accidently modified PYTHONPATH settings. An ugly fix is to add the below line to include/Make/Rules.make I know its very dirty thing but a way

Re: [GRASS-dev] To --enable-64bit or not to?

2012-12-30 Thread Rashad M
On Sun, Dec 30, 2012 at 6:21 PM, Nikos Alexandris n...@nikosalexandris.netwrote: GD Day Devs! Configuring with --enable-64bit results in (working on Kubutnu 12.10, 64 bit currently): --%--- GRASS is now configured for: x86_64-unknown-linux-gnu ... 64bit support: yes

[GRASS-dev] Grass7 GUI compilation failed

2012-12-29 Thread Rashad M
grass7.0 fails compilation at first and continues only after setting PYTHONPATH. This becomes a routine for recompilation. Is there any work around to automatically pickup wxPython? Here is my error log: Started compilation: Sat Dec 29 21:46:17 IST 2012 -- Errors in:

Re: [GRASS-dev] Grass7 GUI compilation failed

2012-12-29 Thread Rashad M
On Sat, Dec 29, 2012 at 9:57 PM, Rashad M mohammedrasha...@gmail.comwrote: grass7.0 fails compilation at first and continues only after setting PYTHONPATH. This becomes a routine for recompilation. Is there any work around to automatically pickup wxPython? Here is my error log: Started

Re: [GRASS-dev] GRASS Vector Support

2012-12-28 Thread Rashad M
what do you mean by no vector support? Can you see vector menu ? When importing vector using Common Import formats from: File - Import Vector data What error are you getting? On Fri, Dec 28, 2012 at 9:36 PM, Brian Sanjeewa Rupasinghe jink...@gmail.com wrote: Hi, I recently installed GRASS

[GRASS-dev] GRASS GIS nightly builds

2012-12-27 Thread Rashad M
All, Is there any nightly build of grass70 for ubuntu/debian? Anyone maintaining PPA packages? -- Regards, Rashad ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] GRASS GIS nightly builds

2012-12-27 Thread Rashad M
I can take up the job if nobody is doing it, :) On Fri, Dec 28, 2012 at 4:28 AM, Nikos Alexandris n...@nikosalexandris.netwrote: On Friday 28 of December 2012 03:54:17 Rashad M wrote: All, Is there any nightly build of grass70 for ubuntu/debian? Anyone maintaining PPA packages? I

Re: [GRASS-dev] GRASS GIS nightly builds

2012-12-27 Thread Rashad M
Yes indeed. Whats your plan? On Fri, Dec 28, 2012 at 5:06 AM, Nikos Alexandris n...@nikosalexandris.netwrote: On Friday 28 of December 2012 04:40:51 Rashad M wrote: I can take up the job if nobody is doing it, :) What about doin' it together? Nikos ps- Yes, I think currently