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-
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
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
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
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
==
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
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
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
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