Re: [GRASS-dev] GRASS and GPGPU

2008-03-13 Thread Benjamin Ducke
The above point coupled with single precision floating point, and a reliance on the commercial compiler (NVIDIA only)-- might make this entire thread a moot point. Maybe at this point, but the developments need to be monitored. When the first accelerated graphics cards for PCs came up, even

Re: [GRASS-dev] GRASS and GPGPU

2008-03-13 Thread Benjamin Ducke
Benjamin Ducke wrote: That's UNreasonable, of course (ugh!) | | V I don't think it is reasonable to assume that GPU-based processing will consolidate and produce generic open source tools at some point in the future. I

[GRASS-dev] Re: [GRASS GIS] #7: Location wizard: should predefine DB connection for new location

2008-03-13 Thread GRASS GIS
#7: Location wizard: should predefine DB connection for new location --+- Reporter: neteler | Owner: hamish Type: defect | Status: assigned Priority: major| Milestone: 6.4.0

Re: R: R: R: [GRASS-dev] WinGRASS-6.3.0RC5 Self Installer

2008-03-13 Thread Moritz Lennert
On 12/03/08 21:32, Marco Pasetti wrote: Hi Glynn, Please note that, if you provide binaries which are covered by the GPL, you must provide the corresponding source code for download *from the same place*. It isn't sufficient to point to the source on a different site. [...] I think that

Re: [GRASS-dev] Google Summer of Code 2008

2008-03-13 Thread Moritz Lennert
On 11/03/08 16:52, Wolf Bergenheim wrote: On 03/09/2008 11:09 AM, [EMAIL PROTECTED] wrote: Hi all, just some thought on the SoC project(s) * displaced symbols. Create a module to place map symbols on a map, so that the feature and other overlap information is minimized (NP-Complete

Re: [GRASS-dev] lib/vector/vedit fails to build during paralel make

2008-03-13 Thread Maris Nartiss
Yes, it's fixed now. GRASS compiles with make -j 10 just fine. Thanks! Maris. 2008/3/11, Martin Landa [EMAIL PROTECTED]: Hi, 2008/3/11, Maris Nartiss [EMAIL PROTECTED]: today I was compiling GRASS with make -j 10 and I got errors in lib/vector/vedit, still after cd to that directory and

Re: [GRASS-dev] Google Summer of Code 2008

2008-03-13 Thread Hamish
Michael Barton wrote: I emailed in several suggestion when this was first announced, but haven't seen any of them in this list. there are some more ideas here: http://grass.gdf-hannover.de/wiki/GRASS_6.3_Feature_Plan#Wishlist I'd also add a 3) comprehensive legend creator that would

Re: [GRASS-dev] r.terraflow Windows patch

2008-03-13 Thread Benjamin Ducke
Compiles fine on MinGW/MSYS with an SVN checkout from an hour ago. Can start the module and get help text. Don't know how to use it so can't really test any further. Best, Benjamin Glynn Clements wrote: Moritz Lennert wrote: Can someone test the attached patch on Windows (MSys)? I now get:

RE: [GRASS-dev] Re: [GRASS GIS] #7: Location wizard: should predefine DB connection for new location

2008-03-13 Thread Patton, Eric
Eric: Thanks for the pointer. I'll hardcode my database paths for now. Hamish: see the db.connect help page example for DBF (I usually just cut and paste that to the command line when needed). It accepts variable LOCATION, MAPSET, you don't need to hardcode it. (Be sure to keep the path

[GRASS-dev] [GRASS GIS] #94: PROJ file sometimes not created with location

2008-03-13 Thread GRASS GIS
#94: PROJ file sometimes not created with location -+-- Reporter: cmbarton | Owner: grass-dev@lists.osgeo.org Type: defect | Status: new

Re: Re[GRASS-dev] ady to help with GRASS graphics

2008-03-13 Thread Robert Szczepanek
Wolf Bergenheim wrote: On 03/12/2008 11:15 AM, Robert Szczepanek wrote: Yes, your opinion could help me a lot. My doubt is related to basic icon size. Popular standards for toolbars are 16x16px [SMALL], 24x24 [MEDIUM] and 32x32 [LARGE]. Looking at total number of icons and icons for

[GRASS-dev] Re: [GRASS GIS] #94: PROJ file sometimes not created with location

2008-03-13 Thread GRASS GIS
#94: PROJ file sometimes not created with location ---+ Reporter: cmbarton | Owner: grass-dev@lists.osgeo.org Type: defect| Status: new Priority: major |

[GRASS-dev] Re: [GRASS GIS] #94: PROJ file sometimes not created with location

2008-03-13 Thread Michael Barton
Thanks Paul, I'll see if I can track down a file that caused this kind of error. Michael __ Michael Barton, Professor Professor of Anthropology Director of Graduate Studies School of Human Diversity Social Change Center for Social Dynamics Complexity Arizona State

Re: [GRASS-dev] r.terraflow Windows patch

2008-03-13 Thread Glynn Clements
Benjamin Ducke wrote: Compiles fine on MinGW/MSYS with an SVN checkout from an hour ago. Can start the module and get help text. Don't know how to use it so can't really test any further. Committed. -- Glynn Clements [EMAIL PROTECTED] ___

[GRASS-dev] Re: [GRASS GIS] #7: Location wizard: should predefine DB connection for new location

2008-03-13 Thread GRASS GIS
#7: Location wizard: should predefine DB connection for new location --+- Reporter: neteler | Owner: hamish Type: defect | Status: assigned Priority: major| Milestone: 6.4.0

Re: document what number is NULL [Re: [GRASS-dev] r.mapcal rand() strangeness]

2008-03-13 Thread Maciej Sieczka
Maciej Sieczka pisze: Glynn Clements pisze: -2^31 (= 0x8000 = -2147483648) is the null value for the CELL type, so you'll never see that value in a map. The FP nulls are the all-ones bit patterns. These corresponds to NaN according to the IEEE-754 formats, although it isn't the default

[GRASS-dev] opening any RS/GIS file in their original format directly in GRASS...

2008-03-13 Thread Yann Chemin
Hello list, many first time users get a little bit estranged by the scientifically robust way of starting GRASS by setting up a DB/location/mapset. While the create location from georeferenced file button in TCLTK gui (not yet in wxpython it seems) is an very nice step, I would like your ideas