Re: [GRASS-user] g.region (was v.to.rast conversion)

2009-12-15 Thread Hamish
I should convert a shapefile into a raster file (GeoTIFF format) at a given resolution and I want to use the GRASS modules as a command line tools. I followed the instructions in the chapter Automated usage of grass in the Markus's book and I created a bash script in order to prepare the

[GRASS-user] V.overlay very slow

2009-12-15 Thread incanus
Hi all, I'm trying to join a large set of vectorial tiles that i have, into a unique vectorial map. What i'm doing is something like this, for each tile (in the example is called filaN): v.overlay ainput=sumaFilas atype=area alayer=1 binput=fila6 btype=area blayer=1 output=sumaFilas2 operator=or

Re: [GRASS-user] V.overlay very slow

2009-12-15 Thread Markus Metz
If you just want to create one big vector with all features present in several other vectors, try v.patch followed by v.clean. For cleaning after patching areas, you will need at least to break polygons and remove duplicates. If topology is still not correct, try cleaning small angles at

[GRASS-user] Error while onitializing GRASS6.4 with wxpython

2009-12-15 Thread Nikos Dumakis
Greetings all I have installed and compiled GRASS6.4 in an Linux server. It's working OK in text mode and it opens the menu with tcltk. But when I run grass64 -wxpython I get this errors: Traceback (most recent call last): File /usr/local/grass-6.4.0RC5/etc/wxpython/gis_set.py, line 33, in ?

[GRASS-user] Re: grass-user Digest, Vol 44, Issue 45

2009-12-15 Thread Michael Barton
If you are using a current version of GRASS (and current version of gdal if you are on Linux or Mac), run the location wizard to create a new location and mapset in the same projection as your problematic one (I'm assuming that you are not in an xy location). You get to the location wizard

Re: [GRASS-user] V.overlay very slow

2009-12-15 Thread incanus
Thanx again Markus, you always saving me :D patch followed by v.clean with break,rmdupl and later v.build make it really fast! Markus Metz-2 wrote: If you just want to create one big vector with all features present in several other vectors, try v.patch followed by v.clean. For

Re: [GRASS-user] g.region (was v.to.rast conversion)

2009-12-15 Thread Markus Metz
Hi, Giacomo Piva wrote: Giacomo Piva wrote: [...] I should convert a shapefile into a raster file (GeoTIFF format) at a given resolution and I want to use the GRASS modules as a command line tools. I followed the instructions in the chapter Automated usage of grass in the Markus's book and

Re: [GRASS-user] g.region (was v.to.rast conversion)

2009-12-15 Thread Glynn Clements
Giacomo Piva wrote: Hamish wrote: I followed the instructions in the chapter Automated usage of grass in the Markus's book and I created a bash script in order to prepare the grass enviroment: #!/bin/bash LOCATION=test GISBASE=/usr/local/grass-6.5.svn

Re: [GRASS-user] Compiling GRASS 6.4.0RC5 on AIX 5.3

2009-12-15 Thread Mike Waldron
Since the configure script is assuming that the ldAix script is in $SRCDIR, it should probably be included with the source, or a flag should be added to point to where it is. It's apparently needed to create the lib.exp file when building shared libraries, although I ended up building static

Re: [GRASS-user] Re: v.breach addon

2009-12-15 Thread Maciej Sieczka
M S pisze: Kubuntu 9.10 64bit, using GRASS 6.5. I ran v.breach on a stream network extracted with r.stream.extract. It runs through the program, and puts up an error dialogue at v.parallel. Attached is the log file. It looks like a negative number is being passed to v.parallel. I saw in the

[GRASS-user] Error while starting GRASS6.4

2009-12-15 Thread Luis Lisboa
Good Evening I have just installed GRASS 6.4 in a Linux and I got this error while trying to start GRASS with WXPYTHON. /usr/lib64/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14448: UserWarning: wxPython/wxWidgets release number mismatch warnings.warn(wxPython/wxWidgets release

Re: [GRASS-user] Re: v.breach addon

2009-12-15 Thread Luís Ferreira
Yes, it worked with sqlite db connection. Luís On Mon, 2009-12-14 at 15:52 -0500, M S wrote: Luis: I noticed you mentioned you had run it with sqlite and dbf database drivers. Mine is mapped to sqlite currently. I see some v.to.db commands in the script, but do I understand correctly

[GRASS-user] i.ortho.photo

2009-12-15 Thread Franz Schiller
Greetings A few weeks ago I sent an email to users mailing list asking about i.ortho.photo and why it isn't available at WinGRASS and if it was available at GRASS in LINUX OS. Unfortunely when I run I got this error: Exception in thread Thread-19 Traceback (most recent call last): File

Re: [GRASS-user] Questions related with wxpython modules in Windows

2009-12-15 Thread Franz Schiller
Hello Martin and everyone I've just installed GRASS 6.4 on a LINUX machine, because I wanted to test Vector digitzer from in wxpython, and I get this warning at console: WARNING: Vector digitizer is not available (No module named grass6_wxvdigit). According to your previous message it should be

[GRASS-user] NVIZ on wxpython 6.4

2009-12-15 Thread Gilbert Ferrara
Greetings you all I'm new at this mailing list and I have a question related with NVIZ module. I saw in previous messages that NVIZ is available at WinGRASS using TclTK. But at LINUX it also requires tcltk, right? Ok I used the command: nviz elevation vect=roadsmajor points=firestations and I get