Re: [GRASS-user] LiDAR LAS import

2011-07-29 Thread Rebecca Bennett
sorry for the delayed reply - (windoze day yesterday) Hmm. Is lasinfo --help working? Yes. wont paste the output here but it is as expected. liblas-config --libs -L/usr/lib -lgeotiff -L/usr/lib -lgdal1.6.0 liblas-config --includes -I/usr/include/geotiff -I/usr/include/gdal Thanks, Rebecca

[GRASS-user] v.to.rast

2011-07-29 Thread Salvatore Mellino
Hi, I have a problem with v.to.rast. I have a vector of an Italian region (Campania), when I convert it to raster I lose the quality of boundary. Is it a problem of resolution? How can I fix the problem? Thanks, Salvatore___ grass-user mailing list

Re: [GRASS-user] v.to.rast

2011-07-29 Thread Markus Metz
Salvatore Mellino wrote: Hi, I have a problem with v.to.rast. I have a vector of an Italian region (Campania), when I convert it to raster I lose the quality of boundary. Is it a problem of resolution? How can I fix the problem? If you want to convert the boundaries to rasterized lines

Re: [GRASS-user] Copying Raster Map from PERMANENT to Project Mapset

2011-07-29 Thread Sylvain Maillard
Hi, g.copy will copy the whole map in the new mapset. If you want to get only the portion of the DEM within the region of the new mapset, you will have to use r.mapcalc ! be carafull to proprely set the resolution to that of your DEM, otherwise it will be resampled and look quite bad ...

Re: [GRASS-user] Setting Region from Display

2011-07-29 Thread Micha Silver
On Wed, 2011-07-27 at 10:13 -0700, Rich Shepard wrote: On Wed, 27 Jul 2011, Rich Shepard wrote: Searching my saved mail list threads I found the answer: v.in.region out=region_name. However, I have not found the follow up to this: now that I have defined my limited analytical region,

Re: [GRASS-user] If not v.overlay, what?

2011-07-29 Thread Micha Silver
On Wed, 2011-07-27 at 14:42 -0700, Rich Shepard wrote: I have a map of drainage basins and another of the project property boundary. Of the 4200+ basins in the map, the property is in only a dozen or so. I'm trying to overlay these maps to produce a union that has only those basins that drain

[GRASS-user] Point data to region/area

2011-07-29 Thread H.S.Rai
I wish to convert point data (say with attribute 'A' having value between 0 - 100), in to thematic map, showing area divided into four region as: Region I : Value of A between 0-25 Region II : Value of A between 25-50 Region III: Value of A between 50-75 Region IV: Value of A between 75-100

Re: [GRASS-user] If not v.overlay, what?

2011-07-29 Thread Sylvain Maillard
2011/7/27 Rich Shepard rshep...@appl-ecosys.com I have a map of drainage basins and another of the project property boundary. Of the 4200+ basins in the map, the property is in only a dozen or so. I'm trying to overlay these maps to produce a union that has only those basins that drain the

Re: [GRASS-user] If not v.overlay, what?

2011-07-29 Thread Rich Shepard
On Fri, 29 Jul 2011, Micha Silver wrote: Use AND not OR. OR=Union, that is combining all features of both vectors AND=Intersection, that is, just areas or lines covered by both vectors Micha, That's correct, and 'AND' will exclude those portions of the drainage basins that extend past the

Re: [GRASS-user] Copying Raster Map from PERMANENT to Project Mapset

2011-07-29 Thread Rich Shepard
On Fri, 29 Jul 2011, Sylvain Maillard wrote: g.copy will copy the whole map in the new mapset. If you want to get only the portion of the DEM within the region of the new mapset, you will have to use r.mapcalc ! be carafull to proprely set the resolution to that of your DEM, otherwise it will

[GRASS-user] WinGrass nightly build problems

2011-07-29 Thread Daniel Victoria
Hi all, Just installed the latest wingrass nightly build [1] and I'm getting an error when I try to select the grass database directory or when I click on a location. Also, the mapsets for each location are not displayed in the mapset window. The error in the console windows is: Traceback (most

[GRASS-user] Re: WinGrass nightly build problems

