<div dir="ltr"><div style>Hi Timmie,</div><div style><br></div><div style>I do not know what your data could look like, but plese see my thoughts inline:</div><div><br></div>2013/3/29 Tim Michelsen <span dir="ltr"><<a href="mailto:timmichelsen@gmx-topmail.de" target="_blank">timmichelsen@gmx-topmail.de</a>></span><br>
<div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello user list,<br>
I have a question filling the area between isolines by the values of the<br>
isolines (without interpolation):<br>
<br>
<br>
I have a vector with isolines of which the values define certain<br>
properties of the area (e.g. cost factor).<br></blockquote><div><br></div><div style>If your isolines are not disjointed I would suggest to make areas from them (v.type + v.centroids). </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
How can I create an area that fills the area between these lines and to<br>
which the same value as the last adjacent line is attached (all points<br>
from one line to the other have the same cost factor)?<br>
<br>
I understand that in this case a interpolation is not required.<br></blockquote><div><br></div><div style>Once you have the areas, you should rasterize (v.to.rast) each of them for example with the parameter use=val. It will give a raster output with the cell values 1 if the the cells were in the specific area that you rasterized. If you do this for all of your "iso-areas" you'll have a raster layer for each of areas that are enclosed by an isoline.</div>
<div style>After all I would use r.mapcalc and summarize all of your created layers. The cells with the highest value will be equal of the area that had the highes value, and you can guess all other categories...</div><div style>
<br></div><div style>I don't know wether it works with your data or not. That was just my first thouth when I've read your question.</div><div style><br></div><div style>Levente</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
It would be great to receive some helpful hints and tips on above<br>
outlined question.<br>
<br>
Kind regards and thanks in advance,<br>
Timmie<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>
</blockquote></div><br></div></div>