Group Abstract Group Abstract

Message Boards Message Boards

Where is the oldest known (2400 years) intact shipwreck?

6 Replies
Posted 7 years ago
POSTED BY: Yusup Hizirov
Posted 7 years ago

Cool post Vitaliy! I thought I would leave here a fun speculation about the oldest unknown shipwreck. I would be willing to bet that there are many ships several meters or so underground, near the Richat Structure in Mauritania.

GeoGraphics[GeoPosition[{21.135, -11.4016}], 
 GeoBackground -> "Satellite", GeoRange -> Quantity[15, "Miles"]]

enter image description here

The landscape shows signs of large-scale flooding, or something washing/dragging across it.

GeoGraphics[GeoPosition[{21.135, -11.4016}], 
 GeoBackground -> "Satellite", GeoProjection -> "Mercator", 
 GeoRange -> Quantity[300, "Miles"]]
GeoGraphics[GeoPosition[{21.135, -11.4016}], 
 GeoBackground -> "ReliefMap", GeoProjection -> "Mercator", 
 GeoRange -> Quantity[100, "Miles"]]

enter image description here enter image description here

There are three good videos on this guy's youtube channel explaining. Here is the first: https://youtu.be/oDoM4BmoDQM

POSTED BY: Bryan Lettner
Posted 7 years ago

Love your post. All this talk of GeoProjection made me wonder - will MMA 12 support using EPSG codes or similar for different projections? It would really help me in GIS work to be able to specify projections that way. GeoProjectionData in 11.3 isn't as useful as being able to directly input the SRID.

POSTED BY: Carl Lange
Posted 7 years ago

Thanks a lot Jose, I look forward to it. Thanks for all your hard work on the Geo* functions!

POSTED BY: Carl Lange

Great post! Thanks for sharing. I was curious about the existence of other shipwrecks in the Black Sea and in order to answer this question I started a little computational excursion. Using GeoEntities we can discover shipwrecks:

enter image description here

We can retrieve the "DateSank" and "Position" properties using EntityValue:

enter image description here

We can observe that half of them sank during the second World War:

enter image description here

Using their GeoPosition we can find their Wikipedia articles via WikipediaSearch:

enter image description here

One of the wreck articles can not be retrieved via its "GeoPosition". So, we need to search it using its name instead:

enter image description here

Now lets map the locations of the shipwrecks with GeoGraphics:

enter image description here

enter image description here

Using the property "ArticlePlaintext" we can create a quick summary with WordCloud:

enter image description here

enter image description here

Another interesting property of WikipediaData is "ImageList", but it retrieves all kinds of images from the article. So, we can try to filter the images using ImageIdentify:

enter image description here

Amazingly ImageIdentify successfully identifies even the type of ship in this particular case. And we can tweak ImageIdenty for our particular problem and remove the non-ship images:

enter image description here

Feel free to play with the attached notebook.

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard