I ran gdalinfo (listed at the bottom) for a jpeg 2000 that I want to host via mapserver and it says that the EPSG code is 32128 but when I look at this EPSG code definition within mapserver listed below I noticed that the definition is listed in meters but gdalinfo is listed in feet and the definition +x_0=600000 but gdalinfo value is listed as PARAMETER[&quot;false_easting&quot;,1968500].<br>
<br># NAD83 / Pennsylvania North<br>&lt;32128&gt; +proj=lcc +lat_1=41.95 +lat_2=40.88333333333333 +lat_0=40.16666666666666 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs  &lt;&gt;<br><br>I created a new EPSG code called 321288 which I believe matches the definition that gdalinfo contains.  Does this make sense?<br>
<br># NAD83 / Pennsylvania North feet<br>&lt;321288&gt; +proj=lcc +lat_1=41.95 +lat_2=40.88333333333333 +lat_0=40.16666666666666 +lon_0=-77.75 +x_0=1968500 +y_0=0 +ellps=GRS80 +datum=NAD83 +to_meter=0.3048006096012192  +no_defs  &lt;&gt;<br>
<br><br><br>Driver: JP2KAK/JPEG-2000 (based on Kakadu)<br>Files: A:\MappedDrives\DriveK\FTPCounties\Pa State Data\Pa Imagery\PA-Luzerne-2008\luzerne.jp2<br>Size is 210000, 200000<br>Coordinate System is:<br>PROJCS[&quot;NAD83 / Pennsylvania North&quot;,<br>
    GEOGCS[&quot;NAD83&quot;,<br>        DATUM[&quot;North_American_Datum_1983&quot;,<br>            SPHEROID[&quot;GRS 1980&quot;,6378137,298.2572221010002,<br>                AUTHORITY[&quot;EPSG&quot;,&quot;7019&quot;]],<br>
            AUTHORITY[&quot;EPSG&quot;,&quot;6269&quot;]],<br>        PRIMEM[&quot;Greenwich&quot;,0],<br>        UNIT[&quot;degree&quot;,0.0174532925199433],<br>        AUTHORITY[&quot;EPSG&quot;,&quot;4269&quot;]],<br>    PROJECTION[&quot;Lambert_Conformal_Conic_2SP&quot;],<br>
    PARAMETER[&quot;standard_parallel_1&quot;,41.95],<br>    PARAMETER[&quot;standard_parallel_2&quot;,40.88333333333333],<br>    PARAMETER[&quot;latitude_of_origin&quot;,40.16666666666666],<br>    PARAMETER[&quot;central_meridian&quot;,-77.75],<br>
    PARAMETER[&quot;false_easting&quot;,1968500],<br>    PARAMETER[&quot;false_northing&quot;,0],<br>    UNIT[&quot;US survey foot&quot;,0.3048006096012192,<br>        AUTHORITY[&quot;EPSG&quot;,&quot;9003&quot;]],<br>    AUTHORITY[&quot;EPSG&quot;,&quot;32128&quot;]]<br>
Origin = (2360000.000000000000000,470000.000000000000000)<br>Pixel Size = (1.000000000000000,-1.000000000000000)<br>Corner Coordinates:<br>Upper Left  ( 2360000.000,  470000.000) ( 76d19&#39;18.70&quot;W, 41d26&#39;52.00&quot;N)<br>
Lower Left  ( 2360000.000,  270000.000) ( 76d20&#39;1.64&quot;W, 40d53&#39;56.14&quot;N)<br>Upper Right ( 2570000.000,  470000.000) ( 75d33&#39;21.88&quot;W, 41d26&#39;8.62&quot;N)<br>Lower Right ( 2570000.000,  270000.000) ( 75d34&#39;27.83&quot;W, 40d53&#39;13.12&quot;N)<br>
Center      ( 2465000.000,  370000.000) ( 75d56&#39;47.50&quot;W, 41d10&#39;4.77&quot;N)<br>Band 1 Block=2048x128 Type=Byte, ColorInterp=Red<br>  Overviews: 105000x100000, 52500x50000, 26250x25000, 13125x12500, 6563x6250, 3282x3125, 1641x1563, 821x782<br>
  Metadata:<br>    LAYER_TYPE=athematic<br>Band 2 Block=2048x128 Type=Byte, ColorInterp=Green<br>  Overviews: 105000x100000, 52500x50000, 26250x25000, 13125x12500, 6563x6250, 3282x3125, 1641x1563, 821x782<br>  Metadata:<br>
    LAYER_TYPE=athematic<br>Band 3 Block=2048x128 Type=Byte, ColorInterp=Blue<br>  Overviews: 105000x100000, 52500x50000, 26250x25000, 13125x12500, 6563x6250, 3282x3125, 1641x1563, 821x782<br>  Metadata:<br>    LAYER_TYPE=athematic<br>
<br><br>-- <br>John J. Mitchell