If you are anything like me, you suffer a death of a thousand cuts when you see something on GoogleEarth and want to know how tall it is. For instance, you can measure the diameters of Iran’s heavy water exchange columns (3.5 m) but if you could only measure their height then maybe you could tell what their capacity was. It would seem a simple thing for Google to just to tell you the date and time of any individual pixel on a scene and then you could calculate the sun’s elevation. After all, they know which picture is contributing to each part of the Earth’s surface and each picture has a time stamp embedded in its geographical information. Be that as it may be, they don’t seem to want to do it.

But there is often—not always, but often—a date stamp on the bottom of the screen. I thought; why not use what ever you are interested in measuring as a Sun Dial to tell the “time” of the image? That’s exactly what my program calculateHeightFromShadow does! You can download it for free at my website’s download page. (Unfortunately, you also have to download and setup GUI_missileFlyout before you can use this height measuring program. This is because the MATLAB run library has to be on your computer and my website does not have the storage to allow me to put both up independently.)

So, what about those Iranian heavy water exchange columns? They are approximately 50 m high. (And the final distillation tower is 130 m tall.) I’ve noticed, while checking out this program against various landmarks, that there is an approximately a 10% error associated with this measurement. This seems to be dominated by unlevel ground effects (the shadow terminating on buildings or on a hill side) and problems picking out the right starting point for the. Perhaps surprisingly, this is really difficult! At least if you want to do better than 10%.

There is also something else to note. I’ve started to wonder about some of those dates listed by GoogleEarth. I’m not sure, but I’m beginning to think some of those dates are wrong, or at least don’t apply to some of the scenes they are linked to. However, this seems to be true only for Western cities where there is plenty of coverage and perhaps they aren’t particularly concerned about getting the date right. I’ve checked the program against the Eiffel Tower, the Arc de Triomphe, and the Xichang SLC’s service tower; all of which I know the heights for and I get within +-10%.

I also tried checking it against the St. Louis Gateway Arch but this has proven to be very difficult, either because its difficult to judge the correct spots to measure with a curved arch or, just perhaps, it is the wrong date on GoogleEarth. After all, the date stamp says it’s June, but some of the trees in the area are clearly without leaves. If I use a March date, then I get a reasonable height for the Arch.

By the way, you can see an amusing example of the problems associated with knitting together different scenes if you look at the bridges across the Mississippi just to the East of the Arch; in particular, look at the Martin Luther King Bridge. I’d say it was because the camera “tilt” was different between the two different images while looking at elevated objects, but I’ve seen the same thing on surface roads.

Have fun!

ps It only works with windows, Sorry Mac users!