Opened 8 years ago

Closed 8 years ago

#6424 closed defect (worksforme)

regressionL 2.0 cannot read a geospatial pdf that 1.11 can read

Reported by: gfleming Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description (last modified by gfleming)

gdal 1.11:

gdalinfo TBZ51_Fairfields_RGB_GeoPDF96_2000_20160317.pdf Driver: PDF/Geospatial PDF Files: TBZ51_Fairfields_RGB_GeoPDF96_2000_20160317.pdf

TBZ51_Fairfields_RGB_GeoPDF96_2000_20160317.pfw TBZ51_Fairfields_RGB_GeoPDF96_2000_20160317.pdf.aux.xml

Size is 2000, 1126 Coordinate System is: PROJCS["RGRDC 2005 / UTM zone 35S",

GEOGCS["RGRDC 2005",

DATUM["Reseau_Geodesique_de_la_RDC_2005",

SPHEROID["GRS 1980",6378137,298.257222101,

AUTHORITY["EPSG","7019"]],

TOWGS84[0,0,0,0,0,0,0],

<snip>

gdal 2.0:

gdalinfo TBZ51_Fairfields_NDVI_PDF300_20151113.pdf gdalinfo failed - unable to open 'TBZ51_Fairfields_NDVI_PDF300_20151113.pdf'.

https://www.dropbox.com/s/b77ox1x04xj50ws/TBZ51_Fairfields_NDVI_PDF300_20151113.pdf?dl=0

Change History (3)

comment:1 by gfleming, 8 years ago

Description: modified (diff)

comment:2 by Even Rouault, 8 years ago

Works for me with both GDAL 2.0 branch and trunk. Are you sure your build is compiled with Poppler or Podofo support ?

$ gdalinfo ~/Téléchargements/TBZ51_Fairfields_NDVI_PDF300_20151113.pdf 
Driver: PDF/Geospatial PDF
Files: /home/even/Téléchargements/TBZ51_Fairfields_NDVI_PDF300_20151113.pdf
Size is 7022, 4967
Coordinate System is:
PROJCS["UTM Zone 35, Southern Hemisphere",
    GEOGCS["NAD83",
        DATUM["North_American_Datum_1983",
            SPHEROID["GRS 1980",6378137,298.257222101,
                AUTHORITY["EPSG","7019"]],
            TOWGS84[0,0,0,0,0,0,0],
            AUTHORITY["EPSG","6269"]],
        PRIMEM["Greenwich",0,
            AUTHORITY["EPSG","8901"]],
        UNIT["degree",0.0174532925199433,
            AUTHORITY["EPSG","9108"]],
        AUTHORITY["EPSG","4269"]],
    PROJECTION["Transverse_Mercator"],
    PARAMETER["latitude_of_origin",0],
    PARAMETER["central_meridian",27],
    PARAMETER["scale_factor",0.9996],
    PARAMETER["false_easting",500000],
    PARAMETER["false_northing",10000000],
    UNIT["Meter",1]]
Origin = (516639.504562204645481,7284769.188737342134118)
Pixel Size = (0.446484926577600,-0.446484926577600)
Metadata:
  CREATION_DATE=D:20151113154613+02'00'
  CREATOR=Debenu Quick PDF Library 11.12 (www.debenu.com)
  NEATLINE=POLYGON ((516639.504562204645481 7284769.039909033104777,519775.130994481907692 7284769.039909033104777,519775.130994481907692 7282551.49810703098774,516639.504562204645481 7282551.49810703098774,516639.504562204645481 7284769.039909033104777))
  PRODUCER=Global Mapper (www.globalmapper.com)
Corner Coordinates:
Upper Left  (  516639.505, 7284769.189) ( 27d 9'51.49"E, 24d33' 3.24"S)
Lower Left  (  516639.505, 7282551.498) ( 27d 9'51.58"E, 24d34'15.34"S)
Upper Right (  519774.722, 7284769.189) ( 27d11'42.94"E, 24d33' 3.10"S)
Lower Right (  519774.722, 7282551.498) ( 27d11'43.05"E, 24d34'15.21"S)
Center      (  518207.113, 7283660.343) ( 27d10'47.26"E, 24d33'39.22"S)
Band 1 Block=7022x1 Type=Byte, ColorInterp=Red
Band 2 Block=7022x1 Type=Byte, ColorInterp=Green
Band 3 Block=7022x1 Type=Byte, ColorInterp=Blue

comment:3 by Even Rouault, 8 years ago

Resolution: worksforme
Status: newclosed

Closing due to lack of feedback and thinking this is due to a build without needed dependencies. Please re-open if you have more information

Note: See TracTickets for help on using tickets.