Wednesday, 14 September 2016

qgis - Historical U.S.G.S. Georeferencing


I have downloaded a historical USGS map that is suppose to be a geoPDF. My understanding is that QGIS cannot directly read geoPDF's. I have not had any luck in converting it to a geoTIF in order to bring into QGIS.




  1. Has anyone had any success in doing this? Is there another way that someone knows to use the geoPDF with QGIS.





  2. I converted the geoPDF to a TIF and attempted to use the georeferencer plug-in. Everytime I try doing it te results are not correct.Georeferender screenshot Georeferencer result





Answer



You are right that QGIS can not (yet) read GeoPDF, but GDAL 1.10.0 can do it.


Assuming you are on Windows, you can download the current version from


http://www.gisinternals.com/sdk/.


GDALwarp can transform your GeoPDF into geoTiff:


gdalwarp -of Gtiff NY_Newburg_144216_1903_62500_geo.pdf Newburg.tif



Make a batch file with that content, start the SDKshell.bat, then run the converter batch. The output can be read by QGIS without the need to georeference: enter image description here


(With a little help by underlaying Openstreetmap from the Openlayers plugin)


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...