[GRASS-user] problem with grass 6.4.0

2012-07-11 Thread Alberto Pettazzi
Dear all, I was using GRASS version 6.3.0 and everything worked fine. Now I installed 6.4.1 on a brand new server and I am experiencing some problems. I want to run the scripts and the locations I had on the old grass and when I execute the command on the new version r.in.xyz

[GRASS-user] r.mapcalc(nulls into 0)

2012-07-11 Thread Eloi Ribeiro
Hi, I am trying to do something really simple but not finding the right way to do it. I need to convert nulls into zeros. I have done this: *r.mapcalc raster2 = if(raster1 = null(), 0, raster1) * *r.mapcalc raster2 = if(raster1 == null(), 0, raster1) ** * But this convert all cells into nulls.

[GRASS-user] Multiple 3D DGN files Import with Z-value flag

2012-07-11 Thread Martin Kresáč
Is there a way, how to import multiple 3D GDN files into a GRASS mapset? My DGN files include only Polylines of terrain contours from which I need to build a DEM. I use GRASS 6.4.2 for MS-Windows (WinXP, latest stable version). Thank You for any idea. Martin Kresac

Re: [GRASS-user] r.mapcalc(nulls into 0)

2012-07-11 Thread Alberto Pettazzi
Hi, I think you should do raster2=if(isnull(raster1),0,raster1) El 11/07/12 14:02, Eloi Ribeiro escribió: Hi, I am trying to do something really simple but not finding the right way to do it. I need to convert nulls into zeros. I have done this: /r.mapcalc raster2 = if(raster1 = null(), 0,

Re: [GRASS-user] r.mapcalc(nulls into 0)

2012-07-11 Thread Micha Silver
On 11/07/2012 15:12, Alberto Pettazzi wrote: Hi, I think you should do raster2=if(isnull(raster1),0,raster1) or simply: r.null raster1 null=0 (converts the original, not a second copy)

Re: [GRASS-user] r.mapcalc(nulls into 0)

2012-07-11 Thread Eloi Ribeiro
Thank you all! Solved. Eloi Ribeiro GIS Analyst 39,45º -0,40º flavors.me/eloiribeiro 2012/7/11 Alberto Pettazzi alberto.petta...@meteogalicia.es Hi, I think you should do raster2=if(isnull(raster1),0,raster1) El 11/07/12 14:02, Eloi Ribeiro escribió: Hi, I am trying to do something

[GRASS-user] Error importing MapInfo Tab file

2012-07-11 Thread RichardC
Hi, I'm getting the following error on attempting to import MapInfo files. I've tried the two files below from different sources. Both files open and display correctly in QGIS. v.in.ogr dsn=/home/user/DATASOURCES/mapinfo_cannri/cmbs_mapinfo/cmbs_mapinfo/Nswcatch01.tab layer=Nswcatch01.tab

Re: [GRASS-user] Error importing MapInfo Tab file

2012-07-11 Thread Micha Silver
On 11/07/2012 16:44, RichardC wrote: Hi, I'm getting the following error on attempting to import MapInfo files. I've tried the two files below from different sources. Both files open and display correctly in QGIS. v.in.ogr

[GRASS-user] tcltk is crashing by using the query button on vector data; MacOS X Lion

2012-07-11 Thread Christian Braun
Hi, my tcltk interface is always crashing if I am using the query button on a vector layer. The terminal is showing the error message below. /Applications/GRASS-6.4.app/Contents/MacOS/bin/wish: line 2: 36893 Bus error: 10 $(dirname

Re: [GRASS-user] problem with grass 6.4.0

2012-07-11 Thread Markus Neteler
On Wed, Jul 11, 2012 at 11:17 AM, Alberto Pettazzi alberto.petta...@meteogalicia.es wrote: Dear all, I was using GRASS version 6.3.0 and everything worked fine. Now I installed 6.4.1 on a brand new server and I am experiencing some problems. We highly recommend to get 6.4.2. You don't want

[GRASS-user] help with r.gwflow

2012-07-11 Thread Vishal Mehta
Hi all, I've been trying to use r.gwflow recently, for groundwater modeling in urban environments. The r.gwflow help says that the default boundary conditions at the edges of the region are Neumann conditions, which i understand are fixed flux conditions. However the help does not include the

Re: [GRASS-user] help with r.gwflow

2012-07-11 Thread Sören Gebbert
Hi, as default the boundaries are no flow boundary conditions called homogeneous Neumann. Hence the default flux is 0. Best regards Soeren 2012/7/11 Vishal Mehta vishalm1...@gmail.com: Hi all, I've been trying to use r.gwflow recently, for groundwater modeling in urban environments. The

Re: [GRASS-user] help with r.gwflow

2012-07-11 Thread Vishal Mehta
On Wed, Jul 11, 2012 at 1:49 PM, Vishal Mehta vishalm1...@gmail.com wrote: Thanks Soren, That explains some of the results i'm getting, with water piling up above the surface in the edges in low-lying areas. Can you please tell me how i can change that to constant flux or constant head? If

Re: [GRASS-user] problem with grass 6.4.0

2012-07-11 Thread Pierre Roudier
Alberto, Your field separator is set to empty string (fs=), wouldn't that be the problem? Cheers, P_ 2012/7/11 Alberto Pettazzi alberto.petta...@meteogalicia.es: Dear all, I was using GRASS version 6.3.0 and everything worked fine. Now I installed 6.4.1 on a brand new server and I am