[GIS] Create world file from kml

georeferencingkmlraster

I have a KML file for a NASA image. I want to create a world file from it so I can use the image in say QGIS. Is it possible to extract the key info (bounding coordinates) from the KML? It seems to be made up of lots of links to smaller tiles of the image

There is already another post on here (I can't post any more links, but search for "export-georeferenced-image-overlay-from-kml" which points to WorldFileTool and a KMZ to worldfile converter

The first (WorldFileTool) seems to never link to the all important zip file

The second throws an error when I run it.

Hence I am a bit stumped. I can georeference it by hand if needs be, but I had hoped the KML might give me the easy answer.

Any suggestions would be great.

Best Answer

I recently found this link (and a printer friendly version) to the WorldFileTool which you may want to try.

I just tried and it works, but for kml files it only converts one overlay. If you import a superoverlay, it only works for the smallest scale (lowest resolution) tile.

Related Question