>gdalinfo / gdal_translate should be able to run on a kmz file,
D:\temp\tq>ogrinfo 6955.kmz
INFO: Open of `6955.kmz'
using driver `LIBKML' successful.
1: 6955
ogrinfo -al -so 6955.kmz
INFO: Open of `6955.kmz'
using driver `LIBKML' successful.
Layer name: 6955
Geometry: Unknown (any)
Le samedi 17 septembre 2016 22:34:35, Helmut Kudrnovsky a écrit :
> hi,
>
> I have a bunch of of kmz with kmlsuperoverlay (i.e. inside the zipped file
> a kml file (geo)referencing jpg's).
>
> is there an easy way back from such a kmz to a georeferenced raster (e.g.
> geotiff) ?
gdalinfo / gdal_
hi,
I have a bunch of of kmz with kmlsuperoverlay (i.e. inside the zipped file a
kml file (geo)referencing jpg's).
is there an easy way back from such a kmz to a georeferenced raster (e.g.
geotiff) ?
-
best regards
Helmut
--
View this message in context:
http://osgeo-org.1560.x6.nabble.co
Le vendredi 16 septembre 2016 23:11:07, Even Rouault a écrit :
> Le vendredi 16 septembre 2016 22:57:13, Andrew Bell a écrit :
> > Hi,
> >
> > My code for creating a Tiff raster looks something like this:
> >
> > int nBands = 5;
> > dataset->Create(filename, width, height, nBands, ...);
> >
> >