2011-07-29 Thread Daniel Victoria
Another thing I noticed that might help debug this problem. The error message says that it's looking for some module in c:/osgeo4w/usr But I don't have that directory in my computer! Could it be some leftover install from another grass version or gdal / qgis / python etc? Thanks Daniel On

Re: [GRASS-user] If not v.overlay, what?

2011-07-29 Thread Micha Silver
On Fri, 2011-07-29 at 06:42 -0700, Rich Shepard wrote: On Fri, 29 Jul 2011, Micha Silver wrote: Use AND not OR. OR=Union, that is combining all features of both vectors AND=Intersection, that is, just areas or lines covered by both vectors Micha, That's correct, and 'AND' will

Re: [GRASS-user] Point data to region/area

2011-07-29 Thread Micha Silver
On Fri, 2011-07-29 at 18:13 +0530, H.S.Rai wrote: I wish to convert point data (say with attribute 'A' having value between 0 - 100), in to thematic map, showing area divided into four region as: Region I : Value of A between 0-25 Region II : Value of A between 25-50 Region III: Value of

Re: [GRASS-user] Raster Map Does Not Display When Region Changed

2011-07-29 Thread Glynn Clements
Rich Shepard wrote: The region for the PERMANENT mapset covers the entire state. The region for the project mapset covers the project area and the drainage basins it intersects. The DEM in the PERMANENT mapset displays properly when that mapset's bounds are used for the region.

Re: [GRASS-user] Using non-ASCII chartacters in r.reclass rules file

2011-07-29 Thread Glynn Clements
Luisa Peña wrote: I want to add labels to a Land use/cover map with integer numbers. I have produced a reclass file where I associate a number with a land Cover class name 1 = Water 2 = Forests ... and It works fine Question: It seems that it is not possible to use non-ascii characters.

[GRASS-user] Re: Using non-ASCII chartacters in r.reclass rules file

2011-07-29 Thread Hermann Peifer
On 29/07/2011 20:26, Glynn Clements wrote: Luisa Peña wrote: I want to add labels to a Land use/cover map with integer numbers. I have produced a reclass file where I associate a number with a land Cover class name 1 = Water 2 = Forests ... and It works fine Question: It seems that it is not

[GRASS-user] ARC GRID File Won't Import

2011-07-29 Thread Rich Shepard
I'm going to use a different DEM source (this one from the USGS NED). It is stored as an arc/info grid file so I thought the appropriate module to use is r.in.arc. I'm using the wxPthon GUI, and specifying the hdr.adf, but the import fails because required parameters are not found. No other

Re: [GRASS-user] ARC GRID File Won't Import

2011-07-29 Thread Rich Shepard
On Fri, 29 Jul 2011, Rich Shepard wrote: I'm going to use a different DEM source (this one from the USGS NED). It is stored as an arc/info grid file so I thought the appropriate module to use is r.in.arc. I'm using the wxPthon GUI, and specifying the hdr.adf, but the import fails because

Re: [GRASS-user] ARC GRID File Won't Import

2011-07-29 Thread Daniel Victoria
I believe r.in.gdal will import ArcGrids. did you try that? On 7/29/11, Rich Shepard rshep...@appl-ecosys.com wrote: I'm going to use a different DEM source (this one from the USGS NED). It is stored as an arc/info grid file so I thought the appropriate module to use is r.in.arc. I'm

Re: [GRASS-user] ARC GRID File Won't Import

2011-07-29 Thread Rich Shepard
On Fri, 29 Jul 2011, Daniel Victoria wrote: I believe r.in.gdal will import ArcGrids. did you try that? Daniel, You are certainly correct; r.in.gdal is the module to use. I'll try to remember this the next time. :-) Despite using the -o flag to change the source coordinates from Lon/Lat

Re: [GRASS-user] Re: r.li.setup

2011-07-29 Thread Ravinder Singh Bhalla
Dear All, I've been trying to send this to the list for the past few weeks, seems my mails are being blocked. Anyway, here's another attempt. I've been trying to use the r.li suite in a landscape ecology course and found the r.li.setup fails to create configuration files if one tries to