Re: [GRASS-user] Raster DEM generation

2013-01-13 Thread Maris Nartiss
Hello, there are two options: 1st - join both datasets into single one (GRASS vectors can contain different geometries in single vector dataset) and use v.surf.rst (it will use both line and point data) 2nd - convert lines to points with v.to.points and then join into single point dataset.

Re: [GRASS-user] Raster DEM generation

2013-01-13 Thread Brian Sanjeewa Rupasinghe
Hi Maris, Many thanks for the advice. Further, i am going to use r.surf.contour to generate a raster elevation DEM for viewshed analysis. The grass vector contour layer that i have needs to be converted to raster contour. For this i tried using v.to.rast function. Elevation field of contour layer

Re: [GRASS-user] Raster DEM generation

2013-01-13 Thread Maris Nartiss
As it says. You have mistyped column name. Check column name and then try again. Still in Your case I would try to interpolate with v.surf.rst first and then use result for analysis. Maris. 2013/1/13 Brian Sanjeewa Rupasinghe jink...@gmail.com: Hi Maris, Many thanks for the advice. Further,

Re: [GRASS-user] Raster DEM generation

2013-01-13 Thread Brian Sanjeewa Rupasinghe
Thanks. I have not mistyped column name. In GRASS 7 that is what you get. On Mon, Jan 14, 2013 at 12:38 PM, Maris Nartiss maris@gmail.com wrote: As it says. You have mistyped column name. Check column name and then try again. Still in Your case I would try to interpolate with v.surf.rst

[GRASS-user] Raster DEM generation

2013-01-12 Thread Brian Sanjeewa Rupasinghe
Hi all, have two shape files containing height information of a certain area. One file consists of height information in contours (isolines) and the othesr file consists of height information with spot heights. In order to create a complete DEM i need heights of both layers. I need to create a