[GRASS-dev] [GRASS GIS] #545: r.cost warning on negative values

2009-04-02 Thread GRASS GIS
#545: r.cost warning on negative values -+-- Reporter: pcav | Owner: grass-dev@lists.osgeo.org Type: defect | Status: new Priority: major| Milestone: 6.4.0

Re: [GRASS-user] Re: [GRASS-dev] call for volunteers - urgent need for Windows Vista binaries

2009-04-02 Thread Markus Neteler
On Thu, Apr 2, 2009 at 10:29 PM, Colin Nielsen wrote: > I have almost finished the stand alone installer. It is packaged, I'm > just trying to work out some issues with the python folder not being > found. > > When grass.py is run, it can't find os.py to import it even though the > Python25 dir is

Re: [GRASS-user] Re: [GRASS-dev] call for volunteers - urgent need for Windows Vista binaries

2009-04-02 Thread Colin Nielsen
I have almost finished the stand alone installer. It is packaged, I'm just trying to work out some issues with the python folder not being found. When grass.py is run, it can't find os.py to import it even though the Python25 dir is in PYTHONPATH. But once I solve this (ideas anyone?) I can upload

Re: [GRASS-dev] Re: grass-dev Digest, Vol 36, Issue 4

2009-04-02 Thread Paolo Cavallini
Laura Toma ha scritto: > > If you're looking for a fast version of r.cost, try r.terracost.I > think I put it at some point in the add-ons repository. Otherwise it's > available from my website. Depending on the amount of memory you > specify on the command line, it runs in memory (an opt

Re: [GRASS-user] Re: [GRASS-dev] call for volunteers - urgent need for Windows Vista binaries

2009-04-02 Thread Moritz Lennert
On 02/04/09 18:51, Michael Barton wrote: Thanks. This is good to know. Of course the user/lab manager still needs to create a *.bat file from instructions in a blog (at least now referenced on the WIKI). No, what I meant is that with the osgeo4w installation environment, someone could package

Re: [GRASS-user] Re: [GRASS-dev] call for volunteers - urgent need for Windows Vista binaries

2009-04-02 Thread Michael Barton
Ohhh! This indeed makes sense. We still need a vista version. But the less duplication the better. Michael On Apr 2, 2009, at 1:10 PM, Moritz Lennert wrote: On 02/04/09 18:51, Michael Barton wrote: Thanks. This is good to know. Of course the user/lab manager still needs to create a *.bat

[GRASS-dev] Re: grass-dev Digest, Vol 36, Issue 4

2009-04-02 Thread Laura Toma
If you're looking for a fast version of r.cost, try r.terracost.I think I put it at some point in the add-ons repository. Otherwise it's available from my website. Depending on the amount of memory you specify on the command line, it runs in memory (an optimized CPU algorithm) o

[GRASS-dev] DBF driver (severe?) memory leak

2009-04-02 Thread Markus Neteler
hi, I have tried to run r.random with vector output on a large (400mega cells) raster map. After 3% of writing out the vector stuff I had to cancel due to severe swapping (and 4GB RAM). "top" shows that all memory is eaten by the DBF driver. Trying the same with the SQLite driver worked well, no

Re: [GRASS-dev] proposal: new documentation for 7.x branch

2009-04-02 Thread Markus Neteler
On Tue, Feb 17, 2009 at 7:38 PM, Patton, Eric wrote: >>recently, I found Sphinx tool [1], which makes it really easy to >>generate documentation for projects. I tried it on PyWPS project's home >>page [2] and also, I created some Czech tutorial of GRASS with it [3]. I >>have to say, I felt in love

Re: [GRASS-user] Re: [GRASS-dev] call for volunteers - urgent need for Windows Vista binaries

2009-04-02 Thread Moritz Lennert
On 31/03/09 06:58, Martin Landa wrote: Hi, 2009/3/31 Michael Barton : Native, stand alone installer for GRASS should be a high priority. I guess we need both an XP and Vista version. personally I have no problem with osgeo4w installer. Ideally should be mentained both - standalone and osgeo4w

Re: [GRASS-dev] wxGUI d.vect error

2009-04-02 Thread Vincent Bain
Thank you Martin, VB Le mercredi 01 avril 2009 à 23:07 +0200, Martin Landa a écrit : > Hi, > > 2009/4/1 Vincent Bain : > > [...] > > >self.cmd = utils.CmdToTuple(cmd) > > File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/ut > >ils.py", line 348, in CmdToTuple >

Re: [GRASS-dev] r.cost

2009-04-02 Thread Markus Metz
Paolo Cavallini wrote: Paolo Cavallini ha scritto: Markus Metz ha scritto: Could it be that the binary tree implementation in r.cost is not balanced? If yes, the search tree may degenerate on smooth surfaces towards a linked list, search time going from O(log n) to O(n). BTW, there are