One of the big new features of Google Earth 4 is its support for KML 2.1’s regions — a method for saving bandwidth and CPU cycles by showing tiles of imagery at progressively higher resolutions as you zoom in on Earth, rather than having you try to download and render one gigantic file.
The only problem? If you’re authoring a region-based solution, writing the KML and preparing the imagery is not something you’d do manually. And so the lazy and inept among us (I’m thinking chiefly of myself) have been waiting for somebody, anybody, to come out with a software application that automates all this. You know, give it a big file, some coordinates, and out pops the KML and the image tiles. Thanks.
Google has tried to egg on developers by releasing the regionator, “a collection of Python classes and scripts which can be used to generate Region-based KML”. But it’s Paolo Mistrangelo of Magellano Progetti in Milan who now has come out with a free tool for Windows that I’ve gotten to work like a charm — Super Overlay Tiler v0.1.
SOT is not exactly a standalone application, but the steps involved are straightforward and do not require programming or command-line prowess. In other words, it may not yet be idiot-proof, but it is certainly me-proof. It took a matter of minutes on my barebones Windows 2000 installation to install RMagick and unpack SOT into the required folder.
I happen to have the British Antarctic Survey’s 100MB TIFF image of the South Georgia Islands lying around — the same one that got incorporated into Google Earth’s dataset in the last update. I put SOT to work on it as per the instructions, and not two minutes later I had me a 33MB folder with 1,451 KML files and 1,280 JPG files in it:

Viewing this in Google Earth from the hard drive resulted in smooth, seamless and instantaneous imagery of South Georgia, icebergs and all. Here are views with and without the region-based KML, for comparison:


I threw the resulting folder onto Ogle Earth’s server, partly as a demo and partly as a stress test. Start here to check it out. (It’s a bit slow, thanks to my server).
The upshot: If you have a massive image file you’d like to publish to Google Earth, Paolo Mistrangelo’s SOT now makes that a straightforward process.