<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Le 01/02/13 10:09, Martin Kofahl a &eacute;crit&nbsp;:<br>
    <blockquote
cite="mid:CAB+ETQc1ypFGOGhu+NzCXoAax=geBkyX_d-eNQYFPp_DK7st3w@mail.gmail.com"
      type="cite">
      <div dir="ltr">I am happy to see an axis order parameter in the
        proj lib. In the shipped epsg file there are already a few axis
        order settings, but a few hundreds are missing. As this also
        effects commonly used codes such as 4326 (which has, by crs
        definition,&nbsp;<span
          style="color:rgb(0,0,0);font-family:Verdana,Arial,'Bitstream
          Vera Sans',Helvetica,sans-serif;font-size:13px">northing/</span><span
          style="font-size:13px;color:rgb(0,0,0);font-family:Verdana,Arial,'Bitstream
          Vera Sans',Helvetica,sans-serif">easting</span>&nbsp;order) it's
        worthwhile to&nbsp;revise the epsg file regarding the axis order
        parameter.
        <div style=""><br>
        </div>
        <div style="">Are there already plans to do so? Or should this
          be complement by individual tickets?</div>
      </div>
    </blockquote>
    <br>
    Hello Martin<br>
    <br>
    I don't know if Proj.4 provides axis order information directly.
    However this information is provided in the GeoAPI wrappers for
    Proj.4. Since those wrappers are in public domain, they could be
    copied in any project under any license of your choice. The file is
    there:<br>
    <br>
<a class="moz-txt-link-freetext" href="http://svn.code.sf.net/p/geoapi/code/trunk/geoapi-proj4/src/main/resources/org/opengis/wrapper/proj4/axis-orientations.txt">http://svn.code.sf.net/p/geoapi/code/trunk/geoapi-proj4/src/main/resources/org/opengis/wrapper/proj4/axis-orientations.txt</a><br>
    <br>
    For example the line "ne:" lists the EPSG codes of all geographic
    CRS using the "North, East" axis order. The line "sw,ne" lists the
    EPSG codes of all projected CRS using the "South,West" axis order
    and based on a geographic CRS using the "North,East" axis order.<br>
    <br>
    Note that this directory provides also other information that may be
    useful, like a mapping from Proj.4 projection names to EPSG and OGC
    projection names.<br>
    <br>
    &nbsp;&nbsp;&nbsp; Martin<br>
    <br>
  </body>
</html>