Google Earth

Categories

Random

Google has released a new product called Google Earth[via]

Google Earth puts a planet’s worth of imagery and other geographic information right on your desktop. View exotic locales like Maui and Paris as well as points of interest such as local restaurants, hospitals, schools, and more.

Previously called Keyhole (Keyhole.com now forwards to Google Earth), Google Earth is an atlas on your desktop. You can view the entire world as a big globe with satellite photography showing how things look. The globe is a 3d object that, as well as being round, shows the topology of the landscape you are currently viewing.

Like Google Maps it lets you enter an address and be taken there instantly. Unlike Keyhole there is a free version that is actually free. The demo of Keyhole decided to chain itself to your computer, and you had to create an unlock code using your email address to run it. Not user friendly, and not very Google.

Google Earth is considerably better than Keyhole and, assuming the place you want to look at has been photographed is an interesting way to waste a morning.

To get the most out of it Google Earth needs a decent internet connection and a reasonable spec pc, but I would recommend everyone have a look, if only to see if you can find where you live.

How was it for you? Let me know on BlueSky or Mastodon

(Please) Link to this page

Thanks for reading. I'd really appreciate it if you'd link to this page if you mention it in your newsletter or on your blog.

Related Posts

30 Apr 2005

The Design One

I mentioned in my first post that I was going to do a run down of how I redesigned this site. It’s taken a while to put together but here it is.Binary Moon – a brief historyI started Binary Moon...
06 Apr 2005

Passwords – KeePass and BugMeNot

If you’re like me you have loads of passwords for anything and everything on the Internet. I have recently taken to making my passwords totally random combinations of letters and numbers. This makes remembering them next to impossible, which means...
22 Feb 2007

New computer = new software to install

I got my first laptop computer this weekend and, as with all new computer purchases, it’s time to fill the hard disk with the software I use on a daily basis. I thought I would list the software I use,...
14 Sep 2018

What’s the Deal with Google AMP?

I recently read an article title Google AMP Can Go To Hell, all about how Google AMP is an attempt by Google to control the internet entirely.When I first saw this article I thought it was going to be a...
05 Oct 2021

Randomness with PHP

When I was making my generative art I needed to generate a lot of random things. The simplest way to do that with PHP is to use the rand() function.The rand() function selects a random integer (whole number) between 0...