Re: [GRASS-user] [gdal-dev] Using the CORINE2000 land cover/land use data base with GRASS-GIS under Ubuntu-linux 8.04

2008-06-27 Thread Nikos Alexandris
On Thu, 2008-06-26 at 22:49 -0700, leonidas300 wrote: > Niko, thank you very much for your contribution. I'm also a Grass-QGIS user > and Arcgis user. Well, Grass is really powerful but I' think Arcgis is more > effectiveness specially in cartography and map production. I think Grass > should updat

Re: [GRASS-user] Connect point to point

2008-06-27 Thread Nikos Alexandris
On Thu, 2008-06-26 at 22:48 -0700, leonidas300 wrote: > I have a shapefile with points. I need to create a second shapefile (based on > the first shapefile) which will contain lines connecting each point with > each other one by one (point 1 with 2 (one line), 1 with 3 (second line), 1 > with for 4

Re: [GRASS-user] Connect point to point

2008-06-27 Thread Paul Kelly
On Thu, 26 Jun 2008, leonidas300 wrote: I have a shapefile with points. I need to create a second shapefile (based on the first shapefile) which will contain lines connecting each point with each other one by one (point 1 with 2 (one line), 1 with 3 (second line), 1 with for 4, 2 with 3 ...an s

Re: [GRASS-user] Connect point to point

2008-06-27 Thread leonidas300
Thank you for your help! I think that I should study some kind of programming to accomplish some tasks for my job. How can I iterate through the shapes of a vector map or the values of fields of an attribute table?Is there any programming language for batch processing in Grass GIS? I have some Pyt

[GRASS-user] wxpython and v.digit on 6.4.x

2008-06-27 Thread luca casa
Hello everybody, With today's checkout of 6.4.x , I have got this error with v.digit: 1- Open NC dataset and load any layer ( elevation in my example) 2- Digitize a new vector layer (digitize->new vector) 3- Try with a point or line This is the error: Traceback (most recent call last): File "/

Re: [GRASS-user] Connect point to point

2008-06-27 Thread Daniel Victoria
Python works very nicely with GRASS. Another solution for scripting that I use a lot is bash! You can do wonders with simple bash scripting. There are lots of good bash tutorials on the net or, a book that I really like is O'Reylies Learning the Bash Shell Cheers and good reading Daniel On Fri,

[GRASS-user] wxpython and v.digit on 6.4.x

2008-06-27 Thread luca casa
Hello everybody, With today's checkout of 6.4.x , I have got this error with v.digit: 1- Open NC dataset and load any layer ( elevation in my example) 2- Digitize a new vector layer (digitize->new vector) 3- Try with a point or line This is the error: Traceback (most recent call last): File "/

Re: [GRASS-user] wxpython and v.digit on 6.4.x

2008-06-27 Thread doktoreas
doktoreas wrote: > > Hello everybody, > > With today's checkout of 6.4.x , I have got this error with v.digit: > > 1- Open NC dataset and load any layer ( elevation in my example) > 2- Digitize a new vector layer (digitize->new vector) > 3- Try with a point or line > > This is the error: > T

Re: [GRASS-user] More on buffering and overlays

2008-06-27 Thread Moritz Lennert
On 27/06/08 02:21, Richard Chirgwin wrote: First, thanks to Mortiz for pointing out the buffering issue. By adding centroids to the buffered output, that now corresponds to the source set of points. Overlaying is still causing some pain - I need to explain what I have to ask my question, so b

Re: "module of the day" feed idea - was Re: [GRASS-user] r.to.vect to selected locations only

2008-06-27 Thread Paulo Marcondes
2008/6/24 Markus Neteler <[EMAIL PROTECTED]>: > On Tue, Jun 24, 2008 at 2:54 PM, Hamish <[EMAIL PROTECTED]> wrote: >> random idea: >> Maybe we could add a "module of the day" feed on the grass webpage with >> module name >> and label/description one-liner. I continue to find new modules many years

Re: [GRASS-user] wxpython and v.digit on 6.4.x

2008-06-27 Thread Martin Landa
Hi, 2008/6/27 doktoreas <[EMAIL PROTECTED]>: >> With today's checkout of 6.4.x , I have got this error with v.digit: >> >> 1- Open NC dataset and load any layer ( elevation in my example) >> 2- Digitize a new vector layer (digitize->new vector) >> 3- Try with a point or line >> >> digitClass.AddPo

Re: "module of the day" feed idea - was Re: [GRASS-user] r.to.vect to selected locations only

2008-06-27 Thread Dylan Beaudette
On Friday 27 June 2008, Paulo Marcondes wrote: > 2008/6/24 Markus Neteler <[EMAIL PROTECTED]>: > > On Tue, Jun 24, 2008 at 2:54 PM, Hamish <[EMAIL PROTECTED]> wrote: > >> random idea: > >> Maybe we could add a "module of the day" feed on the grass webpage with > >> module name and label/description

Re: "module of the day" feed idea - was Re: [GRASS-user] r.to.vect to selected locations only

2008-06-27 Thread G. Allegri
Why not use the same method used to create the Documentation page for GRASS? If I'm not wrong it's automatically built every week. Am I wrong? We could simply pick a module randomly from the svn trunk and its documentation. Then, formatting an RSS and a page on the site is an easy task... I launc