Skip to main content

The mystery of the "Vanishing Island"

    A 60 square mile land mass know as the Sandy island or the Sable Island has vanished without a trace from the Pacific Ocean. This island was supposed to be located between Australia and New Caledonia and can be seen in the older versions of Google Maps and several other scientific and nautical maps.

The original location of the Sandy Island

    Just recently a research vessel sailed to the location to find nothing but deep blue Pacific more than 4,500 feet deep. The researchers and doctoral students overboard the ship saw this mysterious island on all the scientific maps and weather maps but not on one navigational chart that was on their ship. There was no indication of any land mass at the exact location where the Sandy Island was shown.

    If Sandy Island did exist, it would sit in the French territorial waters. But the French government denies that any of its official maps ever listed the invisible island. If such an island never existed, how did it find its way on several maps. Google is not the only one to depict this invisible island. Bing Maps, Yahoo maps and several other nautical maps, weather maps and scientific maps show this phantom island at the exactly same location.

    A number of theories abound about the mysterious island. For instance, it's possible that it was added to a map at some point to prevent copyright infringements. This sort of tactic is common on street maps, where phantom streets are sometimes added to flag counterfeiters. But the practice is highly unusual for nautical charts, since these maps rely on strict accuracy for their credibility. Google Maps does not show this mysterious Sandy or the Sable Island.

 The current Google Maps does not show Sandy Island

    The phantom island, which is also called Sable Island on some charts, is reminiscent of another famous fictional island, the one from the television series "Lost". In the series, a group of strangers crash land on a mysterious island in the middle of the Pacific Ocean. The island is eventually revealed to possess magical qualities, such as the ability to become invisible when outsiders search for it.

    Could this disappearing island be a case of fiction masking reality? It's certainly fun to think about.

Comments

  1. if it has vanished it has ,nothing mysterious about it.you are also going to vanish one day and the earlier you, would better it would be for mankind,and there would be nothing mysterious about it!
    U R actually creating excitement about nothing, and trying to look "intellectual"!
    My foot!

    ReplyDelete
  2. Could happen. GIS practitioners see coastal land changes via accretion and erosion. Some islands move as I've read about. This can be studied using historic aerial photos of the land mass.

    ReplyDelete
  3. Sandy Island (sometimes labelled in French: Île de Sable) is a non-existent island that was charted for over a century as lying between Australia and New Caledonia in the Coral Sea. If the island existed, it would be within French territorial waters.[1] The island was included on many maps and nautical charts from as early as the 18th Century, and gained wide attention in 2012 when it was definitively shown not to exist by an Australian surveyor ship. The island was quickly removed from many maps, including those of the National Geographic Society and of Google maps. Source: http://en.wikipedia.org/wiki/Sandy_Island_%28New_Caledonia%29

    ReplyDelete

Post a Comment

Please leave your comments here...

Recommended for You

Playing with the markers and info window bubbles...

    In the last few posts, we have seen some marker examples and some information window examples. Now, lets do something interesting combining these two things. Just writing that "This is an info window" in the information bubble is not very interesting! And I know this...Have gone through the same phase!     So, today we will do something interesting! We will display the latitude- longitude co-ordinates of the point that the user clicks on the map! Doing this is not at all complex! Copy paste the following code and you will see for yourself a map coming to life!     The output of the above code looks as seen in the result section above! If you have any queries regarding the above code please comment on the blog post or feel free to contact me at my mail ID .

Where does Google get it's live traffic data from?

Referring to a post that I wrote earlier, Google’s - Live traffic Layer , ever wondered how Google collected this data? I was wondering the other day, how Google received live data to display it on their maps as a layer! I looked up the web and found something very interesting and am sharing the same with you all. As we all know, the traffic layer is available most accurately in several states in USA. Most major metro areas in the US have sensors embedded in their highways. These sensors track real time traffic data. Easy to miss at high speeds (hopefully anyway, traffic permitting), more commonly noticed may be the similar sensors that often exist at many busy intersections that help the traffic lights most efficiently let the most amount of people through. The information from these tracking sensors is reported back to the Department of Transportation (DOT). The DOT uses this data to update some of the digital signs that report traffic conditions in many metro areas. They als...

ES6 Rest operator

Spatial Unlimited changes to The UI Dev After being hosted on blogger 😣 for the last 6 years πŸ“†, this page has finally been moved to Github.io This means a few things for you, dear reader! You will be redirected to the new page shortly! ⏩ ⏩ ⏩ Once crapy HTML is now better looking Markdown ! 😍 😍 The entire blog is a Github repo ! 😍 😍 Spatial Unlimited is now The UI Dev 😍 😍

ES6 101 - Lexical Declarations Let

Spatial Unlimited changes to The UI Dev After being hosted on blogger 😣 for the last 6 years πŸ“†, this page has finally been moved to Github.io This means a few things for you, dear reader! You will be redirected to the new page shortly! ⏩ ⏩ ⏩ Once crapy HTML is now better looking Markdown ! 😍 😍 The entire blog is a Github repo ! 😍 😍 Spatial Unlimited is now The UI Dev 😍 😍

The Bicycling Layer...

    Recreational cyclists and bike commuters alike can plot cycle-friendly routes, find trails, and avoid snarling traffic with Google Map's Bicycle layer. Map's bike-friendly, green-toned map layer is very eye-pleasing. The Google Maps API allows you to add bicycle information to your maps using the BicyclingLayer object.     The BicyclingLayer renders a layer of bike paths, suggested bike routes and other overlays specific to bicycling usage on top of the given map. Additionally, the layer alters the style of the base map itself to emphasize streets supporting bicycle routes and de-emphasize streets inappropriate for bicycles.     Let us have a look at the following example. The code has a map which is centered at Pune, India. There are very few cycle tracks in Pune and so you will see just a few dark green lines on the map. But if you would change the latitude-longitude values in the code and center the map at USA, then you will see a...