I have many geoPDFs. I want to turn them into KMZ or KML+JPEG using a python script.
Any suggestions?
SEE CODE BELOW
|
|
|
I don't have a script available, but you could probably write one using the GDAL library. GDAL has input support for geoPDF and output support for JPEG. You would need OGR for the KML output (http://www.gdal.org/ogr/ogr_formats.html). |
|||
|
|
|
This code below may help guide some one wanting to convert many geoPDFs to KML-Superoverlay which can then be incorporated as web map overlays using Google Maps API or Google Earth API...
|
||||
|
|