[GRASS-user] question on extensions

2010-02-15 Thread Tim Michelsen
Dear all, the GRASS addons are a wonderful resource for scripts. My questions here: 1) How do I install on Windows a) source addons that need to be compiled b) scripts that are written with bash or python 2) If I create a SVN checkout somewhere on my computer and add the checkout directory

[GRASS-user] command echo?

2010-02-15 Thread Yvan Paillé
Hello, I try to test the different command in the tutorial Grass Book but I have a problem with the echo command. I work on the geometry operation and for the exercice about the split/join segment extraction, I don't know how to use echo and his values. I'm working with the Grass 6.4 SVN with

Re: [GRASS-user] command echo?

2010-02-15 Thread Martin Wegmann
Hello, echo is just providing a text output on the screen. hence echo process finished should give you: process finished on the CLI. I attached a screenshot of a echo command inside a loop including the output. Perhaps this helps. regards, Martin On Montag, 15. Februar 2010 15:01:13

[GRASS-user] upgrade opensuse11.2 grass64

2010-02-15 Thread Joop Goedbloed
Hello Grass users-list Last day I've upgrade to OpenSuSe 11.2 and reinstall Grass64 (6.4.0svn (2010)) Grass64 is runnig wel but when closing the gui I get a list of errors!!?? like this below: GRASS 6.4.0svn (Venlo):~ *** glibc detected *** wish: corrupted double-linked list: 0x081330a0 ***

Re: [GRASS-user] calculating maximum and minimum diameters with, GRASS or R and GRASS?

2010-02-15 Thread Richard Chirgwin
Message: 5 Date: Sun, 14 Feb 2010 03:38:19 -0800 (PST) From: Gazz1982 garynob...@yahoo.com Subject: [GRASS-user] calculating maximum and minimum diameters with GRASS or R and GRASS? To: grass-user@lists.osgeo.org Message-ID: 1266147499876-4569832.p...@n2.nabble.com Content-Type: text/plain;

[GRASS-user] Nviz help

2010-02-15 Thread Rich Shepard
Apparently, seamonkey is hard-wired into the nviz help function. I suggest that you either allow the use of any web browser (including lynx and links) or provide a configuration variable where we can specify which browser to use. Rich ___ grass-user

Re: [GRASS-user] Nviz help

2010-02-15 Thread Hamish
Rich Shepard wrote: Apparently, seamonkey is hard-wired into the nviz help function. I suggest that you either allow the use of any web browser (including lynx and links) or provide a configuration variable where we can specify which browser to use. GRASS g.manual variables look for

Re: [GRASS-user] upgrade opensuse11.2 grass64

2010-02-15 Thread Hamish
Joop wrote: Last day I've upgrade to OpenSuSe 11.2 and reinstall Grass64 (6.4.0svn (2010)) how did you reinstall? if building from source make sure to do make distclean and rebuild. Grass64 is runnig wel but when closing the gui I get a list of errors!!?? like this below: ... GRASS

Re: [GRASS-user] Re: error with r.pack addon

2010-02-15 Thread Hamish
Tim: ./r.pack sh: r.pack: not found Hamish: is the script somewhere in the $PATH? Tim: no. I executed it from the directory where it is stored within. It needs to be in the $PATH. in the msys shell try: export PATH=$PATH: at the dos prompt I think the current dir is in the %PATH%

Re: [GRASS-user] Re: g.extension with local SVN checkout

2010-02-15 Thread Hamish
Hamish: see the svnurl= option. Tim: well, I set it to the directory where I checked out the addons from the SVN repository but it didn't work. maybe you need to pass wget localhost + apache2 or file:// ..? anyway probably easiest is to just open the script and follow it line by line and