<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Okay, so basically encoding the zone in the easting? Better, but I still think it is weird. At least it produces somewhat sane output.
<div class=""><br class="">
</div>
<div class="">Is that operation used by any CRS in the EPSG database?</div>
<div class=""><br class="">
</div>
<div class="">/Kristian<br class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On 29 Oct 2018, at 21:03, Martin Desruisseaux &lt;<a href="mailto:martin.desruisseaux@geomatys.com" class="">martin.desruisseaux@geomatys.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div text="#000000" bgcolor="#FFFFFF" class=""><br class="">
<blockquote type="cite" cite="mid:39094D58-3326-4339-84AA-26A5745F6F87@sdfe.dk" class="">
<div class="">
<div class="">
<div class="">
<blockquote type="cite" class="">
<div class="">On 29 Oct 2018, at 20:20, Robb Main &lt;<a href="mailto:rmain.mws@gmail.com" class="" moz-do-not-send="true">rmain.mws@gmail.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">(…snip…) I'd consider the UTM zone a part of the OUTPUT, whereas you seem to consider it part of the required input (lat, long &amp; UTM zone).
<div class=""><br class="">
</div>
<div class="">So in my case:</div>
<div class="">&nbsp;in: lat &amp; long</div>
<div class="">out: UTM zone, easting &amp; northing.</div>
<div class=""><br class="">
</div>
<div class="">so the process would look more like:</div>
<div class="">
<div class="">$ echo 6 51 | proj &#43;proj=utm &#43;zone=auto</div>
<div class="">31&nbsp; &nbsp; 710488.86 &nbsp; &nbsp; &nbsp; 5654109.18</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote>
<p class=""><br class="">
</p>
<p class="">Actually such operation already exists in EPSG database (not sure if it exists in Proj4 however). This is the Operation Method EPSG::9824 - Transverse Mercator Zoned Grid System. The output is basically:</p>
<blockquote class="">
<p class="">E = Z*10^6 &#43; (result of projection for zone Z)</p>
</blockquote>
<p class="">This is not widely used however.</p>
<p class="">&nbsp;&nbsp;&nbsp; Martin</p>
<p class=""><br class="">
</p>
</div>
_______________________________________________<br class="">
Proj mailing list<br class="">
<a href="mailto:Proj@lists.maptools.org" class="">Proj@lists.maptools.org</a><br class="">
http://lists.maptools.org/mailman/listinfo/proj</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>