[Proj] ITRF96/UTM 36N conversion

Jose Gonçalves jagoncal at gmail.com
Fri Aug 7 09:38:20 EST 2009


In order to convert UTM-36N to long-lat with output in decimal degrees you
can use the following PROJ command line:
proj -I -f "%.9f" +ellps=WGS84 +proj=utm +zone=36

You must reformat your file so that each line starts with Easting
(E) and Northing (N), in this order (your file has ID N E ...) and then the
rest of the data.

To calculate distance you can use program GEOD (manpage
http://proj.maptools.org/man_geod.html), which receives coordinates in
lat-long.
Depending on the accuracy you need, it may be acceptable to calculate the
euclidean distance in UTM.

Regards

Jose' Gonçalves





2009/8/7 fernandohoze <muranyum at yahoo.com>

>
> Hello,
>
> I would like to convert coordinates in ITRF96 / UTM-36N format (measured
> with DGPS) to latitude and longitude values that I can use with Google
> Maps.
> I tried to do the conversion using proj but I couldn't do it. What command
> should I use for this?
>
> This is what my coordinates file looks like:
>
> 2   4415699.244828   482321.027219   950.950000   5 | 2 | 1.400
> 3   4415697.320372   482321.307750   951.050000   5 | 2 | 1.400
> 4   4415696.356924   482321.975236   951.050000   4 | 2 | 1.000
>
> This is what I want:
>
> 2   39.8911748   32.7932165
> 3   39.8911574   32.7932198
> 4   39.8911488   32.7932277
>
> I also would like to find the distance (in meters) between two points whose
> ITRF96 / UTM-36N coordinates are known. I googled it but I didn't find
> anything about it. Can you please help me with this?
>
> Thanks.
> --
> View this message in context:
> http://n2.nabble.com/ITRF96-UTM-36N-conversion-tp3404575p3404575.html
> Sent from the PROJ.4 mailing list archive at Nabble.com.
> _______________________________________________
> Proj mailing list
> Proj at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/proj
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/proj/attachments/20090807/dd39c20b/attachment.htm 


More information about the Proj mailing list