<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi,</p>
I was at first quite confused by your question.<br>
<p>I don't know of any projection named WGS84-UTM, but i guess you
mean SOME WGS 84 / UTMĀ projection. I think it's always best to
"talk" in EPSG codes, cause there are so many confusing terms
around.</p>
So, assuming you have e.g a point layer in EPSG 32632 (metric) and
want the coordinates calculated in the field calculator, but the
result should be in EPSG 4326 (degree), you can do:
<p>for a new X column</p>
<pre><code>X( transform( $geometry, 'EPSG:32632', 'EPSG:4326'))
</code></pre>
<p>and similar for a new Y column</p>
<pre><code>Y( transform( $geometry, 'EPSG:32632', 'EPSG:4326'))
</code></pre>
<p><code>in the field calculator.</code></p>
<br>
<code></code><br>
Answer found here:<br>
<a class="moz-txt-link-freetext" href="https://gis.stackexchange.com/a/242259/8202">https://gis.stackexchange.com/a/242259/8202</a>
<p>Cheers,</p>
Bernd
<p><br>
</p>
<div class="moz-cite-prefix">Am 19.03.19 um 18:43 schrieb Azzurra
Lentini:<br>
</div>
<blockquote type="cite"
cite="mid:20190319174352.Horde.rwVQdK-FMliQfmD5y6iB9AR@www.imp.polymtl.ca">Good
morning,
<br>
if for example my project is in this referencing system:
WGS84-UTM, when I ask to calculate the coordinates Y and X (with
field calculator - geometry), it will produce the coordinates in
meters.
<br>
But what can I do if I want the same coordinates in degrees?
(obviously in the same datum wgs84)
<br>
<br>
Thank you, Azzurra
<br>
<br>
<br>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
Qgis-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a>
List info: <a class="moz-txt-link-freetext" href="https://lists.osgeo.org/mailman/listinfo/qgis-user">https://lists.osgeo.org/mailman/listinfo/qgis-user</a>
Unsubscribe: <a class="moz-txt-link-freetext" href="https://lists.osgeo.org/mailman/listinfo/qgis-user">https://lists.osgeo.org/mailman/listinfo/qgis-user</a></pre>
</blockquote>
</body>
</html>