<div dir="ltr"><div>Here is link to a GeoPDF (<a href="https://drive.google.com/file/d/0B4shTM1bPS5TMmk2OWxuTGJpY1k/view?usp=sharing">https://drive.google.com/file/d/0B4shTM1bPS5TMmk2OWxuTGJpY1k/view?usp=sharing</a>) this has a mile offset from the current location, <br>on GDAL gdal-2.0.1 when gdalwarp warps the PDF (poppler driver) to GeoTIF<br><br></div><div>Here is gdalinfo for the file<br><br>Driver: PDF/Geospatial PDF<br>
    Files: AssembledMaps.pdf<br>
    Size is 3673, 2044<br>
    Coordinate System is:<br>
    PROJCS["UTM Zone 15, Northern Hemisphere",<br>
        GEOGCS["NAD83",<br>
            DATUM["North_American_Datum_1983",<br>
                SPHEROID["GRS 1980",6378137,298.257222101,<br>
                    AUTHORITY["EPSG","7019"]],<br>
                TOWGS84[0,0,0,0,0,0,0],<br>
                AUTHORITY["EPSG","6269"]],<br>
            PRIMEM["Greenwich",0,<br>
                AUTHORITY["EPSG","8901"]],<br>
            UNIT["degree",0.0174532925199433,<br>
                AUTHORITY["EPSG","9108"]],<br>
            AUTHORITY["EPSG","4269"]],<br>
        PROJECTION["Transverse_Mercator"],<br>
        PARAMETER["latitude_of_origin",0],<br>
        PARAMETER["central_meridian",-93],<br>
        PARAMETER["scale_factor",0.9996],<br>
        PARAMETER["false_easting",500000],<br>
        PARAMETER["false_northing",0],<br>
        UNIT["Meter",1]]<br>
    GeoTransform =<br>
      494482.9934340139, 1.9797610687878, -0.4578063200329283<br>
      3519200.148697479, -0.4578063200329283, -1.9797610687878<br>
    Metadata:<br>
      NEATLINE=POLYGON ((491222.64246014197
    3515690.1233778466,492158.60528832977 35<br>
    19737.6489099222,499430.68065023294
    3518056.0308031105,498494.71782204515 351400<br>
    8.5052710348,491222.64246014197 3515690.1233778466))<br>
    Corner Coordinates:<br>
    Upper Left  (  494482.993, 3519200.149) ( 93d 3'29.84"W,
    31d48'30.24"N)<br>
    Lower Left  (  493547.237, 3515153.517) ( 93d 4' 5.33"W,
    31d46'18.79"N)<br>
    Upper Right (  501754.656, 3517518.626) ( 92d58'53.27"W,
    31d47'35.67"N)<br>
    Lower Right (  500818.900, 3513471.994) ( 92d59'28.87"W,
    31d45'24.24"N)<br>
    Center      (  497650.947, 3516336.072) ( 93d 1'29.32"W,
    31d46'57.26"N)<br>
    Band 1 Block=3673x1 Type=Byte, ColorInterp=Red<br>
    Band 2 Block=3673x1 Type=Byte, ColorInterp=Green<br>
    Band 3 Block=3673x1 Type=Byte, ColorInterp=Blue<br><br></div><div>Does the <span style="color:rgb(0,0,255)">scale_factor</span> has something on this will <span style="color:rgb(0,0,255)">gdal_translate -unscale</span> will help or there is some problem in handling this specific file or projection parameters<br><br></div><div>Ganesan R<br></div></div>