[GRASS-dev] Re: [GRASS GIS] #1199: 3D points with attributes is broken

2010-10-20 Thread GRASS GIS
#1199: 3D points with attributes is broken ---+ Reporter: sector| Owner: grass-...@… Type: defect| Status: closed Priority: normal| Milestone:

[GRASS-dev] nviz_cmd in GRASS64 and 65

2010-10-20 Thread Helena Mitasova
this is a quick question, probably for Martin: am I right that the nviz_cmd versions in GRASS64 and GRASS65 have some differences that will make scripts written for the nviz_cmd in 64 fail in GRASS65 (and other way around)? in particular, grass64 wants 3 coordinates for position, eg.: positio

[GRASS-dev] Re: [GRASS GIS] #1200: Grass New User MacOS Snow Leopard

2010-10-20 Thread GRASS GIS
#1200: Grass New User MacOS Snow Leopard +--- Reporter: andosierra | Owner: grass-...@… Type: defect | Status: new Priority: major | Milestone: 6.4.1

[GRASS-dev] Re: [GRASS GIS] #669: let users save/load mapcalc expressions

2010-10-20 Thread GRASS GIS
#669: let users save/load mapcalc expressions ---+ Reporter: timmie | Owner: timmie Type: enhancement| Status: new Priority: normal

Re: [GRASS-dev] C rotine- parsing all image into a variable

2010-10-20 Thread Glynn Clements
António Rocha wrote: > Thanks for the feedback. My problem is not a segmentation issue but a > memory-allocation issue. I need to understand how in GRASS (C functions) > I can allocate all pixels of a group images to an matrix (array of > array) instead of just row-by-row (or column-by-column)

[GRASS-dev] Re: [GRASS GIS] #1200: Grass New User MacOS Snow Leopard

2010-10-20 Thread GRASS GIS
#1200: Grass New User MacOS Snow Leopard -+-- Reporter: andosierra | Owner: grass-...@… Type: enhancement | Status: new Priority: major| Milestone: 6.4.1

[GRASS-dev] Re: [GRASS GIS] #1200: Grass New User MacOS Snow Leopard

2010-10-20 Thread GRASS GIS
#1200: Grass New User MacOS Snow Leopard -+-- Reporter: andosierra | Owner: grass-...@… Type: enhancement | Status: new Priority: major| Milestone: 6.4.1

[GRASS-dev] [GRASS GIS] #1200: Grass New User MacOS Snow Leopard

2010-10-20 Thread GRASS GIS
#1200: Grass New User MacOS Snow Leopard -+-- Reporter: andosierra | Owner: grass-...@… Type: enhancement | Status: new Priority: major| Milestone: 6.4.1

[GRASS-dev] [GRASS GIS] #1199: 3D points with attributes is broken

2010-10-20 Thread GRASS GIS
#1199: 3D points with attributes is broken ---+ Reporter: sector | Owner: grass-...@… Type: defect | Status: new Priority: norma

[GRASS-dev] Re: [GRASS GIS] #224: cache bug in DGLib

2010-10-20 Thread GRASS GIS
#224: cache bug in DGLib --+- Reporter: martinl | Owner: grass-...@… Type: defect | Status: reopened Priority: major| Milestone: 6.4.1 Comp

Re: [GRASS-dev] Re: [GRASS-user] Error when importing data in Windows with Python Script

2010-10-20 Thread Glynn Clements
Luis Lisboa wrote: > > > Ok at utils.py at line 21 I placed: > > > import shlex > > > and at the bottom of the file (linhe 424) I placed > > > def split(s): > > > return shlex.split(s, posix = (sys.platform != "win32")) > > > > > > And I still got this error. Did I did something wrong? > > >

Re: [GRASS-dev] C rotine- parsing all image into a variable

2010-10-20 Thread António Rocha
ation from ESET NOD32 Antivirus, version of virus signature database 5548 (20101020) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __ Information from ESET NOD32 Antivirus, version of virus signature database 5548 (20101020) __ The m

Re: [GRASS-dev] C rotine- parsing all image into a variable

2010-10-20 Thread Moritz Lennert
On Wed, October 20, 2010 10:13, António Rocha wrote: > Greetings > > I'm developing a GRASS C rotine to perform segmentation of images. As > far as I can see, rotines like i.gensig and i.maxlik (or even r.example) > usually gets a row and tthen process cell-by-cell. In this case, instead > of loadi

Re: [GRASS-dev] Re: [GRASS-user] Error when importing data in Windows with Python Script

2010-10-20 Thread Luis Lisboa
Hi Glynn SOrry to bother you and the rest of the people. But when you say that it'sn't enough, you mean that all shlex.split() shall be substituted by utils.split()? is that it? Thanks Luis On Wed, Oct 20, 2010 at 2:05 AM, Glynn Clements wrote: > > Luis Lisboa wrote: > > > Ok at utils.py at line

[GRASS-dev] C rotine- parsing all image into a variable

2010-10-20 Thread António Rocha
Greetings I'm developing a GRASS C rotine to perform segmentation of images. As far as I can see, rotines like i.gensig and i.maxlik (or even r.example) usually gets a row and tthen process cell-by-cell. In this case, instead of loading only a row per image, I want to parse to the variable all