• How can you tell if a PDF file is a georeferenced geopdf?

    From Enrico Papaloma@21:1/5 to All on Tue Jul 9 04:31:28 2024
    XPost: comp.text.pdf, sci.geo.satellite-nav, comp.mobile.android

    If you have a PDF of any topographic or park map, how can you tell, with Windows or Android mapping tools, if the map is a georeferenced geoPDF?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bernd Rose@21:1/5 to Enrico Papaloma on Tue Jul 9 20:04:47 2024
    XPost: comp.text.pdf, sci.geo.satellite-nav

    On Tue, 9th Jul 2024 04:31:28 +0200, Enrico Papaloma wrote:

    If you have a PDF of any topographic or park map, how can you tell, with Windows or Android mapping tools, if the map is a georeferenced geoPDF?

    By looking for coordinate reference system (CRS) information inside it.

    GUI solution with QGIS (https://www.qgis.org):
    * select the Pdf file in question inside the QGIS file browser
    * open the Pdf file as if it were a folder by clicking on the triangle
    symbol, which is shown in front of the file name
    * you should see either pages or layers of that Pdf as separate entries
    (at least one)
    * right click on one of these pages/layers and select "Properties"
    * look, whether a the property sheet contains any valid CRS information

    Command line solution with GDAL (https://gdal.org/download.html):
    gdalinfo example.pdf | find "CRS["

    If this command returns empty, no CRS information has been found.

    HTH.
    Bernd
    (F-Up set to sgs-n)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bill Bradshaw@21:1/5 to Enrico Papaloma on Tue Jul 9 09:25:43 2024
    XPost: comp.text.pdf, sci.geo.satellite-nav, comp.mobile.android

    Enrico Papaloma wrote:
    If you have a PDF of any topographic or park map, how can you tell,
    with Windows or Android mapping tools, if the map is a georeferenced
    geoPDF?

    Did you open the file as text to see if there was any information in it that would answer your question?
    --
    <Bill>

    Brought to you from Anchorage, Alaska

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)