[GRASS-user] What algorithm does r.drain use?

2015-01-08 Thread Takenori KANAI
Markus N and Markus M, Thankyou for your response. I see. If on the first step, more surrounding cells have the same minimum cost, which is the first cell encountered used (like follows: a is greater than surraounding cells)? I'm sorry the question on the abc. 2 2 2 2 a 2 2 2 2 Thanks

Re: [GRASS-user] What algorithm does r.drain use?

2015-01-08 Thread Markus Metz
On Fri, Jan 9, 2015 at 5:12 AM, Takenori KANAI ka...@ube-c.ac.jp wrote: Markus N and Markus M, Thankyou for your response. I see. If on the first step, more surrounding cells have the same minimum cost, which is the first cell encountered used (like follows: a is greater than surraounding

Re: [GRASS-user] g.extension gives an error when installing r.prominence

2015-01-08 Thread Michael Barton
I just tested this on my computer and r.prominence installs from the g.extension GUI fine. So my guess is the conflict between gettext installed via home-brew and gettext used to compile 6.4.5 (and packaged with it). Michael __ C. Michael Barton Director, Center for

Re: [GRASS-user] g.extension gives an error when installing r.prominence

2015-01-08 Thread Thayer Young
Thanks for your help. -Thayer From: Michael Barton michael.bar...@asu.edu To: Thayer Young thaye...@yahoo.com Cc: Markus Neteler nete...@osgeo.org; grass-user grass-user grass-user@lists.osgeo.org; Kyngesburye William kyngch...@kyngchaos.com; Benjamin Ducke

Re: [GRASS-user] What algorithm does r.drain use?

2015-01-08 Thread Markus Metz
On Wed, Jan 7, 2015 at 7:27 AM, Takenori KANAI ka...@ube-c.ac.jp wrote: Hello. I'm sorry by my poor English. I have analyzed distribution of wild animals using r.drain now (http://grass.osgeo.org/grass65/manuals/r.drain.html). Some examples have been described to EXAMPLES in an online

Re: [GRASS-user] Interpolation method for parallel samples

2015-01-08 Thread Markus Metz
On Mon, Jan 5, 2015 at 11:51 AM, Martin Album Ytre-Eide martin.album.ytre-e...@nrpa.no wrote: Thanks for your answer Markus! Here are my thoughts and trials: The normal screen output when running v.surf.bspline looks something like this: Reading values from attribute table...

Re: [GRASS-user] g.extension gives an error when installing r.prominence

2015-01-08 Thread Thayer Young
Thank you Markus. From: Markus Neteler nete...@osgeo.org To: Thayer Young thaye...@yahoo.com Cc: GRASS user list grass-user@lists.osgeo.org; Michael Barton michael.bar...@asu.edu Sent: Wednesday, January 7, 2015 5:39 PM Subject: Re: [GRASS-user] g.extension gives an error when

Re: [GRASS-user] v.generalize: does it take forever?

2015-01-08 Thread Fábio Dias
Another info update (and shameless bump) Around 18M primitives and 130M vertices. And I'm left wondering... Has nobody tried to generalize this amount of data yet? Or I'm going about this on the wrong way? I even mounted the grassdata dir as a ramdisk to try to speed up the process, but it is

Re: [GRASS-user] g.extension gives an error when installing r.prominence

2015-01-08 Thread Thayer Young
Michael, Thank you for your suggestions.  I just installed the most recent binary from your site, I had the previous version.  I am still getting the same compilation error when I try to install certain raster extensions (r.prominence, r.whereistheriver).   I do have the most recent OSX command

Re: [GRASS-user] g.extension gives an error when installing r.prominence

2015-01-08 Thread Benjamin Ducke
Thayer, On Tue, Jan 6, 2015 at 7:35 PM, Thayer Young thaye...@yahoo.com mailto:thaye...@yahoo.com wrote: When I try to install the r.prominence extension I get the following error: g.extension.py -i extension=r.prominence svnurl=http://svn.osgeo.org/grass/grass-addons/grass6 WARNING:

Re: [GRASS-user] grass-user Digest, Vol 105, Issue 9

2015-01-08 Thread Thayer Young
Ben,  Thanks for your response.  Unfortunately, I already have both Homebrew and gettext installed.  I am still unable to install r.prominence or r.findtheriver. I will try reading the Notes on GRASS Programming in Opensource GIS and see if I can compile it using Eclipse.  -Thayer Date:

Re: [GRASS-user] grass-user Digest, Vol 105, Issue 9

2015-01-08 Thread Benjamin Ducke
The problem is that the linker does not find lintl. Search your file system to see if and where you have a copy of libintl.dylib. If it exists somewhere, then you need to tell the linker where it is. E.g. if you find it in /usr/local/lib, then add that path to the linker search path:

Re: [GRASS-user] g.extension gives an error when installing r.prominence

2015-01-08 Thread Markus Neteler
I copy the answer of Ben here for the thread: On Thu, Jan 8, 2015 at 4:46 PM, Benjamin Ducke bendu...@fastmail.fm wrote: The problem is that the linker does not find lintl. Search your file system to see if and where you have a copy of libintl.dylib. If it exists somewhere, then you need to