Re: [GRASS-user] Re: [Qgis-user] QGIS GRASS

2009-05-04 Thread Eric Patton
Micha Silver wrote: So, I agree with Markus and Paulo that QGIS should stay, on the surface, an easy to use viewer, editor, and map designer for GIS data, with the heavy lifting done thru plugins to other software. Micha And in so doing would be much more in harmony with the

Re: [GRASS-user] QGIS GRASS for online use

2009-05-04 Thread Hamish
jgarcia wrote: What is the way you would advise to operate online (for any user with Internet Access) against a common GIS server with the full (or at least a good deal of) capabilities of GRASS? perhaps PyWPS or OpenLayers could help? http://pywps.wald.intevation.org/

[GRASS-user] Re: Getting rows,cols of a region in a script

2009-05-04 Thread Nikos Alexandris
On Mon, 2009-05-04 at 16:23 +0200, Nikos Alexandris wrote: I need the number of rows and columns to use with v.mkgrid. Currently I use the following, rather long and complex command: g.region -g | grep o | cut -d= -f2 | tr \n , | cut -d, -f1,2 Em.. that's meant to be used in a loop within a

[GRASS-user] v.whar.vect does not respond

2009-05-04 Thread Nikos Alexandris
Since last update of grass6_devel (a few days back) v.what.vect does not work anymore!? It starts counting some percentages and then... that was it. It just stays there... Anyone had/has issues with it before I spend time on trying to debug? Kind regards, Nikos

Re: [GRASS-user] Getting rows,cols of a region in a script

2009-05-04 Thread Martin Landa
Hi, 2009/5/4 Martin Landa landa.mar...@gmail.com: [...] ret = grass.read_command('g.region', flags = 'g') reg = grass.parse_key_val(ret) in trunk and devbr6 a bit easier to parse command output reg = grass.read_command('g.region', flags = 'g', parse = True) Martin -- Martin Landa

Re: [GRASS-user] Error in sqlite3_step()

2009-05-04 Thread Markus Neteler
On Mon, May 4, 2009 at 3:20 PM, Nikos Alexandris nikos.alexand...@felis.uni-freiburg.de wrote: On Mon, 2009-05-04 at 15:07 +0200, Nikos Alexandris wrote: [...] Count another error here: Error in sqlite3_step(): database is locked All I am trying to do is: v.what.rast vector=points

Re: [GRASS-user] v.whar.vect does not respond

2009-05-04 Thread Markus Neteler
On Mon, May 4, 2009 at 5:19 PM, Nikos Alexandris nikos.alexand...@felis.uni-freiburg.de wrote: Since last update of grass6_devel (a few days back) v.what.vect does not work anymore!? It starts counting some percentages and then... that was it. It just stays there... Anyone had/has issues

[GRASS-user] Creating LiDAR first pulse vector map

2009-05-04 Thread Jack Lonsdale
I am still fighting with the LiDAR tools, but I feel like I am close... I thought I had sorted the v.lidar.growing problem as it appears to run when using sqlite backend. But the resulting output was only a small portion of the output? For v.lidar.growing, is there any special way to create the

Re: [GRASS-user] passing output from GRASS to R.

2009-05-04 Thread Markus Neteler
On Mon, May 4, 2009 at 8:57 PM, Milton Cezar Ribeiro miltinho.astrona...@gmail.com wrote: Dear all, I am running R inside GRASS 6.4 and I can see a list of all my raster files when I type (from the R session) system(g.list rast) But I would like to pass the list of rasters to a vector

Re: [GRASS-user] Error in sqlite3_step()

2009-05-04 Thread Moritz Lennert
On 04/05/09 15:20, Nikos Alexandris wrote: On Mon, 2009-05-04 at 15:07 +0200, Nikos Alexandris wrote: [...] Count another error here: Error in sqlite3_step(): database is locked All I am trying to do is: v.what.rast vector=points raster=FINAL column=test WoW :-O All of a sudden, I can't

Re: [GRASS-user] Error in sqlite3_step()

2009-05-04 Thread Nikos Alexandris
[...] Moritz: IIRC, if you use sqlitebrowser, you need to save your changes, before being able to access the db from GRASS. The fact is that I couldn't do any changes to save them! BTW, has anyone compared sqlitebrowser to the sqlite manager add-on to firefox [1,2] ? After very rough

Re: [GRASS-user] v.whar.vect does not respond

2009-05-04 Thread Nikos Alexandris
On Mon, 2009-05-04 at 21:45 +0200, Markus Neteler wrote: On Mon, May 4, 2009 at 5:19 PM, Nikos Alexandris nikos.alexand...@felis.uni-freiburg.de wrote: Since last update of grass6_devel (a few days back) v.what.vect does not work anymore!? It starts counting some percentages and then...

Re: [GRASS-user] v.whar.vect does not respond

2009-05-04 Thread Nikos Alexandris
Nikos: Since last update of grass6_devel (a few days back) v.what.vect does not work anymore!? It starts counting some percentages and then... that was it. It just stays there... Markus N: I tried in Spearfish: g.copy vect=archsites,myarchsites v.db.addcol myarchsites col=owner

Re: [GRASS-user] v.whar.vect does not respond

2009-05-04 Thread Nikos Alexandris
On Tue, 2009-05-05 at 01:13 +0200, Nikos Alexandris wrote: Nikos: Since last update of grass6_devel (a few days back) v.what.vect does not work anymore!? It starts counting some percentages and then... that was it. It just stays there... [...] Currently I am watching the same

Re: [GRASS-user] passing output from GRASS to R.

2009-05-04 Thread Milton Cezar Ribeiro
Hi Markus, Under windows I needed only small changes rasterfiles - read.table(textConnection(system(g.mlist.exe rast pattern=*output*, intern = TRUE))) Thanks a lot, milton 2009/5/4 Markus Neteler nete...@osgeo.org On Mon, May 4, 2009 at 8:57 PM, Milton Cezar Ribeiro

[GRASS-user] Re: [GRASS-dev] Seeking old version grass_src421v21.tar.gz

2009-05-04 Thread Thomas Adams
Markus, I have grass42src.tar.Z; will that do? I have the pdf manuals from that time, too… Tom Markus Neteler wrote: Hi, for historical reasons (think copyright, nostalgia, ...) I am seeking the good old GRASS 4.2.1 source code which I unfortunately removed in 2002 due to disk space

Re: [GRASS-user] v.whar.vect does not respond

2009-05-04 Thread Hamish
Nikos wrote: + exec v.distance from=burned_area_sample_1_points to=sample_1_grid column=gridcell to_column=cat upload=to_attr dmax=0.0 from_layer=1 to_layer=1 100% 100% 100% ## Here it waits... waits... maybe just wait? I am _sure_ it did not take too long some last time when I tried