[Qgis-user] Coordinates from wgs84 utm /expressed in meter) to wgs84 (expressed in degrees)
Bernd Vogelgesang
bernd.vogelgesang at gmx.de
Tue Mar 19 15:44:16 PDT 2019
Hi,
I was at first quite confused by your question.
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.
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:
for a new X column
|X( transform( $geometry, 'EPSG:32632', 'EPSG:4326')) |
and similar for a new Y column
|Y( transform( $geometry, 'EPSG:32632', 'EPSG:4326')) |
|in the field calculator.|
||
Answer found here:
https://gis.stackexchange.com/a/242259/8202
Cheers,
Bernd
Am 19.03.19 um 18:43 schrieb Azzurra Lentini:
> Good morning,
> 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.
> But what can I do if I want the same coordinates in degrees?
> (obviously in the same datum wgs84)
>
> Thank you, Azzurra
>
>
>
>
> _______________________________________________
> Qgis-user mailing list
> Qgis-user at lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20190319/9eae9f7a/attachment.html>
More information about the Qgis-user
mailing list