Re: [GRASS-user] forcing raster accept only integer 0

2010-01-22 Thread Markus Metz
Milton Cezar Ribeiro wrote: Dear all. I am trying to work around with a problem of map size under Vista (2G). I was wondering if I use the command below I will get a raster map with values integer and =0. r.mapcalc Dem.new=if(Dem=0,int(Dem),null()) If the original DEM is of type DCELL,

Re: [GRASS-user] forcing raster accept only integer 0

2010-01-22 Thread Glynn Clements
Milton Cezar Ribeiro wrote: Thanks for the reply. By the way, where I can have access to the list of datatypes for a raster map? I ran on my raster map and got datatype=CELL. I was expecting to get byte,float,integer... GRASS raster maps are either CELL (32-bit signed integer), FCELL

Re: [GRASS-user] forcing raster accept only integer 0

2010-01-22 Thread Glynn Clements
Markus Metz wrote: I am trying to work around with a problem of map size under Vista (2G). I was wondering if I use the command below I will get a raster map with values integer and =0. r.mapcalc Dem.new=if(Dem=0,int(Dem),null()) If the original DEM is of type DCELL, you can

[GRASS-user] How to run a GRASS shell script without ESC+ENTER start confirmation?

2010-01-22 Thread Kilian Schönberger
Hello, I am new to this mailing list and new to GRASS. My question is, how I can run GRASS within a script without interrupting for the ENTER + ESC start confirmation? can I adjust it here? echo MAPSET: PERMANENT $gisdbase/.grassrc5 echo LOCATION_NAME: GrassFolder

Re: [GRASS-user] forcing raster accept only integer 0

2010-01-22 Thread Hamish
Milton wrote: Thanks for the reply. By the way, where I can have access to the list of datatypes for a raster map? I ran on my raster map and got datatype=CELL. I was expecting to get byte,float, integer... Glynn: GRASS raster maps are either CELL (32-bit signed integer), FCELL

Re: [GRASS-user] How to run a GRASS shell script without ESC+ENTER start confirmation?

2010-01-22 Thread Hamish
Kilian wrote: grass64 -text I am running a batch process for several srtm tiles with it... I hope anybody can understand my problem.. I just want to know, how I can eliminate the ESC+ENTER confirmation in a running script. just give the full path to the mapset on the command line:

[GRASS-user] How to do vector elaboration only in active region

2010-01-22 Thread Silvia Franceschi
Hi all, I am trying to use some vector operations in GRASS. I can not understand what I am missing but it happens to me that the vector commands works on all the vector data instead of working only in the active region. I am wrong or is it so, and if so is there in GRASS the possibility to

FW: [GRASS-user] How to do vector elaboration only in active region

2010-01-22 Thread Pablo Carreira
Hi all, I am trying to use some vector operations in GRASS. I can not understand what I am missing but it happens to me that the vector commands works on all the vector data instead of working only in the active region. I am wrong or is it so, and if so is there in GRASS the possibility

Re: FW: [GRASS-user] How to do vector elaboration only in active region

2010-01-22 Thread Silvia Franceschi
Thank you Pablo, unfortunately my vector is a point layer and v.overlay works only with lines and areas... :( Silvia One solution that I have found to crop vectors to the region: 1)Crate a region box with v.in.region 2)Crop with v.overlay operator=and Pablo.

Re: FW: [GRASS-user] How to do vector elaboration only in active region

2010-01-22 Thread Markus Neteler
On Fri, Jan 22, 2010 at 4:05 PM, Silvia Franceschi silvia.frances...@ing.unitn.it wrote: Thank you Pablo, unfortunately my vector is a point layer and v.overlay works only with lines and areas... :( Try v.select: http://grass.osgeo.org/grass64/manuals/html64_user/v.select.html Markus

[GRASS-user] new wxGUI

2010-01-22 Thread Mohammed Rashad
Hi, I am planning to develop a DataCatalog or GRASS GIS Manager. Design of the gui module is almost finished. please view the screens and give me a feedback to continue coding the module in wxpython. I will start coding after getting response from GRASS community otherwise it will be wastage

Re: [GRASS-user] r.patch: GRASS-6.5svn

2010-01-22 Thread Rich Shepard
On Fri, 22 Jan 2010, Glynn Clements wrote: Can you revert the previous patch with: patch -R -p0 write_errno.patch then apply the attached patch with: patch -R -p0 write_errors.patch and re-compile. That should cause it to print more than one error. GRASS 6.5.svn

[GRASS-user] Error with NVIZ Compiling 6.4SVN in Linux

2010-01-22 Thread António Rocha
NOD32 Antivirus, version of virus signature database 4797 (20100122) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass

Re: [GRASS-user] Error with NVIZ Compiling 6.4SVN in Linux

2010-01-22 Thread Rich Shepard
On Fri, 22 Jan 2010, Ant?nio Rocha wrote: utils_wrap.c:124:20: error: Python.h: No such file or directory You are probably running a distribution that packages header files separate from executables. See if there's a python-dev package for your distribution. If so, install it. Rich

Re: [GRASS-user] new wxGUI

2010-01-22 Thread John C. Tull
Hi Mohammed, This looks like a very useful tool. Perhaps a method to view and edit metadata would be worth adding to the todo list? Regards, John On Jan 22, 2010, at 7:13 AM, Mohammed Rashad wrote: Hi, I am planning to develop a DataCatalog or GRASS GIS Manager. Design of the gui

Re: [GRASS-user] new wxGUI

2010-01-22 Thread Jarek Jasiewicz
Mohammed Rashad pisze: Hi, I am planning to develop a DataCatalog or GRASS GIS Manager. Design of the gui module is almost finished. please view the screens and give me a feedback to continue coding the module in wxpython. I will start coding after getting response from GRASS community

Re: [GRASS-user] Searching Docs about 3D geological modelisation

2010-01-22 Thread Dylan Beaudette
On Saturday 09 January 2010, Benjamin Ducke wrote: Cheers for these. They are certainly all highly interesting. Do you have an actual link for the T-PROGS software itself? All I can seem to come up with are interfaces from other software and publications mentioning it. I would certainly be

Re: [GRASS-user] Searching Docs about 3D geological modelisation

2010-01-22 Thread Benjamin Ducke
Why not just ask Steve what he is concerned about and what he would like us to do so that he can shed his concerns? And then try to find a way to accommodate him? If he got more directly involved into this process, it might make him feel less uneasy about it. Ben - Original Message -

Re: [GRASS-user] new wxGUI

2010-01-22 Thread Jarek Jasiewicz
Mohammed Rashad pisze: Hi, I am planning to develop a DataCatalog or GRASS GIS Manager. Design of the gui module is almost finished. please view the screens and give me a feedback to continue coding the module in wxpython. I will start coding after getting response from GRASS community

Re: [GRASS-user] r.patch: GRASS-6.5svn

2010-01-22 Thread Glynn Clements
Rich Shepard wrote: Can you revert the previous patch with: patch -R -p0 write_errno.patch then apply the attached patch with: patch -R -p0 write_errors.patch and re-compile. That should cause it to print more than one error. GRASS 6.5.svn (Oregon):/usr4/grassbase