<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 13, 2018 at 1:05 PM, Ken Mankoff <span dir="ltr"><<a href="mailto:mankoff@gmail.com" target="_blank">mankoff@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 13, 2018 at 12:21 PM, Helmut Kudrnovsky <span dir="ltr"><<a href="mailto:hellik@web.de" target="_blank">hellik@web.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ken Mankoff wrote<span class=""><br><span>> Is there a way to take an arbitrary vector from<br>
> GRASS and apply an arbitrary transformation to each element? v.edit has a<br>
> move feature, but this is not what I want.<br>
><br>
<br>
</span></span><span class="">v.transform - Performs an affine transformation (shift, scale and rotate) on<br>
vector map.<br>
<a href="https://grass.osgeo.org/grass74/manuals/v.transform.html" rel="noreferrer" target="_blank">https://grass.osgeo.org/grass7<wbr>4/manuals/v.transform.html</a><br>
<br>
not sure it is what you're looking for.<br></span></blockquote><div><br></div><div>Yes that would do it just fine. Unfortunately I'm not sure how to get the transformation matrix that invproj uses. I'll try to figure this out...</div><span class="HOEnZb"><font color="#888888"><div><br></div></font></span></div></div></div></blockquote><div><br></div><div>Actually this does not work because I'm in EPSG:4326 (lon,lat) location and there are scaling issues. I think I need to access proj directly for all vertices...</div><div><br></div><div>  -k. </div></div></div></div>