Oups sorry for my uncomplete message : "raw" tags are not well handled.
Below is the GDAL command I used to create my GeoPDF image:
gdal_translate.exe -of PDF --config LIBKML_RESOLVE_STYLE YES \
                   -co OGR_DATASOURCE=rectangle.kml \
                   -co LAYER_NAME=lena lena_rot.tif \
                   lena_rot.tif.pdf

Below, the next command to convert the GeoPDF image back to GeoTIFF :
gdal_translate -of GTiff lena_rot.tif.pdf lena_rot.tif.pdf.tif

Philippe



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
_______________________________________________
gdal-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to