<div dir="ltr">Hi,<br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 16, 2015 at 9:42 AM, JanaKr <span dir="ltr"><<a href="mailto:jkrajc@gmail.com" target="_blank">jkrajc@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello,<br>
<br>
I imported a GMT multisegment ASCII file with contour lines using v.in.ogr,<br>
resulting in 3D vector file. Then I wanted to transform the z-coordinate to<br>
an attribute column using<br>
v.to.3d -r input=contour_3d col="CONC" output=contour_2d<br>
(I added CONC column to contour_3d before, using v.db.addcol map=contour_3d<br>
columns="CONC double precision").<br>
However, the resulting contour_2d column CONC remains empty. No error is<br>
reported.<br>
<br>
I am sure contour_3d contains correct Z-values (I transformed it to raster<br>
to see).<br>
<br>
Does anyone know what I am doing wrong, please?<br></blockquote><div><br></div><div>nothing, it just was not implemented for lines, since 3D lines can have vertices of different heights, but we can upload only one value. However, since it makes perfectly sense for contours, I added the support for lines there (r65493). Any chance you are using GRASS 7.1 (trunk) to try it out?</div><div><br></div><div>Anna</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/v-to-3d-r-option-not-working-properly-tp5211241.html" rel="noreferrer" target="_blank">http://osgeo-org.1560.x6.nabble.com/v-to-3d-r-option-not-working-properly-tp5211241.html</a><br>
Sent from the Grass - Users mailing list archive at Nabble.com.<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" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
</blockquote></div><br></div></div>