Thanks. I have not mistyped column name. In GRASS 7 that is what you get.<br><br><div class="gmail_quote">On Mon, Jan 14, 2013 at 12:38 PM, Maris Nartiss <span dir="ltr"><<a href="mailto:maris.gis@gmail.com" target="_blank">maris.gis@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">As it says. You have mistyped column name. Check column name and then try again.<br>
<br>
Still in Your case I would try to interpolate with v.surf.rst first<br>
and then use result for analysis.<br>
<br>
Maris.<br>
<br>
2013/1/13 Brian Sanjeewa Rupasinghe <<a href="mailto:jinkabs@gmail.com">jinkabs@gmail.com</a>>:<br>
<div class="HOEnZb"><div class="h5">> Hi Maris,<br>
><br>
> Many thanks for the advice. Further, i am going to use r.surf.contour to<br>
> generate a raster elevation DEM for viewshed analysis. The grass vector<br>
> contour layer that i have needs to be converted to raster contour. For this<br>
> i tried using v.to.rast function. Elevation field of contour layer is;<br>
> EL_Elevati which is a double precision data type. Following are the<br>
> parameters i used:<br>
><br>
> v.to.rast input = terrain@topo1K type = line output = rasterCont use=attr<br>
> attrcolumn = EL_Elevati labelcolumn = cat<br>
><br>
> However, when i run this it gives following error:<br>
><br>
> dbmi: protocol error<br>
> ERROR: Column <EL_Elevati> not found<br>
><br>
> Any suggestion on this is appreciated.<br>
><br>
> Cheers, Brian.<br>
><br>
><br>
> On Sun, Jan 13, 2013 at 2:10 PM, Maris Nartiss <<a href="mailto:maris.gis@gmail.com">maris.gis@gmail.com</a>> wrote:<br>
>><br>
>> Hello,<br>
>> there are two options:<br>
>> 1st - join both datasets into single one (GRASS vectors can contain<br>
>> different geometries in single vector dataset) and use v.surf.rst (it<br>
>> will use both line and point data)<br>
>> 2nd - convert lines to points with v.to.points and then join into<br>
>> single point dataset. Interpolate with any tool.<br>
>><br>
>> Good luck,<br>
>> Maris.<br>
>><br>
>> 2013/1/12 Brian Sanjeewa Rupasinghe <<a href="mailto:jinkabs@gmail.com">jinkabs@gmail.com</a>>:<br>
>> > Hi all,<br>
>> ><br>
>> > have two shape files containing height information of a certain area.<br>
>> > One<br>
>> > file consists of height information in contours (isolines) and the<br>
>> > othesr<br>
>> > file consists of height information with spot heights. In order to<br>
>> > create a<br>
>> > complete DEM i need heights of both layers. I need to create a raster<br>
>> > DEM<br>
>> > with winGRASS 7 using these information. What would be the best<br>
>> > technique to<br>
>> > generate raster DEM with these two types of data? Do i need to generate<br>
>> > some<br>
>> > spot heights from contours and then integerate with existing spot<br>
>> > heights<br>
>> > for DEM generation or any other method?<br>
>> ><br>
>> > Cheers, Brian<br>
>> ><br>
>> > _______________________________________________<br>
>> > grass-user mailing list<br>
>> > <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
>> > <a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
>> ><br>
><br>
><br>
</div></div></blockquote></div><br>