<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi all,
<p>I have a question regarding EPSG:3034 and its axis ordering.
According to <a class="moz-txt-link-freetext" href="https://www.epsg-registry.org">https://www.epsg-registry.org</a> the order of the axes
should be ordered as northing easting. Looking at the proj4
definition it is defined as the following:<br>
</p>
<div class="syntax">
<pre id="s_proj4_text">+proj=lcc +lat_1=35 +lat_2=65 +lat_0=52 +lon_0=10 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs </pre>
</div>
<div class="syntax">Looking at this definition I don't see how I can
determine that EPSG:3034 should be treated as a northing easting.
Shouldn't <code class="docutils literal notranslate"><span
class="pre">+axis=neu</span></code> be a part of the proj4
definition?</div>
<div class="syntax"><br>
</div>
<div class="syntax">Best Regards,</div>
<div class="syntax">Erik<br>
</div>
</body>
</html>