[GRASS-dev] GRASS 6.4.2 GIS Inquiry

2011-10-13 Thread Renante Mangumpit
Hello everyone. Can anybody tell me if the GRASS software will support GPU acceleration? Your answer is highly appreciated. Thank you very much, Renante___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-

Re: [GRASS-dev] [GRASS-SVN] r48782 - grass/branches/releasebranch_6_4/macosx/app

2011-10-13 Thread Martin Landa
2011/10/13 William Kyngesburye : > I wonder if the Grass 7 prefix definition should be backported, since 6.x has > g.extension as well. no, g.extension in G6 is a bash script which behaves differently. Martin -- Martin Landa * http://geo.fsv.cvut.cz/~landa

Re: [GRASS-dev] [GRASS-SVN] r48782 - grass/branches/releasebranch_6_4/macosx/app

2011-10-13 Thread William Kyngesburye
I wonder if the Grass 7 prefix definition should be backported, since 6.x has g.extension as well. On Oct 13, 2011, at 10:00 AM, William Kyngesburye wrote: > Gr, I read init.sh wrong. > > On Oct 13, 2011, at 9:16 AM, Martin Landa wrote: > >> 2011/10/13 : >>> Author: kyngchaos >>> Date: 2011-1

Re: [GRASS-dev] [GRASS-SVN] r48782 - grass/branches/releasebranch_6_4/macosx/app

2011-10-13 Thread William Kyngesburye
Gr, I read init.sh wrong. On Oct 13, 2011, at 9:16 AM, Martin Landa wrote: > 2011/10/13 : >> Author: kyngchaos >> Date: 2011-10-13 06:50:40 -0700 (Thu, 13 Oct 2011) >> New Revision: 48782 >> >> Modified: >> grass/branches/releasebranch_6_4/macosx/app/grass.sh.in >> Log: >> modules folder is a

[GRASS-dev] GRASS 6: Predefining GRASS_ADDONS_PATH

2011-10-13 Thread Markus Neteler
Hi, in GRASS7, the GRASS_ADDONS_PATH is predefined if not user defined. The same should happen in GRASS 6 to avoid extra user hassle. Attached a Linux oriented patch, what would be the settings for $MINGW, $CYGWIN and $MACOSX? Markus Index: lib/init/init.sh ==

[GRASS-dev] Re: [GRASS-SVN] r48782 - grass/branches/releasebranch_6_4/macosx/app

2011-10-13 Thread Martin Landa
2011/10/13 : > Author: kyngchaos > Date: 2011-10-13 06:50:40 -0700 (Thu, 13 Oct 2011) > New Revision: 48782 > > Modified: >   grass/branches/releasebranch_6_4/macosx/app/grass.sh.in > Log: > modules folder is a prefix now AFAIK it's true only for G7. Martin -- Martin Landa * http://geo.fsv.cv

Re: [GRASS-dev] r.pack failing on reclassed maps

2011-10-13 Thread Markus Neteler
On Thu, Oct 13, 2011 at 11:12 AM, Glynn Clements wrote: > > Markus Neteler wrote: > >> r.pack is failing on reclassed maps and just packaging the reclass stuff. >> how to deal with that? >> >> - either fatal error with a reasonable suggestion to the user >> - or generate internally a map copy with

Re: [GRASS-dev] r.pack failing on reclassed maps

2011-10-13 Thread Hamish
Glynn wrote: > In any case, there doesn't appear to be a > supported programmatic method for determining > that a map is a reclass. at the filesystem level, checking the first line of cellhd/$map_name gives you the info. Hamish ___ grass-dev mailing l

Re: [GRASS-dev] r.pack failing on reclassed maps

2011-10-13 Thread Glynn Clements
Markus Neteler wrote: > r.pack is failing on reclassed maps and just packaging the reclass stuff. > how to deal with that? > > - either fatal error with a reasonable suggestion to the user > - or generate internally a map copy with r.mapcalc (slower), then package > ? First, is this actually a