Re: [GRASS-dev] r.cva output file missing

2008-04-03 Thread benjamin . ducke
What is the size and x-y resolution of your mapset? Try adjusting the cell sizes so that you have integer cell extents. Benjamin rmayer wrote: More details on the problem described above: writing the output file is failing because of a segmentation fault error. var/log/messages reads

[GRASS-dev] Shapelib and dbf not compiling for Mac

2008-04-03 Thread Michael Barton
I guess I¹ll try again to see if someone has some advice on this. The current SVN trunk won¹t compile on Mac OSX 10.4 (or at least it won¹t compile for me with OSX 10.4). I updated again last night, did make distclean, configure, and compile. Configure ran fine. My configure string follows the

Re: [GRASS-dev] Shapelib and dbf not compiling for Mac

2008-04-03 Thread Maris Nartiss
It's a known issue. Please add Your comments about Mac to issue #110 [1]. Maris. 1. http://trac.osgeo.org/grass/ticket/110 2008/4/3, Michael Barton [EMAIL PROTECTED]: I guess I¹ll try again to see if someone has some advice on this. The current SVN trunk won¹t compile on Mac OSX 10.4 (or at

[GRASS-dev] Re: [GRASS GIS] #110: db/drivers/dbf fail to build due to undefined reference to 'SASetupDefaultHooks'

2008-04-03 Thread GRASS GIS
#110: db/drivers/dbf fail to build due to undefined reference to 'SASetupDefaultHooks' ---+ Reporter: marisn| Owner: grass-dev@lists.osgeo.org Type: defect| Status: new

Re: [GRASS-dev] Shapelib and dbf not compiling for Mac

2008-04-03 Thread William Kyngesburye
I just added a couple comments. Summary - revert to previous shapelib. On Apr 3, 2008, at 10:26 AM, Michael Barton wrote: I'll add my comments. But is there a workaround? I don't really understand the problem. Is it related to the new version of gdal? Michael - William Kyngesburye

Re: [GRASS-dev] r.cva output file missing

2008-04-03 Thread Rebecca Mayer
What is the size and x-y resolution of your mapset? nsres: 86.08807728 ewres: 86.08807728 rows: 3793 cols: 3719 cells: 14106167 Try adjusting the cell sizes so that you have integer cell extents. r.cva works in this mapset when set to 'random' but not 'sites' type

[GRASS-dev] [GRASS GIS] #115: r.statistics: allow output to file and frequency count

2008-04-03 Thread GRASS GIS
#115: r.statistics: allow output to file and frequency count -+-- Reporter: mlennert | Owner: grass-dev@lists.osgeo.org Type: enhancement | Status: new Priority: major|

Re: [GRASS-dev] Have Elevation raster maps always CELL data type

2008-04-03 Thread roberto caselli
Is the unit of measurement in meters ? PS: I got the spearfish data set. Helena Mitasova [EMAIL PROTECTED] ha scritto: On Apr 1, 2008, at 10:43 AM, roberto caselli wrote: Hello everyone, I'm working on a module that receive an elevation raster map in input. I'm a newbie with GRASS and I'd

[GRASS-dev] v.report broken when UNITSPARAM is quoted

2008-04-03 Thread Maciej Sieczka
In v.report r30407, lines 153 and 162, the UNITSPARAM variable became quoted. This makes the script print empty output when no explicit unit is specified, because v.to.db syntax becomes internaly eg.: v.to.db -p map=tmcz opt=coor col=dummy1,dummy2,dummy3 '' and the empty single quotes in the

Re: [GRASS-dev] Re: [GRASS GIS] #104: saving display to tiff or ppm garbled when NVIZ is not top window

2008-04-03 Thread Glynn Clements
GRASS GIS wrote: #104: saving display to tiff or ppm garbled when NVIZ is not top window Comment (by msieczka): Replying to [comment:15 glynn]: Can you try the [http://trac.osgeo.org/grass/attachment/ticket/104/ do_zoom-error.diff patch]. It installs an error handler which